/* Bulk Upsell & Cross-Sell Editor – storefront.
   The "20% off together" badge reuses WooCommerce Blocks' sale badge component, so it
   looks like the store's own "Sale" badge in the cart and product grids. */
.buce-product-cross-sells li.product,
.cross-sells li.product.buce-has-offer {
    position: relative;
}

.buce-offer-badge.wc-block-components-product-sale-badge {
    position: absolute;
    top: 0.5em;
    right: 0.5em;
    z-index: 2;
}

.buce-has-offer .price del {
    opacity: 0.6;
    margin-right: 0.35em;
}
