.bhub-review-stars {
  display: flex;
  align-items: center;
  gap: 2px;
}
.bhub-review-stars[data-rating]:not([data-rating=""]) {
  pointer-events: none;
}
.bhub-review-stars span {
  display: flex;
}
.bhub-review-stars--filled, .bhub-review-stars--empty {
  cursor: pointer;
}
.bhub-review-stars--filled svg:first-child {
  display: none;
}
.bhub-review-stars--empty svg:last-child {
  display: none;
}
