Make embeddable badge smaller on mobile

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

@media(max-width: 480px) {
[class*="BadgeContainer__Inner"] {
transform: scale(0.75);
}
}