/* Hide old floating Light/Night toggle on desktop/browser layout only */
@media (min-width: 700px) {
  body.pp-display-active-desktop .theme-switch,
  body.pp-display-active-desktop .theme-toggle,
  body.pp-display-active-desktop #themeToggle,
  body.pp-display-active-desktop #themeSwitch,
  body.pp-display-active-desktop .theme-toggle-wrap,
  body.pp-display-active-desktop .theme-switch-wrap {
    display: none !important;
  }

  body.pp-display-active-desktop label:has(+ .theme-switch),
  body.pp-display-active-desktop label:has(+ .theme-toggle),
  body.pp-display-active-desktop label:has(#themeToggle),
  body.pp-display-active-desktop label:has(#themeSwitch) {
    display: none !important;
  }
}
