.article-featured{margin:0 0 2.25rem;display:flex;flex-direction:column;align-items:center;gap:.6rem}
.article-featured img{display:block;width:var(--media-width);max-width:100%;height:auto;object-fit:contain;border-radius:3px}
.article-featured figcaption{font-size:.85rem;line-height:1.5;max-width:60ch}
.prose .content-promotion,.content-promotion{display:grid;grid-template-columns:auto minmax(0,1fr);gap:1.2rem;align-items:center;margin:1.75rem 0;padding:1.15rem;border:1px solid var(--line);border-inline-start:3px solid var(--accent);border-radius:4px;background:var(--surface);font-family:var(--sans);font-size:.94rem;line-height:1.5;text-align:left}
.prose .content-promotion img,.content-promotion img{width:100px;max-width:100%;height:auto;max-height:170px;object-fit:contain;margin:0;border-radius:2px}
.wrap>.content-promotion{max-width:656px;margin-inline:auto}
.content-promotion .promotion-copy{min-width:0}
.content-promotion .promotion-label{margin:0 0 .35rem;font:600 .68rem/1.4 var(--sans);letter-spacing:.09em;text-transform:uppercase;color:var(--muted)}
.content-promotion .promotion-title{margin:0 0 .4rem;font:600 1.15rem/1.3 var(--serif)}
.content-promotion .promotion-description{margin:0 0 .65rem;font:400 .92rem/1.55 var(--sans)}
.content-promotion .promotion-cta{font:600 .85rem/1.5 var(--sans);text-underline-offset:4px}
.content-promotion .promotion-provider{display:block;font-size:.75rem;margin-top:.35rem;color:var(--muted)}
.content-promotion:not(:has(>img)){grid-template-columns:minmax(0,1fr)}
.promotion-compact{padding:.85rem;gap:.85rem}.promotion-feature{border-inline-start-width:4px}.promotion-support{border-style:dashed}
.promotion-cta:focus-visible{outline:2px solid var(--accent);outline-offset:5px}
@media(max-width:600px){.article-featured img{width:var(--media-mobile-width)}.article-featured{margin-bottom:1.75rem}}
@media(max-width:480px){.prose .content-promotion,.content-promotion{grid-template-columns:1fr;padding:1rem;gap:.8rem;margin:1.5rem 0}.prose .content-promotion img,.content-promotion img{width:76px;max-height:125px}.content-promotion .promotion-title{font-size:1.1rem}}
