/* Testimonial — 5 sao vàng phía trên quote */
.vtv-rating-stars {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	margin-bottom: 16px;
	font-size: 18px;
	line-height: 1;
	color: #f5b301;
}

.vtv-rating-stars .fa-star {
	color: #f5b301;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
}
