<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
*   Stars Rating Styles
*/

#rate-it {
    display: none !important;
}

.rating-stars {
    font-size: 15px;
}

.rating-stars i {
    margin-right: 2px;
    color: #d2d2d2;
}

.rating-stars i.rated:after {
    color: #000000;
}

.number-count-rating {
    color: #959595;
    font-family: Lato;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 22px;
}

.number-avg-rating {
    color: #222222;
    font-family: Baskerville;
    font-size: 36px;
    letter-spacing: 0;
    line-height: 44px;
    font-weight: 800;
}

.stars-avg-rating {
    text-align: left;
    font-size: 18px;
    margin: 20px 0px;
    clear: both;
}

.stars-avg-rating .rating-stars {
    font-size: 18px;
    margin-right: 10px;
}


/*** Settings Preferences Style ***/

.rating-stars i:after {
    content: '\f006';
    color: #d2d2d2;
}

.rating-stars i.stars-style-solid:after {
    content: '\f005';
}


/*** Disabling the rating bar for reply comment form ***/

.comment #respond #stars-rating-review {
    display: none;
}</pre></body></html>