/* ============================================================
   Eta Iota Dispatch — Public / Login Page Custom CSS
   Paste into: Settings > Appearance > Custom public CSS

   Minimal — only adds the "Eta Iota Dispatch" brand name
   below the logo. All other styles are ListMonk defaults.
   ============================================================ */

/* "Eta Iota Dispatch" label below the logo */
.header .logo a::after {
  content: 'Eta Iota Dispatch';
  display: block;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: #1a2a4a;
  margin-top: 0.4rem;
  text-decoration: none;
}
