:root{--star-size:24px;--star-color:#eee;--star-background:#fc0}.Stars{--percent:calc(var(--rating)/5*100%);font-size:var(--star-size);font-family:Times;line-height:1;display:inline-block}.Stars:before{content:"★★★★★";background:linear-gradient(90deg,var(--star-background)var(--percent),var(--star-color)var(--percent));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}
