.range-stars{display:flex;justify-content:center}.range-stars__star{width:6px;height:6px;background-repeat:no-repeat;background-position:0 0;background-image:url(/img/icons/star-grey.svg);background-size:contain;background-size:105%}.range-stars__star:not(:first-child){margin-left:1px}.range-stars__star--active{background-image:url(/img/icons/star-gold.svg)}.darkTheme .range-stars__star:not(.range-stars__star--active){background-image:url(/img/icons/star-dark.svg)}