/* Fix for star ratings display */
.text-warning {
    color: #ffc107 !important;
}
.fas.fa-star, .far.fa-star, .fas.fa-star-half-alt {
    display: inline-block !important;
    visibility: visible !important;
    color: #ffc107;
}
.far.fa-star {
    color: #e9ecef;
}