:root{--star-size:37px;--star-color:#fff;--star-background:#fc0}.stars{--percent:calc(var(--rating)/5*100%);display:inline-block;font-family:Times;font-size:var(--star-size);line-height:1}.stars:before{-webkit-text-fill-color:transparent;background:linear-gradient(90deg,var(--star-background) var(--percent),var(--star-color) var(--percent));-webkit-background-clip:text;content:"★★★★★";letter-spacing:3px}.review-score{display:inline-block;height:var(--star-size);line-height:var(--star-size);vertical-align:bottom}.noof-reviews a{text-decoration:underline}.noof-reviews a,.noof-reviews a:hover{color:var(--star-color)}