#plexim-menu-anchor {
  display: flex;
  flex-direction: column;
  position: fixed;
  min-width: 150px;
  right: 10px;
  bottom: 30px;
  z-index: 1111;

  gap: 6px;
  padding: 6px;
  border-radius: 18px;

  background-color: white;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

#plexim-menu-anchor select {
  appearance: none;
  box-shadow: none;
  background-color: white;
  padding: 8px 16px;
  border-radius: 12px;
  border: 1px solid #EBECF6;
  outline: none;
  color: rgba(33, 31, 32, 0.80);
  cursor: pointer;
}

#plexim-menu-anchor select:hover {
  color: #211F20;
  background: #F9F8FB;
}

#plexim-menu-anchor select:active {
  color: #211F20;
  background: #EBECF6;
}

#plexim-menu-anchor select:focus-visible {
  outline: 2px solid #09F;
  outline-offset: 2px;
}
