.star-rating{align-items:center;gap:4px;width:fit-content;display:flex}.star-rating .star{aspect-ratio:1;position:relative}.star-rating .star:before{content:"";background:linear-gradient(201deg,#f5f5f5 8.55%,#d8d8d8 91.45%);width:calc(100% - 2px);height:calc(100% - 2px);position:absolute;top:1px;left:0}.star-rating .star .star-fill{width:calc(100% - 2px);height:calc(100% - 2px);position:absolute;top:1px;left:0}.star-rating .star svg{width:100%;height:100%;position:absolute;top:0;left:0}
