/**
 * Cart Minimum Requirements CSS
 * 
 * Styles for warning notifications in the cart
 */

.thaxamccp-minimum-requirement-warnings {
    margin: 20px 0;
}

.thaxamccp-minimum-requirement-message {
    background: #f8d7da;
    border: 1px solid #f5c6cb;
    color: #721c24;
    padding: 15px;
    margin: 10px 0;
    border-radius: 4px;
}

.thaxamccp-minimum-requirement-warning {
    background: #f8d7da;
    border: 1px solid #f5c6cb;
    color: #721c24;
    padding: 15px;
    margin: 10px 0;
    border-radius: 4px;
}

.thaxamccp-minimum-requirement-warning .woocommerce-error {
    margin: 0;
    padding: 15px;
    border: none;
    background: transparent;
}

.thaxamccp-minimum-requirement-warning .woocommerce-error:before {
    color: #721c24;
}

.thaxamccp-minimum-requirement-warning .woocommerce-error:after {
    color: #721c24;
}

.woocommerce-cart .thaxamccp-minimum-warning {
    margin-bottom: 20px;
}

.cart_item .thaxamccp-minimum-warning {
    margin: 10px 0;
    padding: 10px;
    font-size: 0.9em;
}

.thaxamccp-discount-info {
    font-size: 0.9em;
    color: #666;
    margin-top: 5px;
}

.thaxamccp-discount-info.custom {
    color: #007cba;
}

.thaxamccp-discount-info.global {
    color: #d63638;
}
