.block--featured-projects-slider .block--projects-card {
	height: 720px;
}
.block--featured-projects-slider .block--projects-card--content {
	padding: 48px;
}

@media screen and (max-width: 640px) {
	.block--featured-projects-slider .block--projects-card--content {
		padding: 24px;
	}
}

.block--featured-projects-slider
	.block--projects-card
	.block--projects-card--content--inner {
	opacity: 1;
	visibility: visible;
}

.block--featured-projects-slider .swiper {
	overflow: visible;
}

.block--featured-projects-slider {
	--swiper-theme-color: #08c9ff;
	--swiper-pagination-color: #08c9ff;
	--swiper-pagination-bullet-inactive-color: transparent;
	--swiper-pagination-bullet-size: 10px;
	--swiper-pagination-bullet-width: 10px;
	--swiper-pagination-bullet-height: 10px;
	--swiper-pagination-bullet-inactive-opacity: 1;
	--swiper-pagination-bullet-horizontal-gap: 2px;
	--swiper-pagination-bullet-border-radius: 10px;
}

.block--featured-projects-slider .swiper {
	--swiper-theme-color: #08c9ff;
	--swiper-pagination-color: #08c9ff;
	overflow: visible;
	margin-bottom: 48px;
}

.block--featured-projects-slider .block--featured-projects-slider--pagination {
	text-align: right;
}

.block--featured-projects-slider .prev-button,
.block--featured-projects-slider .next-button {
	cursor: pointer;
	width: clamp(40px, calc(40px + ((1vw - 4px) * 2)), 64px);
	height: clamp(40px, calc(40px + ((1vw - 4px) * 2)), 64px);
	aspect-ratio: 1/1;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border: 1px solid #f5f9fc;
	background-color: transparent;
	transition: transform 0.3s ease-in-out;
}

.block--featured-projects-slider .prev-button:focus,
.block--featured-projects-slider .next-button:focus {
	outline: none;
}

.block--featured-projects-slider .prev-button svg path,
.block--featured-projects-slider .next-button svg path {
	fill: var(--wp--preset--color--white);
}

.block--featured-projects-slider .swiper-pagination-bullet {
	border: 1px solid var(--swiper-pagination-color);
	transition: width 0.3s ease-in-out;
}

.block--featured-projects-slider .swiper-pagination-bullet-active {
	width: 20px;
}
