.terms-page {
  color: var(--color-text);
}

.breadcrumbs {
  font-size: var(--font-size-xs);
  color: var(--color-text-soft);
  margin-bottom: var(--space-6);
}

.breadcrumbs ol {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  padding-left: 0;
}

.breadcrumbs li::after {
  content: "/";
  margin-left: 0.4rem;
  color: var(--color-text-soft);
}

.breadcrumbs li:last-child::after {
  content: "";
}

.breadcrumbs a {
  color: var(--color-text-muted);
}

.terms-hero {
  max-width: 52rem;
}

.terms-hero-subtitle {
  margin-top: var(--space-4);
}

.terms-meta {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-4);
  margin-top: var(--space-4);
  font-size: var(--font-size-xs);
  color: var(--color-text-soft);
}

.terms-meta strong {
  color: var(--color-primary-strong);
}

.terms-section {
  margin-top: var(--space-10);
}

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

.terms-section ul,
.terms-section ol {
  margin-top: var(--space-2);
  color: var(--color-text-muted);
}

.terms-section li + li {
  margin-top: 0.35rem;
}

.terms-section a {
  color: var(--color-primary-strong);
}

.terms-cta {
  margin-top: var(--space-12);
}

.terms-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-4);
  margin-top: var(--space-4);
}

@media (max-width: 47.99rem) {
  .terms-meta {
    flex-direction: column;
  }
}
