/**
 * Interlockkit Custom Styles
 * Add site-specific CSS overrides here.
 */

/* ═══════════════════════════════════════════════════════════════════
   SECTION: Checkout Validation Error Styles
   ═══════════════════════════════════════════════════════════════════ */

.woocommerce-checkout .woocommerce-invalid .input-text,
.woocommerce-checkout .woocommerce-invalid select {
    border-color: #e2401c !important;
}

.woocommerce-checkout .woocommerce-validated .input-text,
.woocommerce-checkout .woocommerce-validated select {
    border-color: #4CAF50 !important;
}

.custom-inline-error {
    color: #e2401c;
    font-size: 12px;
    display: block;
    margin-top: 4px;
}


/* ═══════════════════════════════════════════════════════════════════
   SECTION: General Custom Styles
   (Add your custom CSS below this line)
   ═══════════════════════════════════════════════════════════════════ */
