.su-sold-banner {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #c00;
    color: #fff;
    padding: 6px 12px;
    font-weight: bold;
    z-index: 99;
    border-radius: 4px;
    text-transform: uppercase;
}

.su-sold-banner-loop {
    font-size: 12px;
}

.su-sold-banner-single {
    font-size: 14px;
}

.su-sold-label-loop,
.su-sold-message {
    font-weight: bold;
    color: #c00;
}
/* Hide WooCommerce add-to-cart form when product is Sold Until */
.su-product-sold form.cart {
    display: none !important;
}

/* Hide ONLY the Add to Cart button when product is Sold Until */
.su-product-sold button.single_add_to_cart_button,
.su-product-sold .single_add_to_cart_button {
    display: none !important;
}
/* Admin: underline expired items */
.cs-days-expired {
    text-decoration: underline dotted;
    cursor: help;
}

/* Admin + frontend: highlight Pending Deactivation and Days Left */
mark.stock.pending-deactivation {
    background: #f7d488;
    color: #000;
    font-weight: bold;
    padding: 2px 4px;
    border-radius: 3px;
}