/* -- Support and Privacy ------- */
.legal-page {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.75;
}
.legal-shell {
  width: min(780px, calc(100% - 40px));
  margin-inline: auto;
}
.legal-header,
.legal-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px 24px;
}
.legal-header {
  justify-content: space-between;
  padding-block: 28px;
}
.legal-header img {
  width: 130px;
  height: auto;
}
.legal-page a {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.legal-page main {
  padding-bottom: 64px;
}
.legal-page h1,
.legal-page h2 {
  font-family: var(--brand-font);
  line-height: 1.3;
  letter-spacing: normal;
  overflow-wrap: anywhere;
}
.legal-page h1 {
  font-size: clamp(1.8rem, 6vw, 3rem);
  margin-block: 38px 20px;
}
.legal-page h2 {
  font-size: 1.15rem;
  margin-top: 32px;
}
.legal-page section {
  scroll-margin-top: 28px;
}
.legal-page section + section {
  margin-top: 64px;
  padding-top: 32px;
  border-top: 1px solid var(--line);
}
.legal-page .legal-date {
  color: var(--muted);
}
.legal-page .contact-card {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--paper);
  overflow-wrap: anywhere;
}
.legal-page footer {
  padding-block: 24px;
  border-top: 1px solid var(--line);
}
/* Who takes the money, set apart from the prose that explains it: three parties, each with the
   registration a reader can check. */
.legal-page .legal-requisites {
  margin: 20px 0 0;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--paper);
  overflow-wrap: anywhere;
}
.legal-page .legal-requisites dt {
  font-weight: 600;
  margin-top: 16px;
}
.legal-page .legal-requisites dt:first-child {
  margin-top: 0;
}
.legal-page .legal-requisites dd {
  margin: 4px 0 0;
}
