.fs-template-slider-shell {
	position: relative;
	width: 100%;
	--fs-template-slider-arrow-size: 48px;
	--fs-template-slider-arrow-gap: 16px;
}

.fs-template-slider {
	width: 100%;
	overflow: hidden;
}

.fs-template-slider .swiper-wrapper {
	align-items: stretch;
}

.fs-template-slider__slide {
	height: auto;
}

.fs-template-slider__slide > .elementor,
.fs-template-slider__slide > .elementor > .elementor-element {
	height: 100%;
}

.fs-template-slider__arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	width: var(--fs-template-slider-arrow-size);
	height: var(--fs-template-slider-arrow-size);
	font-size: var(--fs-template-slider-arrow-size);
	margin-top: 0;
	transform: translateY(-50%);
	border: 0;
	border-radius: 999px;
	box-shadow: none;
	cursor: pointer;
	z-index: 4;
}

.fs-template-slider__arrow::after {
	font-size: .36em;
	font-weight: 700;
}

.fs-template-slider__arrow--prev {
	left: calc(0px - var(--fs-template-slider-arrow-size) - var(--fs-template-slider-arrow-gap));
}

.fs-template-slider__arrow--next {
	right: calc(0px - var(--fs-template-slider-arrow-size) - var(--fs-template-slider-arrow-gap));
}

.fs-template-slider__pagination {
	bottom: 18px !important;
	z-index: 4;
}

.fs-template-slider__pagination .swiper-pagination-bullet {
	width: 9px;
	height: 9px;
	opacity: .65;
}

.fs-template-slider__pagination .swiper-pagination-bullet-active {
	opacity: 1;
}

.fs-template-slider__notice {
	margin: 12px;
	padding: 18px;
	border: 1px dashed #b8bdc7;
	background: #f7f8fa;
	color: #4b5563;
	text-align: center;
}

@media (prefers-reduced-motion: reduce) {
	.fs-template-slider .swiper-wrapper {
		transition-duration: 1ms !important;
	}
}
