.privacy-policy__document {
  max-width: 54rem;
  margin: 0 auto;
  color: var(--text-primary);
}

.privacy-policy__brand {
  text-align: center;
  font-family: var(--font-family-heading);
  font-size: 1.75rem;
}

.privacy-policy__document h1 {
  margin-top: 0.25rem;
  text-align: center;
  font-size: clamp(2rem, 4vw, 2.8rem);
}

.privacy-policy__meta {
  margin-top: 0.75rem;
  margin-bottom: 2rem;
  text-align: center;
  color: var(--text-muted);
  font-style: italic;
}

.privacy-policy__document h2 {
  margin-top: 2rem;
  font-size: 1.35rem;
}

.privacy-policy__document h3 {
  margin-top: 1.25rem;
  font-size: 1.05rem;
}

.privacy-policy__document p + p,
.privacy-policy__document p + ul,
.privacy-policy__document ul + p,
.privacy-policy__document ul + h2,
.privacy-policy__document p + h2,
.privacy-policy__document p + h3 {
  margin-top: 0.85rem;
}

.privacy-policy__document p,
.privacy-policy__document li {
  color: var(--text-secondary);
}

.privacy-policy__document ul {
  padding-left: 1.25rem;
}

.privacy-policy__document li + li {
  margin-top: 0.4rem;
}
