/* ==========================================================================
   news_swipe.css — CD-A3b (18.09.2026)
   Ersetzt die 9 statischen style="-Attribute der Swipe-&-Discover-Seite
   (pages/news_swipe.tpl) durch nsw-*-Klassen — Werte 1:1, unlayered
   (Voraussetzung fuer CSP style-src-attr 'none', CD-A3b-Muster).
   ========================================================================== */
.nsw-title { color: var(--color-text-heading, currentColor); }
.nsw-counter {
  background: var(--color-surface, rgba(15, 23, 42, 0.85));
  color: var(--color-text-main, currentColor);
  border: 1px solid rgba(var(--color-primary-rgb, 0, 240, 255), 0.25);
}
.nsw-empty { background: var(--color-surface, rgba(15, 23, 42, 0.85)); }
.nsw-empty-text { color: var(--color-text-heading, currentColor); }
.nsw-btn-read { width: 56px; height: 56px; min-width: 48px; min-height: 48px; }
.nsw-btn-mid { width: 52px; height: 52px; min-width: 48px; min-height: 48px; }
.nsw-btn-std { width: 48px; height: 48px; min-width: 48px; min-height: 48px; }
