.site-privacy {
  background: #f1f1f1;
  color: #525252;
  font: 14px/1.5 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  padding: 12px 24px 20px;
  text-align: center;
}

.site-privacy a {
  color: inherit;
  text-underline-offset: 3px;
}

.privacy-page {
  background: #f1f1f1;
  color: #171717;
  font: 16px/1.7 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  margin: 0;
  min-height: 100vh;
  padding: 32px 20px;
}

.privacy-document {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  margin: 0 auto;
  max-width: 760px;
  padding: 28px;
}

.privacy-document h1,
.privacy-document h2 {
  line-height: 1.25;
}

.privacy-document a {
  color: #174ea6;
}
