/* Make stars green */
.yotpo-sr-star {
  color: #00b67a !important;
}

/* Add "Rated" before the score */
.yotpo-sr-bottom-line-score::before {
  content: "Rated ";
  color: #000000;
  font-weight: 400; /* Not bold */
  margin-right: 2px;
}

/* Style the score (e.g. 4.9) */
.yotpo-sr-bottom-line-score {
  color: #000000 !important;
  font-weight: 800 !important; /* Bold */
}

/* Add "out of 5" after the score */
.yotpo-sr-bottom-line-score::after {
  content: " out of 5";
  color: #000000;
  font-weight: 400;
  margin-left: 4px;
}
