/* Hourbench-Farben für die öffentlichen listmonk-Seiten (Bestätigen,
   Abmelden). newsletter.py einrichten schreibt das in die Einstellung
   appearance.public.custom_css; listmonk liefert es als /public/custom.css. */
body { background: #EEF1F6; color: #16233B; font-family: -apple-system, "Segoe UI", Helvetica, Arial, sans-serif; }
a { color: #16233B; text-decoration-color: #DE9A34; }
a:hover { color: #9A6412; }
h2 { font-weight: 700; letter-spacing: -0.01em; }
.wrap { border-radius: 10px; border: 1px solid rgba(22,35,59,0.14); box-shadow: none; }
.header { border-bottom: 1px solid rgba(22,35,59,0.14); }
.hb-brand { font-weight: 700; font-size: 21px; text-decoration: none; color: #16233B; }
.button, button.button { background: #DE9A34; color: #16233B; border-radius: 999px; font-weight: 700; }
.button:hover, button.button:hover { background: #C4821F; color: #16233B; }
.button.button-outline { background: transparent; border: 1px solid #16233B; color: #16233B; }
input[type="email"]:focus, input[type="text"]:focus { border-color: #DE9A34; }
footer.container, footer.container a { color: #5B6780; }
