Change color of Load More button on hover

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

[class^='ButtonBase__Overlay-sc-']:hover {
background: red!important;
transition: background 1s;
}