Move Load More button to the right

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

.es-load-more-button-container {
justify-content: flex-end !important;
}