<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.star-input:not(.disabled) .star-full {
    cursor: pointer;
}

.stars-container {
    overflow: hidden;
    display: inline;
    word-spacing: normal;
    margin-left: 4px;
}

.star-input:not(.disabled) .stars-container:hover .star-full {
    color: #3daaf5;
}

.star-input:not(.disabled) .stars-container .star-full:hover ~ .star-full {
    color: #c6c8c9;
}

.star-full {
    float: left;
    display: block;
    overflow: hidden;
    color: #3daaf5;
    font-size: 21px;
}

.star-full.not-visible,
.star-half.not-visible {
    color: #c6c8c9;
}
</pre></body></html>