/* recovery-fix.css — reveal content the un-archived animation libraries would have shown.
   The template hides [data-anime] at opacity:0 and relies on anime.js/Swiper (not archived)
   to reveal/animate them; these rules make everything visible and lay out the slider as a
   static responsive row. */
[data-anime]{opacity:1 !important;transform:none !important;filter:none !important;visibility:visible !important;}
.swiper-wrapper{display:flex !important;flex-wrap:wrap;justify-content:center;gap:24px;transform:none !important;height:auto !important;}
.swiper-slide{opacity:1 !important;visibility:visible !important;flex:0 0 auto;width:auto;max-width:320px;height:auto !important;}
.swiper-slide[style*="width"]{width:auto !important;}
