/* Legal pages (privacy / cookies / terms) — readable long-form text
   using the site's existing type and colour tokens. */

.legal_wrapper {
  max-width: 46rem;
  margin-left: auto;
  margin-right: auto;
}

.legal_title {
  margin-bottom: 0.5rem;
}

.legal_updated {
  font-size: 0.875rem;
  opacity: 0.6;
  margin-bottom: 2rem;
}

.legal_intro {
  font-size: 1.125rem;
  line-height: 1.7;
  margin-bottom: 2.5rem;
}

.legal_heading {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
  margin-top: 2.5rem;
  margin-bottom: 0.75rem;
}

.legal_body {
  line-height: 1.75;
  margin-bottom: 1rem;
}

.legal_body:last-of-type {
  margin-bottom: 0;
}

.legal_wrapper a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.legal_wrapper a:hover {
  opacity: 0.7;
}

.legal_related {
  margin-top: 3.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid currentColor;
  border-color: rgba(128, 128, 128, 0.3);
  font-size: 0.9375rem;
  opacity: 0.85;
}

@media screen and (max-width: 767px) {
  .legal_intro { font-size: 1.0625rem; }
  .legal_heading { margin-top: 2rem; font-size: 1.1875rem; }
}
