
/* WooCommerce error notice override */
.woocommerce-error {
    background: rgba(239, 68, 68, 0.15) !important; /* light red background */
    border: 2px solid rgba(239, 68, 68, 0.85) !important; /* red border */
    color: #fca5a5 !important; /* lighter red text */
    font-weight: 600 !important;
    padding: 14px 18px !important;
    border-radius: 10px !important;
    font-size: 16px !important;
    box-shadow: 0 0 12px rgba(239, 68, 68, 0.4);
}
