.cf7pp-star-rating { display: flex; flex-direction: row-reverse; justify-content: flex-end; gap: 2px; }
.cf7pp-star-input { display: none; }
.cf7pp-star-label {
	font-size: 28px; color: #d1d5db; cursor: pointer; transition: color 0.2s, transform 0.15s;
	line-height: 1;
}
.cf7pp-star-label:hover,
.cf7pp-star-label:hover ~ .cf7pp-star-label,
.cf7pp-star-input:checked ~ .cf7pp-star-label {
	color: #f59e0b;
}
.cf7pp-star-label:hover { transform: scale(1.2); }
