/* Hard reset untuk style switcher - Final Version */

/* Reset default untuk semua tombol agar tetap di kanan */
.style-switcher-toggler {
  position: fixed !important;
  top: 20px !important;
  right: 20px !important;
  left: auto !important;
  bottom: auto !important;
  z-index: 10000 !important;
}

/* Light/dark mode button */
.day-night {
  position: fixed !important;
  top: 80px !important;
  right: 20px !important;
  left: auto !important;
  bottom: auto !important;
  z-index: 10000 !important;
}

/* Panel theme color */
.style-switcher {
  position: fixed !important;
  top: 20px !important;
  right: 0 !important;
  left: auto !important;
  bottom: auto !important;
  transform: translateX(100%) !important;
  z-index: 9999 !important;
}

/* Panel saat terbuka */
.style-switcher.open {
  transform: translateX(-15px) !important;
}
