/* Custom Discount 30% Styles */

/* Label in Cart & Checkout (below price) */
.second-item-discount-label {
    font-size: 0.8em;
    color: rgb(238,121,40);
    font-weight: 600;
    margin-top: 4px;
    display: block;
}

/* Label in Shop & Product Page (below price) */
.second-item-promo {
    font-size: 0.85em;
    color: rgb(238,121,40);
    display: block;
    line-height: 1.2;
}

.second-item-promo .woocommerce-Price-amount {
	color: rgb(238,121,40) !important;
}
/* Strikethrough Display adjustment if needed */
del+ins {
    margin-left: 5px;
}