.region-selector {
  display: flex;
  align-items: center;
  height: 100%;
  order: 1;
  width: max-content;
}

.region-selector__dropdown {
  background-color: transparent;
  color: var(--color-foreground);
  font-family: inherit;
  font-size: inherit;
  cursor: pointer;
  min-width: 120px;
  color: var(--Text-Icon-darkest, #3B3B3B);
  font-family: var(--font-heading--family);
  font-size: 20px;
  font-weight: 700;

  @media only screen and (min-width: 750px) and (max-width: 1440px) {
    font-size: 1rem;
  }
}

.region-selector__dropdown:focus {
  outline: none;
}