.star-rating{display:inline-flex;justify-content:center}.star-rating.rtl{direction:rtl}.star-rating input[type=radio]{display:none}.star-rating label{width:20px;height:16px;background-image:url(/img/star.png);background-size:contain;background-repeat:no-repeat;cursor:pointer}.star-rating input[type=radio]:checked~label,.star-rating label:hover,.star-rating label:hover~label{background-image:url(/img/star-active.png)}