/* static/privacy.html.erb - .privacy-hero/.privacy-main replace what used to
   be page-scoped overrides of the Tailwind min-h-screen/min-h-half utility
   classes (dangerous once centralized: those names are used with their real
   Tailwind meaning on other pages, e.g. static/about.html.erb). */
.privacy-hero { min-height: 20vh; }
.privacy-main { min-height: calc(100vh - 12rem); }
.privacy-page main h1 { font-size: x-large; font-weight: 800; padding-bottom: 1.2rem; color: var(--page-text); }
.privacy-page main h2 { font-size: large; padding-bottom: 1.1rem; font-weight: 700; padding-top: 0.75rem; color: var(--page-text); }
.privacy-page main h3 { font-size: medium; font-weight: 600; padding-bottom: 0.75rem; color: var(--page-text); }
.privacy-page main h4 { font-weight: 800; padding-bottom: 0.6rem; color: var(--page-text); }
.privacy-page main p { padding-bottom: 1rem; color: var(--page-text); }
.privacy-page main a { color: var(--pill-blue-text); text-decoration: underline; }
.privacy-page main ul { list-style-type: disc; margin-bottom: 1rem; }
.privacy-page main li { margin-inline-start: 2rem; color: var(--page-text); }
