.stars {
    position: relative;
    font-size: 32px;
    color: #ccc;
}

.stars::before {
    content: '★★★★★★★★★★';
}

.stars::after {
    content: '★★★★★★★★★★';
    color: gold;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(var(--rating) * 5.2%);
    overflow: hidden;
    pointer-events: none;
}

.watched {
    display: flex;
    flex-direction: row-reverse;
    gap: 1rem;
}

.watched-info {

}

.watched-info-meta {

}

.watched-info-content {

}

.watched-image {

}
