/* STEP 129 — unlimited offers / stronger seller CTA */
.seller-add-offer-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:6px;
    border:0;
    border-radius:10px;
    padding:9px 12px;
    background:linear-gradient(135deg,#16a34a,#22c55e);
    color:#fff!important;
    font-size:10px;
    font-weight:950;
    text-decoration:none!important;
    box-shadow:0 8px 22px rgba(34,197,94,.18);
}
.seller-add-offer-btn:hover{transform:translateY(-1px)}
.seller-offer-unlimited{
    display:inline-flex;
    align-items:center;
    gap:6px;
    margin-top:8px;
    padding:6px 9px;
    border-radius:999px;
    background:#ecfdf3;
    color:#15803d;
    font-size:8px;
    font-weight:950;
}
.seller-offer-new-anchor{
    scroll-margin-top:100px;
}
html[data-theme="dark"] .seller-offer-unlimited{
    background:#13271b!important;
    color:#86efac!important;
}
