.promotionskit-banners {
    margin-bottom: 20px;
}

.promotionskit-banner {
    position: relative;
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 4px;
}

.promotionskit-banner .close {
    position: absolute;
    top: 10px;
    right: 15px;
}

.promotionskit-banner-message {
    font-weight: bold;
    font-size: 16px;
}

.promotionskit-cart-discounts,
.promotionskit-available-promotions {
    margin-top: 20px;
    padding: 15px;
    background-color: #f8f9fa;
    border-radius: 4px;
}

.promotionskit-title {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

.promotionskit-discounts-list,
.promotionskit-promotions-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.promotionskit-discount-item,
.promotionskit-promotion-item {
    padding: 10px 0;
    border-bottom: 1px solid #e0e0e0;
}

.promotionskit-discount-item:last-child,
.promotionskit-promotion-item:last-child {
    border-bottom: none;
}

.promotionskit-discount-name,
.promotionskit-promotion-name {
    font-weight: 500;
}

.promotionskit-discount-value {
    float: right;
    font-weight: bold;
    color: #27ae60;
}

.promotionskit-product-promotions {
    margin: 15px 0;
}

.promotionskit-product-promotions .promotionskit-promotion-message {
    margin-top: 5px;
    color: #666;
}
