.product-rating-wrapper {
	display:flex;
	justify-content:flex-start;
	align-items:center;
	gap:5px;	
}

.product-rating-wrapper .rating-icon {
	width:1.25rem;
	height:1.25rem;
	display:flex;
	justify-content:center;
	align-items:center;
	border-radius:5px;
}

.product-rating-wrapper .rating-icon svg {
	width:15px;
	fill:var(--primary-foreground);
}
.product-rating-wrapper .rating-number {
	color:var(--foreground);
	font:var(--font-body-small);
}
