/* Star Rating Fix - Adds proper Font Awesome star characters */
.tk-featureRating__stars::before, 
.tk-featureRating__stars span::after {
    color: #fddb5b;
    content: "\f005 \f005 \f005 \f005 \f005";
}

.tk-featureRating__stars::before {
    color: #DDDDDD;
    content: "\f005 \f005 \f005 \f005 \f005";
}

/* Ensure stars are displayed correctly */
.tk-featureRating__stars {
    position: relative;
    width: 77px;
    height: 16px;
    line-height: 16px;
}

.tk-featureRating__stars, 
.tk-featureRating__stars span {
    display: inline-block;
    vertical-align: top;
}

.tk-featureRating__stars span {
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}