Add this code to the Custom CSS field on the Style tab of your Reviews widget’s settings:
@media (max-width: 500px) {
[class*="LayoutSidebar__Inner-sc"] [class*="BadgeContainer__Inner-sc"] {
margin-left: 0px;
border-radius: 0;
}
[class*="LayoutSidebar__Inner-sc"] [class*="Rating__Container-sc"] {
flex-direction: column;
}
[class*="LayoutSidebar__Inner-sc"] [class*="RatingValue__Container-sc"] {
margin: 0 !important;
}
[class*="LayoutSidebar__Inner-sc"] [class*="BadgeTotalReviews__Content-sc"] {
display: none;
}
[class*="LayoutSidebar__Inner-sc"] [class*="RatingBar__Container-sc"] {
flex-direction: column;
}
}