/* GTranslate injects different wrappers on origin and translated proxy pages.
   Hide every known legacy wrapper unconditionally; our menu uses fctel-* only. */
.gtranslate_wrapper,
#gt_float_wrapper,
.gt_float_switcher,
.gt_switcher_wrapper,
.gt_switcher,
.goog-te-gadget,
.skiptranslate.goog-te-gadget { display: none !important; visibility: hidden !important; pointer-events: none !important; }

.fctel-lang {
  position: fixed;
  z-index: 2147482500;
  top: 82px;
  right: 24px;
  color: #25313d;
  font: 600 16px/1.25 Arial, Helvetica, sans-serif;
}
.fctel-lang__current {
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 112px;
  height: 46px;
  padding: 0 13px;
  border: 1px solid #e3e8ed;
  border-radius: 7px;
  background: #fff;
  color: inherit;
  box-shadow: 0 8px 24px rgba(18, 36, 52, .14);
  cursor: pointer;
}
.fctel-lang__flag { font-size: 25px; line-height: 1; }
.fctel-lang__short { flex: 1; text-align: left; }
.fctel-lang__chevron {
  width: 8px;
  height: 8px;
  border-right: 2px solid #687681;
  border-bottom: 2px solid #687681;
  transform: rotate(45deg) translateY(-2px);
  transition: transform .18s ease;
}
.fctel-lang.is-open .fctel-lang__chevron { transform: rotate(225deg) translate(-1px, -1px); }
.fctel-lang__menu {
  display: none;
  width: 196px;
  max-height: min(520px, calc(100vh - 150px));
  margin-top: 7px;
  padding: 6px;
  overflow-y: auto;
  border: 1px solid #e3e8ed;
  border-radius: 9px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(18, 36, 52, .18);
}
.fctel-lang.is-open .fctel-lang__menu { display: block; }
.fctel-lang__option {
  display: flex;
  align-items: center;
  gap: 11px;
  min-height: 40px;
  padding: 7px 10px;
  border-radius: 6px;
  color: #344451 !important;
  text-decoration: none !important;
  font-weight: 500;
}
.fctel-lang__option > span:first-child { width: 28px; font-size: 22px; text-align: center; }
.fctel-lang__option:hover,
.fctel-lang__option:focus,
.fctel-lang__option.is-active { background: #eef6f8; color: #17647a !important; }

@media (max-width: 767px) {
  .fctel-lang { top: 74px; right: 76px; }
  .fctel-lang__current { min-width: 88px; height: 42px; padding: 0 9px; gap: 7px; }
  .fctel-lang__flag { font-size: 22px; }
  .fctel-lang__menu { width: 184px; }
}
