/* merch page: the product cards stack prose under a button and a stat band,
   which site.css has no reason to space on its own. Tokens only, no colours. */
.card p + p,
.card .figs + p{margin-top:12px}
.card .dlnote + .fine{margin-top:12px}
.card .figs{margin-top:18px}

/* the one product photo. capped so a portrait shot does not run the page. */
.shot{display:block;width:100%;max-width:236px;margin:4px auto 20px;border-radius:var(--r-card);border:1px solid var(--line)}
