.suite-theme-switcher{
  position:fixed;
  z-index:190;
  left:22px;
  bottom:22px;
  display:flex;
  gap:4px;
  padding:5px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:13px;
  background:rgba(10,12,16,.9);
  box-shadow:0 18px 55px rgba(0,0,0,.24);
  backdrop-filter:blur(18px);
}
.suite-theme-switcher a{
  padding:8px 11px;
  border-radius:8px;
  color:#abb0b9;
  font:750 9px/1 Inter,system-ui,sans-serif;
  text-decoration:none;
}
.suite-theme-switcher a:hover,
.suite-theme-switcher a.active{background:#fff;color:#15161a}
.hsp-executive-ivory .suite-theme-switcher{
  border-color:#c9bda9;
  border-radius:0;
  background:rgba(255,253,248,.94);
  box-shadow:0 18px 50px rgba(48,38,25,.14);
}
.hsp-executive-ivory .suite-theme-switcher a{border-radius:0;color:#74695d}
.hsp-executive-ivory .suite-theme-switcher a:hover,
.hsp-executive-ivory .suite-theme-switcher a.active{background:#1b1713;color:#fffaf1}
@media(max-width:640px){.suite-theme-switcher{display:none}}
