#offer-root .offer-grid button{display:flex;flex-direction:column;gap:10px;padding:20px 15px;line-height:1.4}
#offer-root .offer-grid .eyebrow{margin:0}
#offer-root .offer-grid small{font-size:11px;font-weight:400}
#offer-root .offer-grid [aria-pressed=true] .eyebrow{color:#ebd5b2}
#offer-root .offer-prices strong{font-size:18px;line-height:1.5;margin:6px 0}
#offer-root .offer-prices small{font-size:12px;line-height:1.5;display:block}
#offer-root .offer-scope{margin-bottom:0}
#offer-root .offer-scope>div{display:grid;grid-template-columns:180px 1fr;gap:20px;padding:13px 0;border-bottom:1px solid var(--line)}
#offer-root .offer-scope dt{font-weight:700;font-size:14px}
#offer-root .offer-scope dd{margin:0;font-size:14px;color:var(--muted)}
#offer-root .roi-metrics{grid-template-columns:1fr 1fr}
#offer-root .roi-metrics strong{font-size:21px;overflow-wrap:anywhere}
#offer-root .roi-metrics>div:last-child{grid-column:1/-1;border:1px solid var(--gold)}
#offer-root details{margin:30px 0 60px}
#offer-root summary{cursor:pointer;font-weight:700;min-height:44px}
#offer-root details p{font-size:14px;margin-top:15px}
@media(max-width:600px){#offer-root .offer-scope>div{grid-template-columns:1fr;gap:5px}#offer-root .offer-prices{grid-template-columns:1fr}#offer-root .offer-grid button{padding:16px 12px}#offer-root .roi-metrics strong{font-size:19px}}
