/* Force light mode — dark theme removed from site */
html {
  color-scheme: light !important;
}

html.dark {
  color-scheme: light !important;
}

.theme-toggle-btn,
button[id^="theme-toggle"] {
  display: none !important;
}

img[id$="-dark"],
img[id="logo-dark"],
img[id="footer-logo-dark"],
img[id="product-header-logo-dark"],
.hidden.dark\:block,
.dark\:block {
  display: none !important;
}

img[id$="-light"],
img.dark\:hidden,
.dark\:hidden {
  display: block !important;
}
