.rate {
    max-width: 200px;
    width: 100%;
    aspect-ratio: 652 / 128;
    position: relative;
    margin: auto;
}

.star,
.star__disable {
    position: absolute;
    top: 0;
    left: 0;

    bottom: 0;
    margin: auto;
}

.star {
    z-index: 2;
    width: calc(var(--score) / 5 * 95%);
    overflow: hidden;
    object-fit: cover;
    height: 100%;
    object-position: left;
}