.zg-lang-switcher {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 34px;
  padding: 7px 11px;
  border: 1px solid rgba(16, 42, 86, .18);
  border-radius: 6px;
  background: #ffffff;
  color: #102a56 !important;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none !important;
  box-shadow: 0 8px 18px rgba(16, 42, 86, .1);
}

.zg-lang-switcher:hover {
  background: #102a56;
  color: #ffffff !important;
}

.zg-lang-flag {
  font-size: 15px;
  line-height: 1;
}

.zg-lang-floating {
  position: fixed;
  top: 96px;
  right: 18px;
  z-index: 9998;
}

@media (max-width: 720px) {
  .zg-lang-floating {
    top: 76px;
    right: 12px;
  }
}
