Remove darkening of the background when opening reviews in badges

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

.global-styles, [class*="Backdrop__BackdropContainer"] {
opacity: 0 !important;
}