.handigo-rs-rating-display {
	position: relative;
	display: inline-block;
	font-size: 1.25rem;
	line-height: 1;
	white-space: nowrap;
}
.handigo-rs-rating-bg {
	color: #ddd;
}
.handigo-rs-rating-fg {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	white-space: nowrap;
	color: #f5b301;
	width: calc(var(--handigo-rating) / 5 * 100%);
}
