main.legal-page {
  padding-bottom: var(--space-16);
}

.legal-page h1 {
  max-width: 40rem;
}

.legal-page section + section {
  margin-top: var(--space-6);
}

.legal-page ul {
  margin-top: var(--space-2);
}

.legal-page a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.legal-page a:hover {
  text-decoration-thickness: 2px;
}
