body.legal-page {
  margin: 0;
  min-height: 100vh;
  background: #F8FAFC;
  color: #475569;
  font-family: 'Manrope', sans-serif;
}

.legal-page h1,
.legal-page h2,
.legal-page h3 {
  color: #0F172A;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.legal-page .legal-shell {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.legal-page .legal-main {
  flex: 1;
}

.legal-page .legal-wave {
  display: block;
  width: 100%;
  height: 2rem;
}

@media (min-width: 768px) {
  .legal-page .legal-wave {
    height: 3rem;
  }
}

.legal-page .legal-content {
  width: min(100% - 3rem, 960px);
  margin: 0 auto;
  padding: 3rem 0 4.5rem;
}

@media (max-width: 640px) {
  .legal-page .legal-content {
    width: min(100% - 2rem, 960px);
    padding: 2.25rem 0 3.5rem;
  }
}

.legal-page .legal-content article > section,
.legal-page .legal-content > section {
  scroll-margin-top: 2rem;
}

.legal-page .legal-content article > section:not(:last-child) {
  margin-bottom: 2rem;
}

.legal-page .legal-content a {
  color: #E11D48;
}

.legal-page .legal-content a:hover {
  color: #0F172A;
}

.legal-page .legal-footer {
  background: transparent;
  color: #CBD5E1;
}

.legal-page .legal-footer a {
  color: #F8FAFC;
}

.legal-page .legal-footer a:hover {
  color: #FDA4AF;
}

.legal-page .legal-rta {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: #FFFFFF;
}

.legal-page .legal-rta-mark {
  align-self: flex-start;
  font-size: 1.125rem;
  font-weight: 800;
  line-height: 1;
}

.legal-page .legal-search-result-hidden {
  display: none;
}

.legal-page .legal-footer-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.legal-page .legal-footer-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
}

@media (max-width: 767px) {
  .legal-page .legal-footer-content,
  .legal-page .legal-footer-nav {
    flex-direction: column;
  }
}
