/* Slide-in/out mechanics shared across the carousel family (also present in
   carousel/style.css) — duplicated here since block-specific stylesheets only
   load when that exact block is present on the page. Everything else (teaser
   cards, .carousel-type-resources, arrow positioning) lives in the global
   assets/scss/components/_search-teasers.scss. */
.ems-slick-container {
  opacity: 1;
  transition: 300ms opacity ease-in-out;
}

.ems-slick-container.uninitialized {
  opacity: 0;
  max-height: 0;
}
