:root {
  --page-max-width: 900px;
}

body {
  background: #f8f9fa;
}

.site-card {
  max-width: var(--page-max-width);
}

.logo {
  max-width: 360px;
  width: 100%;
  height: auto;
}

.policy-content {
  white-space: pre-wrap;
  font-size: 0.98rem;
  line-height: 1.55;
}

.policy-article {
  font-size: 1rem;
  line-height: 1.65;
}

.policy-article p {
  margin-bottom: 0.9rem;
}

.policy-article h2,
.policy-article h3 {
  scroll-margin-top: 1rem;
}

.keep-whitespace {
  white-space: pre-wrap;
}

.footer-links a {
  text-decoration: none;
}

.footer-links a:hover {
  text-decoration: underline;
}
