
.carousel-wrapper {
	position: relative;
}

.carousel-wrapper .carousel__swiper {
	overflow: visible;
}

.carousel-wrapper .carousel__swiper .swiper-wrapper, .carousel-wrapper .carousel__swiper .wp-block-post-template {
	display: flex;
}

.carousel-wrapper .carousel__swiper .swiper-wrapper>.swiper-slide, .carousel-wrapper .carousel__swiper .swiper-wrapper>li, .carousel-wrapper .carousel__swiper .wp-block-post-template>.swiper-slide, .carousel-wrapper .carousel__swiper .wp-block-post-template>li {
	flex-shrink: 0;
	list-style: none;
	width: 100%;
}

@media (min-width:768px) {
	.carousel-wrapper .carousel__swiper .swiper-wrapper>.swiper-slide, .carousel-wrapper .carousel__swiper .swiper-wrapper>li, .carousel-wrapper .carousel__swiper .wp-block-post-template>.swiper-slide, .carousel-wrapper .carousel__swiper .wp-block-post-template>li {
		width: calc(50% - 12px);
	}
}

@media (min-width:1024px) {
	.carousel-wrapper .carousel__swiper .swiper-wrapper>.swiper-slide, .carousel-wrapper .carousel__swiper .swiper-wrapper>li, .carousel-wrapper .carousel__swiper .wp-block-post-template>.swiper-slide, .carousel-wrapper .carousel__swiper .wp-block-post-template>li {
		width: calc(33.33333% - 16px);
	}
}

.carousel-wrapper .swiper-slide {
	height: unset;
	min-height: 100%;
}

.carousel-wrapper .swiper-wrapper {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
}

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

@media (min-width:768px) {
	.carousel-wrapper .swiper-wrapper .swiper-slide {
		width: calc(50% - 12px);
	}
}

@media (min-width:1024px) {
	.carousel-wrapper .swiper-wrapper .swiper-slide {
		width: calc(33.33333% - 16px);
	}
}

.carousel-wrapper .carousel__navigation {
	display: flex;
	gap: var(--gutter-inset, 1rem);
	justify-content: flex-end;
	margin-top: 2rem;
}

.carousel-wrapper .carousel-nav {
	align-items: center;
	background: transparent;
	border: var(--core-styles-input-border-weight-initial) solid var(--icon-icon-fill-primary);
	border-radius: 50%;
	color: var(--icon-icon-fill-primary);
	cursor: pointer;
	display: flex;
	height: 48px;
	justify-content: center;
	padding: 0;
	transition: all .25s ease;
	width: 48px;
}

.carousel-wrapper .carousel-nav:hover:not(:disabled) {
	background: var(--button-btn-secondary-fill-hover);
	color: var(--button-btn-secondary-text-icon-hover);
}

.carousel-wrapper .carousel-nav:disabled {
	cursor: not-allowed;
	opacity: .3;
}

.carousel-wrapper .carousel-nav svg {
	height: auto;
	transition: fill .25s ease;
	width: 18px;
}

.carousel-wrapper .carousel-nav path {
	fill: currentColor;
}

.wp-block-group.is-layout-constrained>.carousel-wrapper .wp-block-sep-section-wrapper, .wp-block-group.is-layout-flex>.carousel-wrapper .wp-block-sep-section-wrapper {
	overflow: visible;
}

.wp-block-group.is-layout-constrained>.carousel-wrapper, .wp-block-group.is-layout-flex>.carousel-wrapper {
	max-width: var(--vw, 100vw);
	overflow: visible;
	width: 100%;
}
