/*
 * Floodtavo Tax Exemption - Styles
 *
 * Minimal styles that extend WordPress defaults.
 * Uses WP classes wherever possible for easy override.
 *
 * @since 2.8.0
 */

/* =========================================================================
   Checkout: Tax exemption section
   ========================================================================= */

#floodway-tax-exemption-checkout {
    margin: 1.5em 0;
    padding: 1em;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    background: #f9f9f9;
}

#floodway-tax-exemption-checkout h3 {
    margin-top: 0;
    margin-bottom: 0.5em;
    font-size: 1.1em;
}

#floodway-tax-exemption-fields {
    margin-top: 0.5em;
}

/* =========================================================================
   My Account: Tax exemption tab
   ========================================================================= */

.woocommerce-account .floodway-tax-cert-current {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 4px;
}

.woocommerce-account .floodway-tax-cert-current .button-link-delete {
    color: #b32d2e;
}

.woocommerce-account .floodway-tax-cert-current .button-link-delete:hover {
    color: #a00;
}

/* =========================================================================
   Inline validation errors
   ========================================================================= */

.floodway-te-validation-error {
    display: none;
    color: #cc1818;
    font-size: 0.85em;
    line-height: 1.4;
    margin-top: 4px;
    padding: 0;
}

.floodway-te-input-invalid {
    border-color: #cc1818 !important;
    box-shadow: 0 0 0 1px #cc1818 !important;
}

/* =========================================================================
   Admin: Order meta box
   ========================================================================= */

.floodway-tax-exemption-meta p {
    margin: 0.5em 0;
}

/* =========================================================================
   Admin: Order status marks in list table
   (WooCommerce provides these by default, but ensure they render properly)
   ========================================================================= */

.wp-list-table mark.order-status {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.6;
    background: #e5e5e5;
}

.wp-list-table mark.order-status span {
    background: none;
}
