.site-language-switcher {
  position: relative;
  display: flex;
  flex: none;
  align-items: center;
  gap: 7px;
  border: 1px solid #d7dde0;
  border-radius: 999px;
  background: #fff;
  padding: 7px 10px;
  color: #263e49;
}

.site-language-icon {
  width: 16px;
  height: 16px;
  flex: none;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.site-language-switcher select {
  max-width: 145px;
  border: 0;
  background: transparent;
  color: inherit;
  font: 600 11px var(--sans);
  outline: 0;
  cursor: pointer;
}

@media (max-width: 780px) {
  .site-language-switcher {
    padding: 6px 8px;
  }
  .site-language-switcher select {
    max-width: 112px;
    font-size: 10px;
  }
}

/* Reduce the fixed member-nav language label by one pixel. */
.member-nav-actions .site-language-switcher select {
  font-size: 10px;
}

@media (max-width: 780px) {
  .member-nav-actions .site-language-switcher {
    gap: 5px;
    max-width: 136px;
    padding: 4px 6px;
  }
  .member-nav-actions .site-language-icon {
    width: 14px;
    height: 14px;
  }
  .member-nav-actions .site-language-switcher select {
    width: 90px;
    max-width: 90px;
    font-size: 13px !important;
  }
}
