/* 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;}
/* The7 full-screen JS preloader (#load.spinner-loader — position:fixed, z-index:9901)
   is stripped by window-load JS (adds .loader-removed). On a static Wayback restore that
   JS races the QA render and can linger, painting a white overlay over the whole page —
   showLinks() on the home read as occluded-by/collapsed (verify_link_visibility). Content
   is NOT gated on .loading-ready, so forcing the loader off is safe. */
#load,#load.spinner-loader{display:none !important;opacity:0 !important;visibility:hidden !important;}
