/**
 * Variable-width slides when Auto-fit Slides is enabled (slidesPerView: auto).
 */
.elementor-element.ecaf-auto-fit-slides .swiper-slide {
	width: auto !important;
	max-width: none !important;
	flex-shrink: 0;
}
