.fl-rafx-testimonials {
	max-width: 960px;
	margin: 0 auto;
	padding: 60px 30px 40px;
	text-align: center;
	position: relative;
}

.fl-rafx-track {
	position: relative;
	overflow: hidden;
	min-height: 180px;
}

.fl-rafx-slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.6s ease, visibility 0.6s ease;
}

.fl-rafx-slide.fl-rafx-active {
	position: relative;
	opacity: 1;
	visibility: visible;
}

.fl-rafx-slide blockquote {
	margin: 0;
	padding: 0;
	border: none;
	font-family: "Playfair Display", "Georgia", "Times New Roman", serif;
	font-size: clamp(22px, 3vw, 32px);
	font-style: italic;
	font-weight: 400;
	line-height: 1.5;
	color: #2d2d2d;
}

.fl-rafx-text-full[hidden] {
	display: none;
}

.fl-rafx-toggle {
	display: inline-block;
	margin-top: 14px;
	background: none;
	border: none;
	padding: 0;
	font-family: inherit;
	font-size: clamp(13px, 1.4vw, 15px);
	font-style: normal;
	font-weight: 600;
	color: #0e564c;
    background-color: transparent !important;
	cursor: pointer;
	text-decoration: underline;
	text-underline-offset: 3px;
	transition: color 0.2s ease;
}

.fl-rafx-toggle:hover {
	color: #27f2d7;
}

.fl-rafx-toggle:focus {
    color: #0e564c;
}

.fl-rafx-feedback-btn {
    color: #fff !important;
}

.fl-rafx-feedback-btn:hover {
    color: var(--e-global-color-primary) !important;
}

.fl-rafx-dots {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin-top: 40px;
}

.fl-rafx-dot {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: 2px solid #0e564c;
	background: transparent;
	cursor: pointer;
	padding: 0;
	transition: background 0.3s ease, border-color 0.3s ease;
}

.fl-rafx-dot.fl-rafx-dot-active,
.fl-rafx-dot:hover {
	background: #0e564c;
}

.fl-rafx-feedback {
	margin-top: 32px;
}

.fl-rafx-feedback-btn {
	display: inline-block;
	padding: 14px 28px;
	border: 2px solid #0e564c;
	border-radius: 4px;
	background: #0e564c;
	color: #fff;
	font-family: inherit;
	font-size: clamp(14px, 1.5vw, 16px);
	font-style: normal;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none;
	cursor: pointer;
	transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.fl-rafx-feedback-btn:hover,
.fl-rafx-feedback-btn:focus {
	background: transparent;
	border-color: #0e564c;
	color: #0e564c;
}

@media (max-width: 767px) {
	.fl-rafx-testimonials {
		padding: 40px 20px 30px;
	}

	.fl-rafx-track {
		min-height: 220px;
	}
}
