/* Vartec Employee Manager - Compact Form Layout */

/* Force 2-column layout for all form rows */
.vartec-form-section .form-row-first,
.vartec-form-section .form-row-last {
    width: 48% !important;
    float: left !important;
    margin-right: 4% !important;
}

.vartec-form-section .form-row-last {
    margin-right: 0 !important;
}

/* Ensure clearfix after each pair */
.vartec-form-section .clear {
    clear: both;
    display: block;
    height: 0;
    overflow: hidden;
}

/* Tighter vertical spacing */
.vartec-form-section {
    padding: 20px !important;
    margin-bottom: 20px !important;
}

.vartec-form-section h3 {
    margin-bottom: 16px !important;
    font-size: 18px !important;
}

.vartec-form-section .form-row {
    margin-bottom: 16px !important;
}

/* Make inputs full width within their column */
.vartec-form-section input[type="text"],
.vartec-form-section input[type="email"],
.vartec-form-section select {
    width: 100% !important;
    box-sizing: border-box !important;
}

/* Sizes grid specific */
.vartec-sizes-grid .form-row {
    width: 48% !important;
    float: left !important;
    margin-right: 4% !important;
    margin-bottom: 16px !important;
}

.vartec-sizes-grid .form-row-last {
    margin-right: 0 !important;
}

/* Wide fields (like notes) stay full width */
.vartec-form-section .form-row-wide {
    width: 100% !important;
    float: none !important;
    clear: both !important;
}

/* Responsive: stack on tablets and mobile */
@media (max-width: 782px) {
    .vartec-form-section .form-row-first,
    .vartec-form-section .form-row-last,
    .vartec-sizes-grid .form-row {
        width: 100% !important;
        float: none !important;
        margin-right: 0 !important;
        margin-bottom: 16px !important;
    }
}

/* Button spacing */
.vartec-employee-form .woocommerce-form-row:last-child {
    margin-top: 20px;
}

.vartec-employee-form .button {
    margin-right: 10px;
}
