/* Light-only embed overrides (loaded when GUPPY_EMBED_LIGHT_MODE_ONLY=true) */

#theme-selector-label,
[data-testid="theme-selector"],
button[aria-keyshortcuts="Ctrl+Shift+T"],
button[aria-label="Toggle theme"],
button[aria-label*="toggle theme"] {
  display: none !important;
}

div:has(> #theme-selector-label) {
  display: none !important;
}

html.dark,
html.dark body {
  color-scheme: light !important;
  background: #ffffff !important;
}
