Pro theme wpforms css conflict?

There must be something with the wpforms css and cornerstone/pro theme starter stack.

The wpforms own css is not rendered, no matter what settings you choose in the wpforms “designer”.
I could set the field width with my own css, but that is not what the “creator” had in mind?

it should look like this:

it renders like: see secure note. both contact and appointment forms do not render properly.

EDIT: I realized that the css of the wpforms is broken on every site I’m running this plugin after the WP Update 6.9 and . It renders fine before the update to wp 6.9. It seems not to be relevant to the theme update 6.7.9

Hello @VRANKOVINA,

I would suggest you please add this custom CSS code to get rid of your issue.

.wpforms-form ul li {
list-style: none;
}
label.wpforms-field-label-inline {
display: inline-block;
margin: 0 10px;
} 

The purpose of providing custom CSS is to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector.In case if you have no idea about coding, you can subscribe to One, where customization questions are answered.

Hope it helps.
Thanks