<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.rating {
    position: relative;
    width: 130px;
    height: 35px;
}

.rating__best {
    background: url(/assets/components/simplerating/img/stars.png) no-repeat;
    width: 130px;
    height: 26px;
    position: absolute;
    background-size: 132px 47px;
}

.for-form .row div.rating__best div {
    float: left;
    width: 28px;
}

.rating_active .rating__star {
    cursor: pointer;
}

.rating__best_hover {
    background-position: 0 -26px !important;
}

.rating__star {
    width: 26px;
    height: 26px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.rating__star_1 {
    left: 0;
}

.rating__star_2 {
    left: 26px;
}

.rating__star_3 {
    left: 52px;
}

.rating__star_4 {
    left: 78px;
}

.rating__star_5 {
    left: 104px;
}

.rating__star_opacity {
    background: url(/assets/components/simplerating/img/rating_bg.png) repeat scroll 0 0 transparent;
}

.rating__star_hover {
    background-image: none !important;
}

.rating__current {
    background: url(/assets/components/simplerating/img/stars.png) 0 -26px no-repeat;
    height: 26px;
    position: absolute;
    background-size: 132px 47px;
}</pre></body></html>