/* Typography and layout tweaks to match white paper */
.section.privacy {
  /* Centered column with ~120 characters max width */
  flex: 0 0 auto; /* do not stretch in flex parent */
  width: min(120ch, 92vw);
  margin: 0 auto;
  padding: 16px 12px 24px; /* small side padding on mobile */
}

.section.privacy p,
.section.privacy li {
  line-height: 1.65;
}

/* Section blocks inside the privacy document (exclude the nav.toc) */
.section.privacy section {
  padding: 24px 0;
  border-top: 1px solid var(--border-generic);
  scroll-margin-top: 96px;
}

.section.privacy section > h2 {
  margin: 0 0 12px;
  font-size: clamp(20px, 2.2vw, 26px);
  font-weight: 700;
}
