<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.jq-ry-container {
  position: relative;
  padding: 0 5px;
  line-height: 0;
  display: block;
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.jq-ry-container[readonly="readonly"] {
  cursor: default;
}
.jq-ry-container &gt; .jq-ry-group-wrapper {
  position: relative;
  width: 100%;
}
.jq-ry-container &gt; .jq-ry-group-wrapper &gt; .jq-ry-group {
  position: relative;
  line-height: 0;
  z-index: 10;
  white-space: nowrap;
}
.jq-ry-container &gt; .jq-ry-group-wrapper &gt; .jq-ry-group &gt; svg {
  display: inline-block;
}
.jq-ry-container &gt; .jq-ry-group-wrapper &gt; .jq-ry-group.jq-ry-normal-group {
  width: 100%;
}
.jq-ry-container &gt; .jq-ry-group-wrapper &gt; .jq-ry-group.jq-ry-rated-group {
  width: 0;
  z-index: 11;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
</pre></body></html>