<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Adjust the background position when using this widget with a RTL langauge. */
.fivestar-basic div.fivestar-widget-static .star span.on {
  background-position: right -32px;
}
.fivestar-basic div.fivestar-widget div.on a {
  background-position: right -16px;
}
.fivestar-basic div.fivestar-widget div.hover a,
.fivestar-basic div.rating div a:hover {
  background-position: right -32px;
}</pre></body></html>