Hi @alexander!
I have a modal that contains a text element (I have tried DIV+Raw as well).
That text element contains a Gravity Forms shorcode:
[gravityform id=31 title=false description=false ajax=true]
The text element has this custom CSS:
$el .gform_body input {
border:0px !important;
border-bottom:1px solid rgba(48,55,56,0.5) !important
}
This is where it gets wired.
I see this inside the Content editor:

The CSS is applied, but the button is red, despite the Theme option of blue color, for all default buttons.
This is the front end:

The button is now blue as it should be, but the custom CSS is not being applied.
I have deleted the old Modal to replace it with the new one. The old one had both CSS and the button working.
Thanks!
EDIT: having the CSS as a page or global solves the issue. It is just not working as an element CSS.