.accountswitch-user-anchor {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  width: auto !important;
  max-width: none !important;
  vertical-align: middle !important;
}

.accountswitch-arrow-wrap {
  position: relative;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  margin: 0 !important;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.12);
  flex: 0 0 16px;
  order: -1;
}

.accountswitch-arrow-wrap:hover {
  background: rgba(255, 255, 255, 0.20);
}

.accountswitch-arrow {
  font-size: 10px;
  line-height: 1;
  color: #e5edf7;
  pointer-events: none;
}

.accountswitch-select-compact {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
  border: 0;
  background: transparent;
}

.accountswitch-select-compact option {
  color: #111827;
  font-size: 13px;
}
