.oke-stars {
  line-height: 1;
  position: relative;
  display: inline-block;
}
.oke-stars-background svg {
  overflow: visible;
}
.oke-stars-foreground {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.oke-sr {
  display: inline-block;
  padding-top: var(--oke-starRating-spaceAbove);
  padding-bottom: var(--oke-starRating-spaceBelow);
}
.oke-sr .oke-is-clickable {
  cursor: pointer;
}
.oke-sr--hidden {
  display: none;
}
.oke-sr-count,
.oke-sr-rating,
.oke-sr-stars {
  display: inline-block;
  vertical-align: middle;
}
.oke-sr-stars {
  line-height: 1;
  margin-right: 8px;
}
.oke-sr-rating {
  display: none;
}
.oke-sr-count--brackets:before {
  content: '(';
}
.oke-sr-count--brackets:after {
  content: ')';
}
