.terms {
  max-width: 880px;
}

.terms__header {
  margin-bottom: var(--space-10);
}

.terms__intro {
  margin-top: var(--space-4);
}

.terms__meta {
  margin-top: var(--space-4);
}

.terms__toc {
  margin-bottom: var(--space-10);
}

.terms__toc-list {
  list-style: none;
  counter-reset: toc;
}

.terms__toc-list li {
  margin-bottom: var(--space-2);
  font-size: var(--font-size-sm);
}

.terms__toc-list li a {
  color: var(--color-text-muted);
}

.terms__toc-list li a:hover {
  color: var(--color-primary-strong);
}

.terms__section {
  padding-top: var(--space-6);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.terms__section:first-of-type {
  border-top: none;
  padding-top: 0;
}

.terms__section h2 {
  margin-bottom: var(--space-4);
}

.terms__section p {
  margin-bottom: var(--space-3);
}

.terms__cta {
  margin-top: var(--space-8);
}

@media (max-width: 767px) {
  .terms__header {
    margin-bottom: var(--space-8);
  }

  .terms__toc {
    margin-bottom: var(--space-8);
  }
}
