/* Flag portale OFF: accesso immediato senza schermata password */
html.ilc-portale-aperto #lock-screen{display:none!important}
html.ilc-portale-aperto #listino-content{display:block!important}
html.ilc-portale-aperto #ls-hero-fisso{display:block!important}
html.ilc-portale-aperto #hdr-spacer{display:block!important}
html.ilc-portale-aperto .cta-pwd-on{display:none!important}
html.ilc-portale-aperto .cta-pwd-off{display:block!important}
html.ilc-portale-locked .cta-pwd-off{display:none!important}
html.ilc-portale-locked .cta-pwd-on{display:block!important}

/* Evita flash bandiere lingua durante init/riallineamento nav */
html:not(.nav-ready) nav .lang-switch{visibility:hidden}
html.nav-ready nav .lang-switch{visibility:visible}
.lang-badge img{
  width:26px!important;
  height:26px!important;
  min-width:26px;
  min-height:26px;
  object-fit:cover;
  border-radius:4px;
  flex-shrink:0;
}
