<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.filter-rating-star-utama {
    position: relative;
    display:inline-block;
    line-height: .8em;
    font-size: .8em;
    opacity: 1;
}

.filter-rating-select 
{
  opacity: .5;
}

.rating-color{
    color: orange;
}

.rate {
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

a.filter-rating-star-utama {
  text-decoration: none;
  color : inherit;
  white-space: nowrap;
}</pre></body></html>