/* supplement.css — точечные добавки восстановления (Nectar/Salient) */

/* Salient/WPBakery scroll-reveal: колонки стартуют opacity:0, JS-анимация не
   отрабатывает в статике → контент невидим. Форсируем видимость. */
.wpb_column,
.wpb_column.has-animation,
.column_container.has-animation,
.wpb_animate_when_almost_visible,
.img-with-animation,
[data-animation] {
  opacity: 1 !important;
  transform: none !important;
  visibility: visible !important;
}
