.beezle-state-switcher-tab {
  position: fixed;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;
  background: rgb(255, 210, 61);
  border-radius: 0 6px 6px 0;
  padding: 0.75rem 0.25rem 0.75rem 0.1rem;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
  font-family: inherit;
}

.beezle-state-switcher-tab ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.beezle-state-switcher-tab li {
  margin: 0.15rem 0;
  text-align: center;
}

.beezle-state-switcher-tab a {
  display: block;
  min-width: 2.2rem;
  padding: 0.15rem 0.4rem;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #111;
  text-decoration: none;
}

.beezle-state-switcher-tab a:hover {
  text-decoration: underline;
}

.beezle-state-switcher-tab li.is-active {
  background: rgba(255, 243, 170, 0.9);
}
