html.zpt-font-shrink-pending body > *,
html.zpt-font-shrink-pending body > * * {
  pointer-events: none !important;
  visibility: hidden !important;
}

html.zpt-font-shrink-pending body header,
html.zpt-font-shrink-pending body header *,
html.zpt-font-shrink-pending body [role="banner"],
html.zpt-font-shrink-pending body [role="banner"] *,
html.zpt-font-shrink-pending body #wpadminbar,
html.zpt-font-shrink-pending body #wpadminbar *,
html.zpt-font-shrink-pending body #header,
html.zpt-font-shrink-pending body #header *,
html.zpt-font-shrink-pending body #masthead,
html.zpt-font-shrink-pending body #masthead *,
html.zpt-font-shrink-pending body #site-header,
html.zpt-font-shrink-pending body #site-header *,
html.zpt-font-shrink-pending body .ct-header,
html.zpt-font-shrink-pending body .ct-header *,
html.zpt-font-shrink-pending body .site-header,
html.zpt-font-shrink-pending body .site-header *,
html.zpt-font-shrink-pending body .main-header,
html.zpt-font-shrink-pending body .main-header *,
html.zpt-font-shrink-pending body .elementor-location-header,
html.zpt-font-shrink-pending body .elementor-location-header * {
  pointer-events: auto !important;
  visibility: visible !important;
}

.zpt-language-switcher {
  display: inline-block;
}

.zpt-layout-inline {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 8px;
}

.zpt-layout-inline .zpt-language-link,
.zpt-floating-switcher .zpt-language-link {
  border: 1px solid currentColor;
  color: inherit;
  display: inline-block;
  line-height: 1.2;
  padding: 6px 10px;
  text-decoration: none;
}

.zpt-layout-inline .zpt-language-link.is-active,
.zpt-floating-switcher .zpt-language-link.is-active {
  font-weight: 700;
}

.zpt-language-switcher select {
  max-width: 100%;
  min-height: 36px;
}

.zpt-dropdown-switcher {
  color: #20242a;
  position: relative;
}

.zpt-dropdown-toggle {
  -webkit-appearance: none;
  align-items: center;
  background: #fff;
  border: 1px solid #dfe3ea;
  border-radius: 999px;
  box-shadow: none;
  color: #20242a;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-size: 16px;
  font-weight: 500;
  gap: 5px;
  justify-content: center;
  line-height: 1.25;
  min-height: 32px;
  min-width: 82px;
  padding: 5px 9px;
  transition: border-color .18s ease, box-shadow .18s ease, color .18s ease;
}

.zpt-dropdown-toggle:hover,
.zpt-dropdown-toggle:focus-visible,
.zpt-dropdown-switcher.is-open .zpt-dropdown-toggle {
  border-color: #cfd6e3;
  box-shadow: none;
  outline: 0;
}

.zpt-dropdown-icon {
  align-items: center;
  color: currentColor;
  display: inline-flex;
  flex: 0 0 auto;
  justify-content: center;
}

.zpt-dropdown-globe .zpt-switcher-svg {
  height: 15px;
  width: 15px;
}

.zpt-dropdown-chevron .zpt-switcher-svg {
  height: 11px;
  width: 11px;
}

.zpt-dropdown-current {
  display: block;
  line-height: 1.25;
  max-width: 12em;
  overflow: hidden;
  padding: 2px 0 3px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.zpt-switcher-svg {
  display: block;
  height: 1em;
  width: 1em;
}

.zpt-dropdown-menu {
  background: #fff;
  border: 0;
  border-radius: 0;
  box-shadow: 0 8px 21px rgba(15, 23, 42, .18);
  display: none;
  left: 0;
  max-width: none;
  min-width: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 99998;
}

.zpt-dropdown-switcher.is-open .zpt-dropdown-menu {
  display: block;
}

.zpt-dropdown-backdrop {
  display: none;
}

.zpt-dropdown-handle,
.zpt-dropdown-title {
  display: none;
}

.zpt-dropdown-menu .zpt-language-link {
  align-items: center;
  border: 0;
  border-bottom: 1px solid #e7ebf1;
  border-radius: 0;
  color: #20242a;
  display: flex;
  font-size: 16px;
  gap: 9px;
  justify-content: flex-start;
  line-height: 1.25;
  min-height: 27px;
  padding: 6px 9px;
  text-decoration: none;
}

.zpt-dropdown-menu .zpt-language-link:last-child {
  border-bottom: 0;
}

.zpt-dropdown-menu .zpt-language-link:hover {
  background: #f5f7fb;
}

.zpt-dropdown-menu .zpt-language-link.is-active {
  background: #000;
  color: #fff;
  font-weight: 500;
}

.zpt-dropdown-menu .zpt-language-label {
  min-width: 0;
  overflow-wrap: anywhere;
}

.zpt-dropdown-menu .zpt-language-check {
  align-items: center;
  color: #fff;
  display: none;
  flex: 0 0 auto;
  height: 11px;
  justify-content: center;
  width: 11px;
}

.zpt-dropdown-menu .zpt-language-check .zpt-switcher-svg {
  height: 11px;
  width: 11px;
}

.zpt-dropdown-menu .zpt-language-link.is-active .zpt-language-check {
  display: none !important;
}

@media (max-width: 767px) {
  .zpt-dropdown-toggle {
    font-size: inherit;
    gap: 0;
    min-height: 46px;
    min-width: 46px;
    padding: 10px;
    width: 46px;
  }

  .zpt-dropdown-current,
  .zpt-dropdown-chevron {
    display: none;
  }

  .zpt-dropdown-globe .zpt-switcher-svg {
    height: 26px;
    width: 26px;
  }

  .zpt-dropdown-switcher.is-open .zpt-dropdown-backdrop:not([hidden]) {
    background: rgba(15, 23, 42, .42);
    display: block;
    inset: 0;
    position: fixed;
    z-index: 99997;
  }

  .zpt-dropdown-menu {
    border: 1px solid #edf0f5;
    border-bottom: 0;
    border-radius: 22px 22px 0 0;
    bottom: 0;
    box-shadow: 0 -16px 42px rgba(15, 23, 42, .22);
    left: 50%;
    max-height: calc(100vh - 24px);
    max-width: calc(100vw - 20px);
    min-width: 0;
    overflow-y: auto;
    padding: 14px 14px calc(20px + env(safe-area-inset-bottom));
    position: fixed;
    top: auto;
    transform: translateX(-50%);
    width: 500px;
    z-index: 99999;
  }

  .zpt-dropdown-handle {
    background: #d7dce6;
    border-radius: 999px;
    display: block;
    height: 6px;
    margin: 0 auto 18px;
    width: 74px;
  }

  .zpt-dropdown-title {
    color: #20242a;
    display: block;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.25;
    margin: 0 0 18px;
    text-align: center;
  }

  .zpt-dropdown-menu .zpt-language-link {
    border: 1px solid #e5e9f0;
    border-radius: 12px;
    font-size: 16px;
    min-height: 72px;
    padding: 16px 22px;
    justify-content: space-between;
  }

  .zpt-dropdown-menu .zpt-language-link + .zpt-language-link {
    margin-top: 10px;
  }

  .zpt-dropdown-menu .zpt-language-link.is-active {
    background: #000;
    border-color: #000;
    color: #fff;
  }

  .zpt-dropdown-menu .zpt-language-check {
    border: 2px solid #aab4c4;
    border-radius: 999px;
    color: transparent;
    display: inline-flex;
    height: 30px;
    width: 30px;
  }

  .zpt-dropdown-menu .zpt-language-check .zpt-switcher-svg {
    height: 18px;
    opacity: 0;
    width: 18px;
  }

  .zpt-dropdown-menu .zpt-language-link.is-active .zpt-language-check {
    background: #000;
    border-color: #fff;
    color: #fff;
    display: inline-flex !important;
  }

  .zpt-dropdown-menu .zpt-language-link.is-active .zpt-language-check .zpt-switcher-svg {
    opacity: 1;
  }
}

.zpt-floating-switcher {
  position: fixed;
  z-index: 99999;
  color: var(--zpt-color, #1d2327);
}

.zpt-bottom-right {
  bottom: var(--zpt-bottom, 18px);
  right: 18px;
}

.zpt-bottom-left {
  bottom: var(--zpt-bottom, 18px);
  left: 18px;
}

.zpt-top-right {
  right: 18px;
  top: 18px;
}

.zpt-top-left {
  left: 18px;
  top: 18px;
}

.zpt-preview-mode .zpt-selected-node {
  outline: 3px solid #2271b1 !important;
  outline-offset: 3px !important;
}

.zpt-floating-toggle {
  background: var(--zpt-bg, #fff);
  border: 1px solid color-mix(in srgb, var(--zpt-color, #1d2327), transparent 72%);
  border-radius: var(--zpt-radius, 6px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, .16);
  color: var(--zpt-color, #1d2327);
  cursor: pointer;
  font: inherit;
  min-width: 118px;
  padding: 10px 14px;
  text-align: left;
}

.zpt-floating-toggle::after {
  content: "▾";
  float: right;
}

.zpt-floating-menu {
  background: var(--zpt-bg, #fff);
  border: 1px solid color-mix(in srgb, var(--zpt-color, #1d2327), transparent 72%);
  border-radius: var(--zpt-radius, 6px);
  bottom: calc(100% + 8px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, .16);
  display: none;
  min-width: 160px;
  overflow: hidden;
  position: absolute;
  right: 0;
}

.zpt-top-left .zpt-floating-menu,
.zpt-top-right .zpt-floating-menu {
  bottom: auto;
  top: calc(100% + 8px);
}

.zpt-bottom-left .zpt-floating-menu,
.zpt-top-left .zpt-floating-menu {
  left: 0;
  right: auto;
}

.zpt-floating-switcher.is-open .zpt-floating-menu {
  display: grid;
}

.zpt-floating-menu .zpt-language-link {
  border: 0;
  color: var(--zpt-color, #1d2327);
  display: block;
  padding: 10px 14px;
}

.zpt-floating-menu .zpt-language-link:hover,
.zpt-floating-menu .zpt-language-link.is-active {
  background: var(--zpt-active, #2271b1);
  color: #fff;
}
