/* dgiworks The7 lift-and-shift overrides */

/* The7 isotope/masonry blog grid ("DGI-Works'ten Haberler"): cells start at
   opacity:0 for isotope reveal; JS reveal is unreliable in the static mirror so
   the 3 news cards stay invisible. Force them visible (transform is none → cells
   are in normal flow, only opacity needs fixing). */
.dt-blog-shortcode .wf-cell,
.with-isotope .wf-cell,
.wf-container .wf-cell {
  opacity: 1 !important;
}

/* The7 scroll-reveal animation elements (defensive — covers sub-pages where
   data-animation / dt-anim elements may stay hidden without the JS observer). */
.dt-animations-on [data-animation],
.animate-element,
[class*="dt-anim"] {
  opacity: 1 !important;
  transform: none !important;
}
