.wc-bd-badge-archive {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #ff0000;
    color: #fff;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 20px;
    z-index: 10;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.wc-bd-badge-single {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #ff0000;
    color: #fff;
    padding: 8px 15px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 20px;
    z-index: 10;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

/* Removed .wc-bd-notice - no product page messages needed */

.wc-bd-cart-notice {
    background: #d4edda;
    border: 1px solid #c3e6cb;
    color: #155724;
    padding: 15px;
    margin: 15px 0;
    border-radius: 4px;
    text-align: center;
    font-weight: bold;
}

.wc-bd-cart-notice-sidecart {
    margin-top: 10px;
    padding: 10px;
    background: #fff3cd;
    border: 1px solid #ffeaa7;
    border-radius: 8px;
    font-size: 14px;
    color: #856404;
    text-align: center;
    clear: both;
    display: block;
    width: 100%;
    box-sizing: border-box;
}

.wc-bd-cart-notice-sidecart.success {
    background: #d4edda;
    border: 1px solid #c3e6cb;
    color: #155724;
}

.wc-bd-cart-notice-sidecart.info {
    background: #d1ecf1;
    border: 1px solid #bee5eb;
    color: #0c5460;
}

/* Sidecart price modifications */
.wc-bd-original-price {
    text-decoration: line-through;
    color: #999;
    font-size: 0.9em;
}

.wc-bd-discounted-price {
    color: #e74c3c;
    font-weight: bold;
    font-size: 1.1em;
}

.wc-bd-original-subtotal {
    text-decoration: line-through;
    color: #999;
    font-size: 0.9em;
}

.wc-bd-discounted-subtotal {
    color: #27ae60;
    font-weight: bold;
    font-size: 1.1em;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .wc-bd-cart-notice-sidecart {
        padding: 8px;
        font-size: 13px;
    }
}
