/* faithful-restore: reveal Wix SSR content that the (now-offline) Thunderbolt/pro-gallery
   runtime would have shown. We force the final visible state ONLY; layout/positions/sizes
   stay exactly as Wix's own inline styles + inline CSS define them. */
[style*="opacity:0"],
[style*="opacity: 0"]{ opacity:1 !important; }
[style*="display:none"][class*="gallery-item-container"],
.gallery-item-container,
.item-link-wrapper,
.gallery-item-wrapper,
.gallery-item-content,
[data-hook="item-wrapper"],
[data-hook="item-container"]{ display:block !important; opacity:1 !important; visibility:visible !important; }
/* reveal-on-view animation wrappers Wix marks hidden until in-view */
[data-motion-enter],
.hidden-during-prx,
[class*="hidden"]:not(.gallery-item-hidden){ opacity:1 !important; visibility:visible !important; }
img.gallery-item, img[data-hook="gallery-item-image-img"]{ opacity:1 !important; visibility:visible !important; display:block !important; }
/* keep sections from collapsing if a height-setter JS didn't run */
#SITE_PAGES, #PAGES_CONTAINER, #main_MF { min-height:1px; }
