/* Switcher bar */
.malibu-switcher{
  position:fixed; left:50%; transform:translateX(-50%);
  bottom:16px; z-index:10000; background:rgba(0,0,0,.5);
  padding:6px 8px; border-radius:999px; backdrop-filter: blur(6px);
}
.malibu-switch-btn{
  display:inline-block; margin:0 4px; padding:6px 10px; border-radius:999px;
  background:rgba(255,255,255,.1); color:#fff; text-decoration:none; font-size:13px;
}
.malibu-switch-btn:hover{ background:rgba(255,255,255,.2);}
