.lmc-lang-switch,
.lmc-lang-switch {
  display: inline-flex;
  align-items: center;
  margin-right: 12px;
  border: 1px solid rgba(31, 107, 74, .22);
  border-radius: 999px;
  overflow: hidden;
  background: #fff;
  vertical-align: middle;
}
.lmc-lang-switch__item,
.lmc-lang-switch__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 36px;
  padding: 0 11px;
  color: #245c45;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .06em;
}
.lmc-lang-switch__item:hover,
.lmc-lang-switch__item:hover { background: #f2f7f3; color: #1f6b4a; }
.lmc-lang-switch__item.is-active,
.lmc-lang-switch__item.is-active { background: #1f6b4a; color: #fff; }
@media (max-width: 768px) {
  .lmc-lang-switch,
  .lmc-lang-switch { margin-right: 8px; }
  .lmc-lang-switch__item,
  .lmc-lang-switch__item { min-width: 34px; height: 32px; padding: 0 8px; }
}
