.rating-container {
    position: relative;
    width: max-content;
    display: inline-block;
}

.rating-background i {
    color: darkgrey;
    font-size: 15px;
}

.rating-fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    white-space: nowrap;
    overflow: hidden;
}

    .rating-fill i {
        color: #ffd938;
        font-size: 15px;
    }
