/* 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;}
/* Newsphere full-screen #af-preloader (position:fixed, z-index:9999999) is normally
   removed by theme window.load JS (main.js), which wasn't archived. Without it the
   dark overlay permanently masks the blog + every article page. Force it hidden. */
#af-preloader{display:none !important;}
