.node-detail ul{
   padding-left: 20px;
}
.node-detail ul li{
   list-style: disc;
}

/* Force all images to show immediately */
img[data-src] {
  opacity: 1 !important;
  min-height: auto !important;
}

/* If using unveil, disable it */
img.unveil-image {
  opacity: 1 !important;
  background: none !important;
}

/* Force carousels to be visible immediately */
.owl-carousel,
.slick-slider,
.view-slider-large,
.view-slider-large .owl-stage-outer,
.view-slider-large .owl-stage,
.view-slider-large .owl-item {
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important;
}

/* Prevent layout shift by setting min-height */
.view-slider-large {
  min-height: 400px; /* Adjust to match your slideshow height */
}

/* For trending right now if it's a carousel */
.trending-now .owl-carousel {
  min-height: 300px;
}