/* SHARED·TRUSTLINE (423) — the hero "Reviewed by …" line. (D-703 · RECONSTRUCT 2026-08-18)
 *
 * EXTRACTED 2026-08-20 from the live 502 read (web/css/cards/weeks/read.css) — Phase 2
 * block 3 of cc-wb-cascade-and-weeks-extract. Values VERBATIM (.wkr-herotrust → htr):
 * centred label-register line in accent teal, shield-check-bold at 14 (the canonical
 * reviewer icon, Icons registry — the same glyph 402 wears). ⚠️ D-703 IS THE COMPONENT:
 * it renders ONLY from a real review record's role — no role, no line — so it can never
 * name a credential nobody held. No caller passes one today; nothing renders live. */
.htr { display: flex; align-items: center; justify-content: center; gap: var(--space-4); font-family: var(--font-label); font-size: var(--text-body-sm); font-weight: var(--weight-600); color: var(--accent-hover); margin-top: var(--space-8); }
.htr svg { width: var(--size-14); height: var(--size-14); flex: none; }
