.ecl-image-carousel-wrapper {
	position: relative;
	overflow: hidden;
}

/* Fallback layout in case the Swiper stylesheet hasn't loaded yet
   (e.g. first paint inside the Elementor editor preview). */
.ecl-image-carousel-wrapper .ecl-image-carousel {
	display: flex;
}

.ecl-image-carousel-wrapper .swiper-slide {
	flex-shrink: 0;
	width: 100%;
}

.ecl-image-carousel .swiper-slide img,
.ecl-image-carousel .swiper-slide img.ecl-carousel-image {
	display: block;
	width: 100%;
	height: auto;
}

.ecl-image-carousel .swiper-slide a {
	display: block;
}

.ecl-swiper-button-prev,
.ecl-swiper-button-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	cursor: pointer;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.ecl-swiper-button-prev {
	left: 10px;
}

.ecl-swiper-button-next {
	right: 10px;
}

.ecl-image-carousel-wrapper .swiper-pagination {
	position: relative;
	margin-top: 10px;
	text-align: center;
}

.ecl-image-carousel-wrapper .swiper-pagination-bullet {
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 0 4px;
	border-radius: 50%;
	cursor: pointer;
}
