.singleton-body > div {
  margin-bottom: 1rem;
}

.singleton-body h2 {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 0.25em;
}

.singleton-body h3 {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 0.125rem;
}

.singleton-body ol,
.singleton-body ul {
  list-style-position: inside;
  margin: 1rem 0;
}

.singleton-body ul {
  list-style-type: disc;
}

.singleton-body ol {
  list-style-type: decimal;
}

.singleton-body ol > li::marker {
  font-weight: 500;
}
