/* Make the text smaller */
.yotpo-sr-bottom-line-score,
.yotpo-sr-bottom-line-text {
  font-size: 12px !important;
  line-height: 20px !important;
}

/* Hide the syndication text "(3 in other languages)" */
.yotpo-sr-bottom-line-syndication-text {
  display: none !important;
}

/* Fix alignment of the entire button */
.yotpo-sr-bottom-line-summary {
  align-items: center !important;
}

/* Fix alignment of the right panel text */
.yotpo-sr-bottom-line-text--right-panel {
  padding-top: 0px !important;
  align-self: center !important;
}

/* Optional: adjust the rating number alignment too */
.yotpo-sr-bottom-line-score {
  padding-top: 0px !important;
  align-self: center !important;
}