<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.pro {
    position: relative;
    background-color: #ecf7fe;
    border-radius: 4px;
    padding-top: 27px;
    padding-bottom: 5px;
}
.pro::before {
    content: "PRO";

    display: block;
    background-color: #3daaf5;
    border-radius: 4px;
    padding: 4px 8px;

    color: #ffffff;
    font-size: 14px;
    font-weight: 900;
    line-height: 16px;

    -webkit-transform: skew(-10deg);
    -moz-transform: skew(-10deg);
    -ms-transform: skew(-10deg);
    -o-transform: skew(-10deg);
    transform: skew(-10deg);

    position: absolute;
    top: -10px;
    right: 20px;
}

.pro.search-group-stars {
    float: left;
    width: 100%;
}
.pro.search-group-stars .stars-container {
    float: left;
    margin-top: 25px;
}

.pro.search-group-stars .stars-container .star-bg,
.pro.search-group-stars .stars-container .star-full {
    padding-right: 5px;
    font-size: 25px;
}
</pre></body></html>