Apply RTL mode

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

[class^='HeaderContainer__Inner'], [class^="ReviewBackground__Container"], [class^="ReviewAlignContainer__Container"] {
direction: rtl;
}
[class^="ReviewText__Container"]{
text-align: right;
}

[class^="Card3__InfoReview"] {
margin-right: 15px;
margin-left: 0;
}

[class*="Card3__StyledReviewCardTail"] {
transform: rotateY(-180deg);
inset: 100% 56px 0px 0px !important;
}

[class*='Card3__StyledReviewLinkContainer'] {
direction: rtl;
margin: 16px 24px 0 0;
}

[class^='Header__Info'], [class^="Icon__IconContainer"] {
margin-right: 0;
}

[class*="HeaderTitle__StyledSourceLogo"] {
margin-left: 8px;
}

[class^="ReviewVerifiedBadge__BadgeContainer"] {
margin: 0 5px 0 0;
}