Change badge size and move it under caption

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

.global-styles,
[class*="Icons__IconsComponent-sc"] * {
width: 60px !important;
height: 60px !important;
margin: 0;
}

.global-styles,
[class*="Name__NameComponent-sc"] {
flex-direction: column;
align-items: flex-start;
}