.tax-exempt-checkbox-wrapper {
    background-color: #f7f7f7;
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 15px;
    margin-top: 10px;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
}

.tax-exempt-checkbox-wrapper label {
    display: flex !important;
    align-items: center;
    font-weight: 600;
    margin: 0;
}

.tax-exempt-checkbox-wrapper input[type="checkbox"] {
    margin-right: 10px;
}

.daerg-checkout-account-fields {
    margin-bottom: 25px;
    padding: 15px;
    background-color: #f8f8f8;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
}

.daerg-checkout-account-fields h3 {
    margin-top: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
}

.tax-exempt-description {
    font-style: italic;
    color: #777;
    margin: 5px 0 0 25px;
}

/* Checkout specific styles */
#tax_exempt_field {
    background-color: #f7f7f7;
    padding: 10px 15px;
    border-radius: 4px;
    border: 1px solid #e5e5e5;
}

/* Make read-only fields look different */
#company_name_display_field input,
#company_vat_display_field input {
    background-color: #f2f2f2;
    cursor: not-allowed;
}
