/**
 * Legal documents (Privacy Policy, Terms of Service)
 */

.site-legal-links {
  margin: 12px 0 0 0;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.65);
}

.city-footer .site-legal-links {
  margin-top: 0;
}

.site-legal-links:first-child {
  margin-top: 0;
}

.site-legal-links__sep {
  margin: 0 0.35em;
  opacity: 0.5;
}

.site-legal-links a {
  color: rgba(125, 211, 252, 0.95);
  text-decoration: none;
}

.site-legal-links a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.site-legal-links a[aria-current="page"] {
  color: rgba(255, 255, 255, 0.95);
  font-weight: 500;
}

.legal-page .city-main {
  max-width: 42rem;
}

.legal-doc {
  padding: 0 var(--space, 20px);
}

.legal-doc__meta {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.55);
  margin: 0 0 28px 0;
}

.legal-doc h1 {
  font-family: var(--font-display, Georgia, serif);
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  margin: 0 0 8px 0;
  line-height: 1.2;
}

.legal-doc h2 {
  font-family: var(--font-display, Georgia, serif);
  font-size: 1.2rem;
  font-weight: 600;
  margin: 28px 0 12px 0;
  color: rgba(255, 255, 255, 0.98);
}

.legal-doc p,
.legal-doc li {
  font-size: 0.9375rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.82);
  margin: 0 0 14px 0;
}

.legal-doc ul {
  margin: 0 0 14px 0;
  padding-left: 1.25rem;
}

.legal-doc li {
  margin-bottom: 8px;
}

.legal-doc a {
  color: #7dd3fc;
  text-decoration: none;
}

.legal-doc a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.legal-doc strong {
  color: rgba(255, 255, 255, 0.95);
  font-weight: 600;
}
