a {
  color: rgb(0, 0, 0);
  text-decoration: none;
}

body {
  color: rgb(0, 0, 0);
  font-family: -apple-system, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 12pt;
  line-height: 1.5em;
  padding: 0 1em;
}

h1 {
  font-size: 2em;
  font-weight: 600;
}

h2 {
  border-top: 1pt solid rgb(192, 192, 192);
  font-size: 1em;
  font-weight: 600;
  margin-top: 1.25em;
  padding-top: 1.25em;
}

ol,
ul {
  margin: 0;
  padding: 0;
  page-break-inside: avoid;
}

section {
  border-top: 1pt solid rgb(128, 128, 128);
  margin-top: 2em;
}

svg {
  height: .75em;
  fill: rgb(192, 192, 192);
  margin-top: -.25em;
  vertical-align: middle;
  width: .75em;
}

article h1 {
  font-size: 1.5em;
}

header svg {
  display: none;
}

header ul {
  list-style: none;
}

.details > span {
  display: block;
}
