
/* V12.11 generated duplicate theme button CSS blocker */
body > button.theme-toggle,
body > button[data-theme-toggle],
body > .theme-toggle,
body > [data-theme-toggle],
body > button[aria-label*="theme" i],
body > button[aria-label*="dark" i],
body > button[aria-label*="light" i],
body > button:has(span[data-theme-label]){
  display:none!important;
  visibility:hidden!important;
  opacity:0!important;
  pointer-events:none!important;
}
nav .theme-toggle,
nav [data-theme-toggle],
.nav .theme-toggle,
.nav [data-theme-toggle]{
  display:inline-flex!important;
  visibility:visible!important;
  opacity:1!important;
  pointer-events:auto!important;
}
