I have the same problem with 5.7 and 5.7.1.
With version 5.5.6.1 and wordpress 6.6.1 it works.
Problem solved with new update 5.7.1
Adding this to CSS will remove the annoying
bottom margins introduced with 5.7.1
.wpcf7-form p { margin-bottom: 0 !important; }
fwuk > thanks for the add