.bruss-rafx-testimonials {
	position: relative;
	width: 100%;
	padding: 0 0 20px;
	overflow: hidden;
}

.bruss-rafx-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 20px;
	gap: 20px;
	max-width: min(100%, calc(100vw - 120px));
}

.bruss-rafx-heading {
	font-family: "ivyora-display", serif;
	font-size: 42px;
	font-weight: 400;
	color: #483C28;
	margin: 0;
	line-height: 1.2;
}

.bruss-rafx-nav {
	display: flex;
	align-items: center;
	gap: 4px;
	flex-shrink: 0;
}

.bruss-rafx-prev,
.bruss-rafx-next {
	width: 40px;
	height: 40px;
	background: #fff;
	border: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	flex-shrink: 0;
	transition: opacity 0.3s ease;
}

.bruss-rafx-prev:hover,
.bruss-rafx-next:hover {
	opacity: 0.7;
}

.bruss-rafx-prev svg,
.bruss-rafx-next svg {
	width: 19px;
	height: 19px;
	fill: #C6D49A;
}

.bruss-rafx-viewport {
	overflow: hidden;
}

.bruss-rafx-track {
	display: flex;
	gap: 30px;
	transition: transform 0.5s ease;
}

.bruss-rafx-card {
	flex: 0 0 calc(33.333% - 20px);
	background: #C6D49A;
	padding: 30px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 200px;
}

.bruss-rafx-text {
	margin: 0 0 20px;
	font-family: montserrat, sans-serif;
	font-size: 17px;
	font-weight: 500;
	line-height: 1.5;
	color: #5B4723;
}

.bruss-rafx-author {
	font-family: montserrat, sans-serif;
	font-size: 24px;
	font-weight: 400;
	color: #5B4723;
	line-height: 1.5;
}

@media (max-width: 767px) {
	.bruss-rafx-card {
		flex: 0 0 calc(50% - 15px);
	}

	.bruss-rafx-heading {
		font-size: 32px;
	}
}

@media (max-width: 480px) {
	.bruss-rafx-card {
		flex: 0 0 100%;
	}

	.bruss-rafx-header {
		flex-direction: column;
		align-items: flex-start;
	}

	.bruss-rafx-heading {
		font-size: 28px;
	}
}

/* ── Read More / Read Less toggle ─────────────────────────────────────────── */
.bruss-rafx-toggle {
	display: inline-block;
	margin-top: 4px;
	font-family: montserrat, sans-serif;
	font-size: 0.875em;
	font-weight: 600;
	color: #5B4723;
	text-underline-offset: 2px;
	line-height: 1.5;
}

.bruss-rafx-toggle:hover,
.bruss-rafx-toggle:focus-visible {
	opacity: 0.7;
}
