Change font weight of the text in badges

Add this code to the Custom CSS field on the Style tab of your Reviews widget’s settings:

[class*="BadgeContainer__Inner-sc"], [class*="LayoutSidebar__ScrollableContainer-sc"] div {
font-weight: 600;
}