/* VAT Checkout Styles */
#vnvat_checkout_fields_container {
    margin-top: 30px;
    margin-bottom: 20px;
    padding: 20px;
    background: #fdfdfd;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    clear: both;
}

#vnvat_checkout_fields_container h3 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 1.25em;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

/* Fix CSS Radio buttons cho các theme (FlatSome, etc.) */
.vnvat-customer-type-raw-wrapper>div {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 25px !important;
}

.vnvat-customer-type-raw-wrapper label {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    cursor: pointer;
    font-weight: 500;
}

.vnvat-customer-type-raw-wrapper input[type="radio"] {
    position: static !important;
    opacity: 1 !important;
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
    height: auto !important;
    appearance: radio !important;
    -webkit-appearance: radio !important;
    display: inline-block !important;
}

#vnvat_business_fields_wrapper {
    padding-top: 15px;
    border-top: 1px dashed #e1e1e1;
}

#vnvat_business_fields_wrapper .form-row {
    margin-bottom: 15px;
}