I have the same problem but I can’t resolve it by adding
add_filter( ‘upw_enqueue_styles’, ‘__return_false’ );
to my child functions.php
The plugin works fine but I need it not to change the style of the page since it messing up some columns in the page.
Thank you