.docs-version-picker {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-left: 0;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.version-badge.docs-version-picker {
  margin-left: 0.9rem;
}

.docs-version-picker select {
  max-width: 8.5rem;
  padding: 0 1.1rem 0 0;
  border: 0;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  color: inherit;
  background: transparent
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='5' viewBox='0 0 8 5'%3E%3Cpath fill='none' stroke='%23b8a9ef' stroke-linecap='round' stroke-linejoin='round' d='m1 1 3 3 3-3'/%3E%3C/svg%3E")
    right center / 8px 5px no-repeat;
  font: inherit;
  cursor: pointer;
}

.docs-version-picker:focus-within {
  border-radius: 999px;
  outline: 2px solid currentcolor;
  outline-offset: 3px;
}

.docs-version-picker select:focus-visible {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

.docs-version-picker option {
  color: #14131d;
  background: #fffdf8;
}
