/* EP Frontend styles (header/footer helpers) */

/* Keep header stable and prevent logo stretch */
.nx-header-placeholder img.elementor-image,
.nx-header-placeholder .elementor-widget-image img,
.nx-header-placeholder .custom-logo-link img{
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
}

/* Optional: reserve small space to reduce layout jump */
.nx-header-placeholder{min-height: 110px;}

/* Hide header until Elementor/template CSS is ready (FOUC control) */
html.nx-loading .nx-header-placeholder{opacity:0;}

