.gw-testimonials-slider {
	width: 100%;
	text-align: center;
}

.gw-testimonials-slider__swiper {
	width: 100%;
	padding-bottom: 2.75rem;
	overflow: hidden;
}

.gw-testimonials-slider__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 30px;
	box-sizing: border-box;
}

.gw-testimonials-slider__quote {
	margin: 0;
	font-family: var(--extra-font, Georgia, "Times New Roman", serif);
	font-style: italic;
	font-weight: 400;
	font-size:22px !important;
	line-height: 1.55;
	color: var(--wp--preset--color--neutral-400, #8f8f8f);
}

.gw-testimonials-slider__author {
	margin: 0;
	font-family: var(--primary-font, var(--wp--preset--font-family--inter, Inter, system-ui, sans-serif));
	font-style: normal;
	font-weight: 500;
	font-size: 20px !important;
	line-height: 1.4;
	color: var(--wp--preset--color--custom-color-600, #b595c1);
}

.gw-testimonials-slider .gw-testimonials-slider__pagination {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0.5rem;
}

.gw-testimonials-slider .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	margin: 0 !important;
	background: var(--wp--preset--color--custom-color-400, #80a389);
	opacity: 0.35;
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.gw-testimonials-slider .swiper-pagination-bullet-active {
	opacity: 1;
	transform: scale(1.05);
}

.gw-testimonials-slider .swiper-pagination-bullet-active-prev,
.gw-testimonials-slider .swiper-pagination-bullet-active-next {
	opacity: 0.5;
}
