/* Target the footer area of the review block */
.RRPR_src-features-reviews-styles__footer {
  display: flex;
  align-items: center;
  gap: 12px; /* adds spacing between "Helpful", "|" and "Not Helpful" */
  font-size: 14px;
}

/* Add a bit more spacing around separators (if applicable) */
.RRPR_src-features-reviews-styles__footer span,
.RRPR_src-features-reviews-styles__footer a {
  margin-right: 6px;
}

/* Make the helpful count bold */
.RRPR_src-features-reviews-styles__footer {
  font-weight: normal; /* reset default weight */
}

.RRPR_src-features-reviews-styles__footer:has(span:contains("people found this helpful")) span {
  font-weight: bold;
}