/* Green Pi Interactive City V6.21 - reliable language switching */

/* Ensure the custom flag menu receives clicks while the hidden native shortcode remains script-accessible. */
.gp-flag-language__option{
  pointer-events:auto !important;
  touch-action:manipulation;
}
.gp-native-lang-link{
  position:absolute !important;
  inset:0 !important;
  width:100% !important;
  height:100% !important;
  overflow:hidden !important;
  opacity:0 !important;
  pointer-events:none !important;
}
.gp-native-lang-link a{
  display:block !important;
  width:100% !important;
  height:100% !important;
  opacity:0 !important;
  pointer-events:none !important;
}

/* Keep language popup above map/dock layers on desktop. */
.gp-topbar-actions,
.gp-topbar-language,
.gp-flag-language,
.gp-flag-language__menu{
  isolation:auto;
}
.gp-flag-language__menu{
  z-index:999 !important;
}
