.ratingsOverview--sentimentPositive::before {
  color: rgb(var(--foreground--success-high-default--light));
}

.ratingsOverview--sentimentNeutral::before {
  color: rgb(var(--foreground--warning-medium-default--light));
}

.ratingsOverview--sentimentNegative::before {
  color: rgb(var(--foreground--critical-high-default--light));
}

.ratingsOverview--button {
  cursor: pointer;

  padding: 0;

  background-color: transparent;
  border-color: transparent;
  border-style: solid;
  border-width: 1px;
}
