Align in a row
.reputon-etsy-reviews-widget .reputon-stars-widget .reputon-container {
flex-direction: row;}

Move to the left
.reputon-etsy-reviews-widget .reputon-stars-widget .reputon-wrapper {
justify-content: flex-start;}

Move to the right
.reputon-etsy-reviews-widget .reputon-stars-widget .reputon-wrapper {
justify-content: flex-end;}

Add margin above widget
.reputon-etsy-reviews-widget .reputon-stars-widget {
margin-top: 100px !important;}

Add margin below widget
.reputon-etsy-reviews-widget .reputon-stars-widget {
margin-bottom: 100px !important;}
