.leonlab-testimonial-single {
	--leonlab-accent: #6d28d9;
	position: relative;
	border-radius: 16px;
	border: 1px solid rgba(109, 40, 217, 0.20);
	background: linear-gradient(135deg, rgba(109, 40, 217, 0.08), rgba(59, 130, 246, 0.06));
	padding: 22px;
	overflow: hidden;
}

.leonlab-testimonial-single--minimal {
	background: transparent;
	border-color: rgba(15, 23, 42, 0.12);
}

.leonlab-testimonial-single--glass {
	background: rgba(255, 255, 255, 0.06);
	backdrop-filter: blur(10px);
	border-color: rgba(255, 255, 255, 0.14);
}

.leonlab-testimonial-single__quoteMark {
	position: absolute;
	top: 10px;
	right: 14px;
	font-size: 64px;
	line-height: 1;
	font-weight: 900;
	color: rgba(109, 40, 217, 0.18);
}

.leonlab-testimonial-single__stars {
	display: inline-flex;
	gap: 4px;
	margin: 0 0 10px;
}

.leonlab-testimonial-single__star {
	font-size: 14px;
	color: rgba(148, 163, 184, 0.9);
}

.leonlab-testimonial-single__star.is-filled {
	color: var(--leonlab-accent);
}

.leonlab-testimonial-single__quote {
	margin: 0 0 16px;
	font-size: 18px;
	line-height: 1.5;
	font-weight: 600;
}

.leonlab-testimonial-single__quote p {
	margin: 0;
}

.leonlab-testimonial-single__footer {
	display: flex;
	align-items: center;
	gap: 12px;
}

.leonlab-testimonial-single__avatar {
	width: 44px;
	height: 44px;
	border-radius: 999px;
	object-fit: cover;
	border: 2px solid rgba(109, 40, 217, 0.25);
}

.leonlab-testimonial-single__meta {
	min-width: 0;
}

.leonlab-testimonial-single__name {
	font-weight: 800;
	font-size: 14px;
	margin: 0;
}

.leonlab-testimonial-single__details {
	font-size: 13px;
	opacity: 0.80;
}
