/*
 * Half Bigbag Validation Styles
 */
body .woocommerce .woocommerce-error.half-bigbag-alert,
.woocommerce-checkout .woocommerce-error.half-bigbag-alert,
.woocommerce-error.half-bigbag-alert {
    /* The core styling is handled by .woocommerce-error, add any specific styling here if needed */
    font-weight: 500;
    background: #dc3545 !important;
    background-color: #dc3545 !important;
    color: #ffffff !important;
}

.half-bigbag-disabled-btn {
    background-color: #555555 !important;
    border-color: #555555 !important;
    color: #ffffff !important;
    pointer-events: none !important;
    opacity: 0.8 !important;
}
