/* Rules the vendored theme stylesheet does not cover.
   app.css is an unpurged Tailwind artifact exported from WordPress and is
   treated as read-only, so site-specific overrides live here. */

/* Legal documents number their own clauses ("2.4.1."), and sub-clauses were
   indented paragraphs in WordPress. Markdown has no indented paragraph, so
   they are authored as list items and styled back to the original look:
   indented, no bullets. */
.document ul {
  list-style: none;
  padding-left: 40px;
  margin: 0;
}

.document ul li {
  color: #59626c;
  font-size: 14px;
  line-height: 1.5;
  margin: 16px 0;
}

/* Section headings were centred bold paragraphs. They are real <h2> now, for
   the editor and for screen readers, but keep the original appearance. */
.document h2 {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  color: #59626c;
  margin: 16px 0;
}
