Remove white background from the source icon (badges)

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

[class^="Icon__IconContainer-sc"] {
background-color: transparent;
border: none;
}