Add margin above Submit button

Add the code below to Custom CSS field on your Popup widget’s Settings tab:

.global-styles,
[class*='ButtonBase__ButtonContainer-sc'] {
margin-top: 10px;
}