/* Wayback restore supplement — Tr3s Social */
/* Elementor entrance-animation elements stay opacity:0 when frontend JS/waypoints
   don't fire (no per-page post-NNNN.css archived). Force them visible. */
.elementor-invisible { opacity: 1 !important; visibility: visible !important; animation: none !important; }
.elementor-widget-container img, .elementor img { max-width: 100%; height: auto; }
/* keep restored full-size images from overflowing their columns */
.entry-content img, #content img { max-width: 100%; height: auto; }
