.creadifity-language-switcher {
  position: fixed;
  top: calc(env(safe-area-inset-top, 0px) + 86px);
  right: max(14px, env(safe-area-inset-right, 0px));
  z-index: 2147482000;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 34px;
  padding: 4px;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 999px;
  background: rgba(5, 14, 29, 0.8);
  box-shadow: 0 12px 30px rgba(2, 8, 23, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(14px) saturate(145%);
  backdrop-filter: blur(14px) saturate(145%);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
}

.creadifity-language-option {
  display: grid;
  place-items: center;
  min-width: 31px;
  min-height: 26px;
  padding: 0 7px;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
  transition: color 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

a.creadifity-language-option:hover,
a.creadifity-language-option:focus-visible {
  color: #fff;
  background: rgba(42, 126, 255, 0.32);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.24) inset;
  outline: none;
}

.creadifity-language-option.is-active {
  color: #fff;
  background: linear-gradient(135deg, #125cff, #2f86ff);
  box-shadow: 0 5px 14px rgba(18, 92, 255, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.creadifity-language-divider {
  width: 1px;
  height: 17px;
  background: rgba(255, 255, 255, 0.25);
}

@media (max-width: 640px) {
  .creadifity-language-switcher {
    top: calc(env(safe-area-inset-top, 0px) + 72px);
    right: max(10px, env(safe-area-inset-right, 0px));
    min-height: 32px;
  }

  .creadifity-language-option {
    min-width: 29px;
    min-height: 24px;
    padding: 0 6px;
  }
}

@media print {
  .creadifity-language-switcher {
    display: none !important;
  }
}
