/* The tool pages use small section headings because their sections are asides
   around a widget. Here the sections are the content, and a policy that matters
   should not be laid out like a footnote. */
.reference h2 {
  font-size: 1.45rem;
  color: var(--fg);
  margin: 40px 0 12px;
  padding-top: 26px;
  border-top: 1px solid var(--border);
}
.reference:first-of-type h2 { border-top: 0; padding-top: 0; margin-top: 18px; }
main p { max-width: 68ch; }
main .tool-list li { margin-bottom: 8px; }
