/**
 * Frontend styles for Quantity Promotion
 */

.sudb-qty-promotion-wrapper {
    margin: 15px 0;
    padding: 15px;
    background-color: #e8f5e9;
    border-left: 4px solid #4caf50;
    border-radius: 4px;
}

.sudb-promo-message {
    color: #2e7d32;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

/* Cart discount display */
.cart-discount-info {
    font-size: 12px;
    color: #e74c3c;
}
