/** Shopify CDN: Minification failed

Line 23:8 Expected ":"

**/
body { outline: 12px solid lime !important; }
/* ===== One-time price highlight ===== */
.seal-subscription-option{
    border-radius: 12px;
    padding: 14px;
}

.seal-subscription-option--selected{
    border: 2px solid #000;
    background: #fafafa;
}

/* ===== Save badge style ===== */
.seal-save-badge,
.seal-badge{
    background: #f4c542 !important;
    color: #000 !important;
    font weight: 700;
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 6px;
    margin-left: 6px;
}
/* ===== Price emphasis ===== */
.seal-option-price{
    font-weight: 600;
    font-size: 16px;
}
/* ===== Subscription block spacing ===== */
.seal-subscription-widget{
    margin-top: 12px;
}
/* ===== One-time purchase SAVE badge ===== */

.seal-subscription label:first-of-type::after {
    content: "SAVE 15%";
    background: #f4c542;
    color: #000;
    font-weight: 700;
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 4px;
    margin-left: 8px;
}