.terms-hero {
  max-width: 720px;
}

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

.terms-nav-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
  padding-left: 0;
}

.terms-nav-list a {
  display: inline-flex;
  padding: 0.4rem 0.8rem;
  border-radius: var(--radius-full);
  background-color: var(--color-primary-soft);
  color: var(--color-primary-dark);
  font-size: var(--font-size-xs);
}

.terms-nav-list a:hover {
  background-color: var(--color-primary);
  color: #ffffff;
}

.terms-card {
  margin-bottom: var(--space-6);
}

.terms-card ul {
  margin-top: var(--space-2);
}

.terms-card li {
  margin-bottom: var(--space-1);
}

@media (max-width: 768px) {
  .terms-nav-list {
    flex-direction: column;
  }
}
