/** css stars */

.rating {
	width: max-content;
}

.rating_svg {
	fill: var(--color-border, #999);
	width: 16px;
	height: 16px;
}

.rating_svg--filled {
	fill: var(--color-second, #f59e0b);
}
