/* 04-elements/_text.css — code, hr, em, lists in unclassed prose */
code, kbd, samp, pre { font-family: var(--font-mono); font-size: 0.92em; }
hr { border: 0; border-top: var(--stroke) solid var(--rule); margin-block: var(--space-lg); }
strong, b { font-weight: var(--weight-semibold); }
/* An unclassed pre is a block of exact text (a webhook payload): sunken, bordered, scrolls sideways. */
pre { overflow-x: auto; padding: var(--space-sm) var(--space-md); background: var(--surface-sunken); border: var(--stroke) solid var(--rule); border-radius: var(--radius-md); font-size: var(--text-sm); line-height: 1.5; }
