/* Clip Images Media — language selector click shield v11757
   Prevents taps around the open language menu from falling through to WhatsApp or other links. */
#cimLangBackdropV11757{
  position:fixed!important;
  inset:0!important;
  z-index:2147483192!important;
  display:none!important;
  visibility:hidden!important;
  opacity:0!important;
  background:transparent!important;
  pointer-events:none!important;
  touch-action:manipulation!important;
  -webkit-tap-highlight-color:transparent!important;
}
body.cimLangMenuOpenV11757 #cimLangBackdropV11757{
  display:block!important;
  visibility:visible!important;
  opacity:1!important;
  pointer-events:auto!important;
}
body.cimLangMenuOpenV11757 #cimLangV11688{
  z-index:2147483196!important;
}
body.cimLangMenuOpenV11757 .cimWhatsAppFloatV3040,
body.cimLangMenuOpenV11757 .cimWhatsAppFloatV3041,
body.cimLangTapGuardV11757 .cimWhatsAppFloatV3040,
body.cimLangTapGuardV11757 .cimWhatsAppFloatV3041,
body.cimLangMenuOpenV11757 a[href*="wa.me"],
body.cimLangMenuOpenV11757 a[href*="api.whatsapp.com"],
body.cimLangTapGuardV11757 a[href*="wa.me"],
body.cimLangTapGuardV11757 a[href*="api.whatsapp.com"]{
  pointer-events:none!important;
}
@media(max-width:768px){
  body.cimLangMenuOpenV11757 #cimLangV11688{z-index:2147483196!important;}
  #cimLangBackdropV11757{z-index:2147483195!important;}
}

/* V11822: the language selector and its shield do not exist in the mobile UI. */
@media (max-width:900px), (hover:none) and (pointer:coarse){
  html body #cimLangV11688,
  html body #cimLangBackdropV11757,
  html body .cimFooterLanguageNavV11689,
  html body [data-cim-language-selector],
  html body [data-cim-footer-lang],
  html body .cimFooterSepV11689{
    display:none!important;
    visibility:hidden!important;
    opacity:0!important;
    pointer-events:none!important;
  }
}
