.yg-public-language-switcher {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  margin-left: 10px;
  padding: 4px;
  border: 1px solid rgba(7, 107, 76, 0.18);
  border-radius: 999px;
  background: #f2f8f5;
  white-space: nowrap;
}

.yg-public-language-switcher button {
  min-width: 38px;
  padding: 7px 10px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #36534a;
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
}

.yg-public-language-switcher button.active {
  background: #087d59;
  color: #fff;
}

@media (max-width: 860px) {
  .yg-public-language-switcher { margin-left: 0; }
}
