/* CDU Stadtverband Bassum — Abstände, Radien, Schatten */
:root {
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 24px;
  --space-6: 32px;
  --space-7: 48px;
  --space-8: 64px;

  /* Kanten sind hart: Blöcke, Balken, Flächen. Runde Form nur als Kreis/Kapsel. */
  --radius-none: 0;
  --radius-pill: 999px;   /* Kapsel-Streifen, Kreis-Badges, Icon-Kreise */

  /* Print-geprägte Marke: keine Schlagschatten im Layout, dezent nur interaktiv */
  --shadow-none: none;
  --shadow-pop: 0 4px 16px rgba(12, 29, 49, 0.18); /* schwebende Elemente (Sticker) */

  --highlight-pad-x: 0.35em; /* Innenabstand der Highlight-Blöcke hinter Headlines */
  --highlight-pad-y: 0.12em;
}
