/* Rules page: static prose and numbered lists built on the landing theme tokens from home.css */

.doc-body {
  padding: 16px 20px;
  color: var(--muted);
  font-weight: normal;
  line-height: 1.6;
}

.doc-body p {
  margin: 0;
  font-size: 13px;
}

.doc-list {
  margin: 0;
  padding-left: 20px;
  font-size: 13px;
}

.doc-list li {
  margin: 0 0 10px;
}

.doc-list li:last-child {
  margin-bottom: 0;
}

.doc-list strong {
  color: white;
}
