.stars-container {
    position: relative;
    display: flex;
    align-items: center;
    gap: .5rem;
}

.stars-container .range-stars {
    position: relative;
}

.stars-container .stars {
    display: flex;
    align-items: center;
    justify-content: center;
}

.stars-container .slider {
    opacity: 0;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
}

.stars-container .show-score {
    user-select: none;
    color: #888
}
