/*
 * Frontend styles for the "Mark as Expired" badge.
 * Loaded only on WooCommerce shop/product pages, and only renders when a
 * product uses the Expired action. Override freely in your theme.
 */

.woope-expired-badge {
    display: inline-block;
    background: #d63638;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.4;
    padding: 2px 8px;
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.woope-expired-badge--single {
    font-size: 14px;
    padding: 4px 10px;
    margin: 0 0 12px;
}
