/**
 * Elementor Carousel Auto Width
 * Force auto-width on slides when the .auto-width class is applied to the widget.
 * Compatible with Elementor Swiper 5 (.swiper-container) and Swiper 8 (.swiper).
 */

/* Swiper 5 / Elementor < 3.26 */
.elementor-widget-image-carousel.auto-width .swiper-container .swiper-slide,
/* Swiper 8 / Elementor >= 3.26 */
.elementor-widget-image-carousel.auto-width .swiper .swiper-slide,
/* Generic fallback */
.elementor-widget-image-carousel.auto-width .swiper-slide {
	width: auto !important;
}
