/* ----- Base & Layout ----- */
.discount-rules-container {
    display: flex;
    gap: 20px;
    background: #fff;
}

.options-group {
    flex: 1;
    min-width: 300px;
    padding: 20px;
}

/* ----- Table & Form Elements ----- */
.form-table {
    width: 100%;
    border-collapse: collapse;
}

.form-table th,
.form-table td {
    padding: 20px;
    border-bottom: 1px solid #f0f0f0;
    vertical-align: top;
    text-align: left;
}

.form-table th {
    width: 25%;
}

.form-table tr:last-child > * {
    border-bottom: none;
}

/* ----- Input Styling ----- */
.form-table input[type="text"],
.form-table input[type="number"],
.form-table select,
.cdwc-product-search,
.cdwc-taxonomy-search {
    width: 100%;
    max-width: 400px;
}

.input-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}

.input-wrapper .symbol {
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
    color: #666;
    pointer-events: none;
}

/* ----- Specific Components ----- */
.role-checkboxes label {
    display: block;
    margin: 5px 0;
}

.description {
    display: block;
    margin-top: 5px;
    color: #666;
}

#discount_value, #discount_cap, #discount_min_cart_total {
    padding-left: 25px !important;
    width: 100%;
}

#discount-table {
    border: none;
}
