/* Impressum und Datenschutz: Fliesstext auf Basis von .article-narrow/.content-section. */
.legal-page .content-section h2 { font-size: clamp(22px, 3vw, 30px); }
.legal-page .content-section h3 { margin: 24px 0 6px; color: var(--ink); font-size: 17px; letter-spacing: -.01em; }
.legal-page .content-section p,
.legal-page .content-section li { line-height: 1.65; overflow-wrap: anywhere; }
.legal-page .content-section ul { margin: 0 0 1em; padding-left: 1.25em; color: var(--muted); }
.legal-page .content-section li { margin: .3em 0; }
.legal-page address { color: var(--ink); font-style: normal; line-height: 1.75; }
.legal-page .content-section a { color: var(--teal); font-weight: 650; }
.legal-page code { padding: 1px 5px; background: var(--foam); border-radius: 4px; font-size: .92em; }
