Thank you so much for this, I thought I was going crazy too!
I can't figure out how to target just the form fields to style in this new version. This is the code I was using before. I know .field-element is removed, but can I get some help updating the rest?
.form-wrapper .field-list .field .field-element {
border: none !important;
border-bottom: 1px solid #7B666A !important;
border-radius: 0px !important;
background: #ffffff;
}