.terms-page {
  max-width: 900px;
}

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

.terms-breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
  list-style: none;
  font-size: var(--font-size-sm);
  color: var(--color-text-muted);
  margin-bottom: var(--space-4);
}

.terms-breadcrumb li+li::before {
  content: "/";
  margin: 0 var(--space-1);
  color: var(--color-text-muted);
}

.terms-intro {
  font-size: var(--font-size-lg);
}

.terms-meta {
  font-size: var(--font-size-sm);
  color: var(--color-text-muted);
}

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

.terms-section:first-of-type {
  border-top: none;
}

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

.terms-list {
  margin-left: 1.25rem;
  margin-bottom: var(--space-4);
}

.terms-list li {
  margin-bottom: var(--space-2);
}

.terms-definitions {
  margin-bottom: var(--space-4);
}

.terms-definitions div {
  margin-bottom: var(--space-3);
}

.terms-definitions dt {
  font-weight: 600;
  margin-bottom: var(--space-1);
}

.terms-definitions dd {
  margin: 0;
  color: var(--color-text-soft);
}

@media (max-width: 768px) {
  .terms-page {
    max-width: 100%;
  }

  .terms-hero h1 {
    font-size: var(--font-size-3xl);
  }
}
