/* Style for the INSTANT validation message next to the quantity input */
.woocommerce-cart .veeru-qty-cart-message {
    color: #d83131 !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    display: block !important;
    clear: both;
    width: 100%;
    margin-top: 10px !important;
    padding: 8px;
    background-color: #f8d7da;
    border-left: 3px solid #d83131;
}

/* **NEW**: Style for the SERVER-SIDE notice that appears at the top of the cart */
.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-error {
    background-color: #f8d7da !important;
    color: #721c24 !important;
    border-top: 3px solid #d83131 !important;
    margin-bottom: 2em !important;
    padding: 1em 1.5em !important;
    list-style: none !important;
}

/* Style for the icon inside the server-side notice */
.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-error::before {
    color: #721c24 !important;
}