﻿.star-rating {
    position: relative;
    display: inline-block;
}
.star-rating .star-rating-item {
    position: absolute;
    overflow: hidden;
}
.star-rating .star-rating-item::after {
    font-family: "Font Awesome 5 Free";
    font-size: 1rem;
    font-weight: 900;
    content:"\f005\f005\f005\f005\f005";
    color: #ffcc33;
}
.star-rating::after {
    font-family: "Font Awesome 5 Free";
    font-size: 1rem;
    content:"\f005\f005\f005\f005\f005";
    color: #ffcc33;
}