.terms {
  max-width: 800px;
}

.terms__header {
  text-align: left;
}

.terms__toc {
  margin-bottom: var(--space-8);
  padding: var(--space-4);
  border-radius: var(--radius-lg);
  background: var(--color-surface);
  border: 1px solid var(--color-border-subtle);
}

.terms__toc ol {
  margin: 0;
  padding-left: 1.25rem;
  display: grid;
  gap: 6px;
}

.terms__toc a {
  font-size: var(--font-size-sm);
}

.terms__section {
  padding-top: var(--space-6);
  border-top: 1px solid var(--color-border-subtle);
  margin-top: var(--space-6);
}

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

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

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

.terms__section li {
  color: var(--color-text-muted);
  margin-bottom: 4px;
}

@media (max-width: 768px) {
  .terms__toc {
    padding: var(--space-3);
  }
}
