.star-rating {
    position: relative;
    display: inline-block;
    font-size: 1.5rem;
    color: #d3d3d3;
}
.star-rating-front {
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    overflow: hidden;
    color: #ffc107;
}
.star-rating-back {
    color: #d3d3d3;
}
