/* ==========================================================================
   /en/ — ink design system (assets/ink.css) plus a few page-only rules.
   Everything else comes from the shared components.
   ========================================================================== */

.record+.record{margin-top:clamp(28px,4vw,44px)}
.record h3{font-size:19px;line-height:1.45;max-width:52ch}
.record .facts{margin-top:14px}
.record>p{margin-top:16px;font-size:15px;line-height:1.8;max-width:70ch}

/* Short English headings: keep the two head columns top-aligned. */
.head{align-items:start}

/* Inside a case record the swipe hint keeps its own small type. */
.record>p.scroll-hint{font-size:11px;margin-top:6px;max-width:none}
.record .ink+p+p{margin-top:16px}
