.fas.fa-star.stars,
.fas.fa-star.bgr-star-rate {
display: inline-block;
width: 1em;
height: 1em;
line-height: 1;
font-style: normal;
font-weight: normal;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
}
.fas.fa-star.stars::before,
.fas.fa-star.bgr-star-rate::before {
content: "\2605"; font-size: 1.2em; } .far.fa-star.stars,
.far.fa-star.bgr-star-rate,
.far.fa-star.bgr-stars {
display: inline-block;
width: 1em;
height: 1em;
line-height: 1;
font-style: normal;
font-weight: normal;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
}
.far.fa-star.stars::before,
.far.fa-star.bgr-star-rate::before,
.far.fa-star.bgr-stars::before {
content: "\2606"; font-size: 1.2em; } .fas.fa-star-half-alt.stars,
.fas.fa-star-half-alt.bgr-star-rate {
display: inline-block;
width: 1em;
height: 1em;
line-height: 1;
font-style: normal;
font-weight: normal;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
position: relative;
}
.fas.fa-star-half-alt.stars::before,
.fas.fa-star-half-alt.bgr-star-rate::before {
content: "\2605"; font-size: 1.2em;
position: absolute;
left: 0;
width: 50%;
overflow: hidden; }
.fas.fa-star-half-alt.stars::after,
.fas.fa-star-half-alt.bgr-star-rate::after {
content: "\2606"; font-size: 1.2em;
overflow: hidden; } .fa.fa-tags {
display: inline-block;
width: 1em;
height: 1em;
line-height: 1;
font-style: normal;
font-weight: normal;
}
.fa.fa-tags::before {
content: "\1F3F7"; } .fa.fa-comments {
display: inline-block;
width: 1em;
height: 1em;
line-height: 1;
font-style: normal;
font-weight: normal;
}
.fa.fa-comments::before {
content: "\1F4AC"; } .fas.fa-star.stars,
.far.fa-star.stars,
.fas.fa-star-half-alt.stars,
.fas.fa-star.bgr-star-rate,
.far.fa-star.bgr-star-rate,
.fas.fa-star-half-alt.bgr-star-rate,
.far.fa-star.bgr-stars {
vertical-align: middle;
} .far.fa-star.bgr-stars:hover::before {
content: "\2605"; cursor: pointer;
}