/* version-switcher.css
   Styling for the version dropdown. Loaded from the site root by every
   version, so the switcher looks the same everywhere. */

.version-switcher {
  display: flex;
  align-items: center;
  margin-left: 1rem;
}

.version-select {
  font-family: 'Roboto', sans-serif;
  font-size: 0.9rem;
  padding: 0.3em 0.6em;
  border: 1px solid #3ba6eb;
  border-radius: 1em;
  background-color: #fff;
  color: #2c2c2c;
  cursor: pointer;
}
