/**
 * Patient reviews — dynamic helpers (carousel layout/animation: Swiper + custom.css §16).
 */

.phplus-patient-reviews .phplus-patient-reviews-swiper.swiper {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.phplus-patient-reviews .testimonial-cta-header-content .phplus-patient-reviews__summary-subtitle {
	color: var(--white-color);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 12px;
	margin-bottom: 0;
	opacity: 0.92;
}

.phplus-patient-reviews .satisfy-client-image .phplus-patient-reviews__trust-initials,
.phplus-patient-reviews .testimonial-author-image .phplus-patient-reviews__author-initials {
	align-items: center;
	background: var(--accent-color);
	border-radius: 50%;
	color: var(--primary-color);
	display: flex;
	font-family: var(--accent-font);
	font-size: 13px;
	font-weight: 700;
	height: 100%;
	justify-content: center;
	min-height: 44px;
	min-width: 44px;
	width: 100%;
}

.phplus-patient-reviews .testimonial-author-image .phplus-patient-reviews__author-initials {
	font-size: 16px;
	min-height: 50px;
	min-width: 50px;
}

.phplus-patient-reviews .phplus-patient-reviews__review-source {
	align-items: center;
	color: var(--text-color);
	display: inline-flex;
	font-size: 13px;
	gap: 6px;
	margin: 8px 0 0;
}

.phplus-patient-reviews .phplus-patient-reviews__google-icon {
	flex-shrink: 0;
	height: 16px;
	width: 16px;
}

.phplus-patient-reviews .testimonial-slider button.testimonial-button-prev,
.phplus-patient-reviews .testimonial-slider button.testimonial-button-next {
	border: none;
	cursor: pointer;
	padding: 0;
}

.phplus-patient-reviews .testimonial-slider button.testimonial-button-prev:focus-visible,
.phplus-patient-reviews .testimonial-slider button.testimonial-button-next:focus-visible {
	outline: 2px solid var(--primary-color);
	outline-offset: 2px;
}
