/* Page-scoped CSS for privacy.css, lifted verbatim out of the inline <style> block
   privacy.html carried (#7007). A plain file rather than an inline block or a
   .razor.css: the selectors below use sibling and descendant combinators that
   Blazor's CSS isolation rewriter would silently change the meaning of, and a
   file caches while an inline block is re-sent with every page. */

  /* Page-local layout only — every colour is a token, so both themes follow. */
  .page-head{padding:var(--space-2xl) 0 var(--space-lg)}
  main .section{padding:var(--space-xl) 0}
  main .section h2{margin-top:0}
  .prose{max-width:var(--measure)}
  .prose dt{font-weight:var(--weight-heading);color:var(--text-strong);margin-top:var(--space-sm)}
  .prose dd{margin:.2rem 0 0;color:var(--muted)}
