.rating-stars{display:flex;gap:4px;align-items:center;justify-content:center}.star{flex:0 0 auto;width:22px;height:21px;display:block;background-color:rgba(255,193,7,.3);position:relative;z-index:1;clip-path:url(#star-path)}.star::after{content:"";position:absolute;inset:0;z-index:1;background-color:#ffc107;width:calc(100%*var(--rate))}