/* Ausgelagert aus dem <style>-Block von en/premium.html, fr/premium.html, it/premium.html.
   Inhalt unveraendert uebernommen. */
/* #withdrawal always has a light background (mirrors #pricing always being
   dark) - colors are hardcoded rather than theme-dependent so dark.css'
   generic [style*="color:#..."] rules can't flip them to light text on a
   light background. */
#withdrawal .wid-eyebrow { color: #006591; }
#withdrawal h2 { color: #0b1c30; }
#withdrawal .wid-sub { color: #3e4850; }
#withdrawal .wid-btn { background: #fff; color: #006591; border-color: #dbe5ef; }
/* Dunkelmodus: Band wird von dark.css dunkel, Schrift muss mitziehen. */
html[data-theme="dark"] #withdrawal .wid-eyebrow { color: #61caf8; }
html[data-theme="dark"] #withdrawal h2 { color: #cfe3f4; }
html[data-theme="dark"] #withdrawal .wid-sub { color: #8aaec5; }
html[data-theme="dark"] #withdrawal .wid-btn { background: #13263a; color: #61caf8; border-color: #24425c; }

