
.star-rating.wd-style-simple {
	display: flex;
	align-items: center;
	gap: 2px;
	letter-spacing: unset;
}

.star-rating.wd-style-simple:after {
	content: "";
	font-size: 110%;
	color: #eabe12;
}

.star-rating.wd-style-simple>div {
	font-family: var(--wd-text-font);
	font-weight: 600;
	color: var(--color-gray-800);
}

.star-rating.wd-style-simple[aria-label~="0"]:after {
	content: "";
	color: var(--color-gray-300);
}

.star-rating.wd-style-simple:before {
	content: none;
}
