Change popup background color (appearing after clicking on Read More)

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

.global-styles,
.es-popup-container * {
background-color: #003166;
}