/* Clip Images Media - language refresh stability v11766
   Keep public content visible during language switching and refresh. */
html.cimLangPreloadV11698 body,
html.cimLangFadeOutV11698 body,
html.cimLangReadyV11698 body{
  opacity:1 !important;
  visibility:visible !important;
  transition:none !important;
}
html.cimLangPreloadV11698 body,
html.cimLangFadeOutV11698 body{
  pointer-events:auto !important;
}
.goog-te-banner-frame.skiptranslate,
body > .skiptranslate,
#goog-gt-tt,
.goog-tooltip,
.goog-tooltip:hover{
  display:none !important;
}
body{top:0 !important;}

/* V11822 mobile/touch only: language UI removed; desktop unchanged. */
@media (max-width:900px), (hover:none) and (pointer:coarse){
  html body #cimLangV11688,
  html body .cimLangV11688,
  html body [data-cim-language-selector],
  html body .cimFooterLanguageNavV11689,
  html body [data-cim-footer-lang],
  html body .cimFooterSepV11689,
  html body #cimLangBackdropV11757,
  html body #cimGoogleTranslateElementV11698,
  html body #cimGoogleTranslateElementV11688{
    display:none!important;
    visibility:hidden!important;
    opacity:0!important;
    pointer-events:none!important;
    width:0!important;
    height:0!important;
    overflow:hidden!important;
  }
}

/* V11817: remove Italiano only on mobile; all other languages + desktop unchanged */
@media (max-width:768px){
  #cimLangV11688 .cimLangOptionV11688[data-lang="it"]{display:none !important;}
  [data-cim-footer-lang="it"]{display:none !important;}
  [data-cim-footer-lang="it"] + .cimFooterSepV11689{display:none !important;}
}

/* Keep the hard removal last so later selector styles cannot revive it. */
@media (max-width:900px), (hover:none) and (pointer:coarse){
  html.cimMobileLanguageRemovedV11822 body #cimLangV11688,
  html.cimMobileLanguageRemovedV11822 body .cimLangV11688,
  html.cimMobileLanguageRemovedV11822 body [data-cim-language-selector],
  html.cimMobileLanguageRemovedV11822 body .cimFooterLanguageNavV11689,
  html.cimMobileLanguageRemovedV11822 body [data-cim-footer-lang],
  html.cimMobileLanguageRemovedV11822 body .cimFooterSepV11689,
  html.cimMobileLanguageRemovedV11822 body #cimLangBackdropV11757{
    display:none!important;
    visibility:hidden!important;
    opacity:0!important;
    pointer-events:none!important;
  }
}
