.lead { color: var(--text-2); max-width: 66ch; line-height: 1.55; }
.field { margin: 10px 0; }
.field > span { display: flex; justify-content: space-between; align-items: baseline; }
[data-msg], [data-digest] { font-family: var(--mono); font-size: .86rem; }
[data-msg] { min-height: 90px; }
.hg-line { max-width: 220px; }
.hg-row { display: flex; gap: 16px; margin: 10px 0; }
.hg-opt { font-size: .84rem; display: inline-flex; align-items: center; gap: 6px; }
.hg-verdict { font-size: .84rem; min-height: 1.2em; color: var(--text-2); }
.hg-verdict.ok { color: var(--ok); }
.hg-verdict.bad { color: var(--bad); }
