.felics-version-switcher {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 1000;
  display: flex;
  align-items: center;
  gap: 0.4em;
  padding: 0.35em 0.6em;
  border-radius: 999px;
  background-color: #ffffff;
  color: #14151a;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 0.8em;
}

.felics-version-switcher__label {
  white-space: nowrap;
}

.felics-version-switcher__select {
  font: inherit;
  color: inherit;
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 999px;
  padding: 0.15em 0.5em;
}

@media (prefers-color-scheme: dark) {
  .felics-version-switcher {
    background-color: #22242f;
    color: #f5f5f5;
    border-color: rgba(255, 255, 255, 0.15);
  }

  .felics-version-switcher__select {
    border-color: rgba(255, 255, 255, 0.25);
  }
}
