/* Claranet - Dark theme + orange brand accent */

/* Make login logo larger */
img[src*="logo.svg"] {
  max-height: 120px !important;
  width: auto !important;
  display: block !important;
  margin: 0 auto !important;
}

/* Hide theme toggle - theme is forced via JS */
button[aria-label="Theme selector"],
button[data-testid="theme-button"] {
  display: none !important;
}
