/* Orisa Image Slider widget
   The moving gallery (layout 2) is driven by carouselTicker, which does not run
   inside the Elementor canvas. These rules keep the slides laid out horizontally
   while editing; they are scoped to the editor and inert on the frontend. */

.elementor-editor-active .orisa-image-slider--layout2 .wrapper-gallery.carouselTicker__list {
    display: inline-flex;
    flex-wrap: nowrap;
    align-items: flex-end;
    padding: 0;
    margin: 0;
    list-style: none;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.elementor-editor-active .orisa-image-slider--layout2 .wrapper-gallery.carouselTicker__list .li {
    flex: 0 0 auto;
}
