/* AskQuiz — Content pages (about, legal, privacy, terms) */

body { line-height: 1.7; }
main { max-width: 720px; margin: 3rem auto; padding: 0 1.5rem; }
h1 { font-size: 2.2rem; margin-bottom: 1.5rem; }
h2 { font-size: 1.3rem; margin: 2rem 0 0.75rem; color: var(--primary-light); }
p { color: var(--text-muted); margin-bottom: 1rem; }
ul { color: var(--text-muted); margin-left: 1.5rem; margin-bottom: 1rem; }
li { margin-bottom: 0.5rem; }
.last-updated { color: var(--text-muted); font-size: 0.85rem; margin-bottom: 2rem; }

footer { margin-top: 3rem; }
