/* Wayback Fixer auto-supplement */
/* Elementor entrance-animation elements keep visibility:hidden until frontend JS
   fires; without it (no per-page post-NNNN.css) content stays invisible. Force on. */
.elementor-invisible{opacity:1 !important;visibility:visible !important;animation:none !important;}
.elementor img,.elementor-widget-container img{max-width:100%;height:auto;}

/* Smart Slider 3 keeps the active slide's layer container visibility:hidden until
   its JS animation fires; without full slider JS the hero layers stay flagged hidden
   even though child layers render. Force the active slide's container visible. */
.n2-ss-slide-active .n2-ss-layers-container{visibility:visible !important;}
