/* 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;}
/* showLinks()/showSitewide() sit as a direct child of .elementor-container, which
   Elementor styles display:flex — a lone flex child shrinks to content width and the
   romlidata grid collapses to a narrow strip. Force full width inside the flex row. */
.elementor-container > .romlidata,.elementor-container > .romlifooter{flex:1 1 100%;width:100%;}
