/* legal_v3.css — petrol/glass prose extension for CMS-authored long-form
   content (about/privacy/terms/disclaimer/editorial-policy + methodology
   CMS intro blocks). Base typography (font-size/line-height/color/paragraph
   spacing/links/strong) already lives in `.mv3-prose` (market_v3.css,
   loaded ALONGSIDE this file, never duplicated — UI-KIT.md "Борг" pattern:
   this is the SECOND independent consumer of `.mv3-prose`, confirms
   promotion candidate for design-components.css per the existing debt note).

   This file ONLY adds selectors `.mv3-prose` never needed for its first
   consumer (radar/market pages, which only ever render `<p>`/`<a>`/
   `<strong>`): headings/lists/blockquote/hr — tags legal CMS admins
   legitimately use to structure Privacy/Terms documents. */

.mv3-prose h2 { font-size: 16px; font-weight: 700; color: var(--text); letter-spacing: -.005em; margin: 26px 0 10px; }
.mv3-prose h2:first-child { margin-block-start: 0; }
.mv3-prose h3 { font-size: 13.5px; font-weight: 700; color: var(--text-2); margin: 18px 0 8px; }
.mv3-prose ul, .mv3-prose ol { margin: 10px 0; padding-inline-start: 22px; display: grid; gap: 6px; }
.mv3-prose li { line-height: 1.65; }
.mv3-prose blockquote { margin: 14px 0; padding-inline-start: 14px; border-inline-start: 2px solid var(--surface-rule); color: var(--text-3); font-style: italic; }
.mv3-prose hr { border: 0; border-block-start: 1px solid var(--surface-rule); margin: 22px 0; }
