.language-control {
  display: grid;
  gap: 3px;
  min-width: 68px;
  margin: 0;
}

.language-control > span {
  color: #4a565b;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .14em;
}

.language-control select {
  width: 68px;
  height: 42px;
  margin: 0;
  padding: 0 10px;
  border: 1px solid #aab3af;
  border-radius: 5px;
  background: #fff;
  color: #172126;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
}

.language-control select:focus {
  border-color: #327ac9;
  box-shadow: 0 0 0 3px rgba(50, 122, 201, .18);
  outline: 0;
}

.login-language {
  width: 76px;
  margin: 0 0 12px auto;
}

html[lang="en"] .top-actions .credit-card > strong::after {
  content: "LEFT";
}

html[lang="en"] .top-actions .credit-card.gold > strong::after {
  content: "AVAILABLE";
}

@media (max-width: 850px) {
  .language-control {
    min-width: 62px;
  }

  .language-control select {
    width: 62px;
    height: 38px;
  }
}
