.dzs-testimonial {
	background: #fff;
	border-radius: 8px;
	padding: 24px;
	border-left-style: solid;
	border-left-width: 4px;
	border-left-color: #4caf50;
	box-sizing: border-box;
}

.dzs-testimonial__stars {
	font-size: 20px;
	color: #f9a825;
	line-height: 1;
	margin-bottom: 12px;
}

.dzs-testimonial__content {
	font-size: 15px;
	color: #333;
	line-height: 1.7;
	margin: 0 0 16px;
}

.dzs-testimonial__meta {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.dzs-testimonial__name {
	font-size: 14px;
	font-weight: 700;
	color: #1a2e1a;
}

.dzs-testimonial__job {
	font-size: 13px;
	color: #777;
}
