Change size of the verified badge

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

.es-review-verified-badge-container,
.es-review-verified-badge-icon {
width: 20px !important;
height: 20px !important;
}