
/* /sp_website_feedback/static/src/scss/style.scss */
 .star-rating{direction: rtl; display: -webkit-box; display: -webkit-flex; display: flex; justify-content: center; font-size: 2rem;}.star-rating input[type="radio"]{display: none;}.star-rating label{color: #ddd; cursor: pointer;}.star-rating input[type="radio"]:checked ~ label{color: #f5c518;}.star-rating label:hover, .star-rating label:hover ~ label{color: #f5c518;}.star-rating input[type="radio"]:checked ~ label:hover, .star-rating input[type="radio"]:checked ~ label:hover ~ label{color: #f5c518;}