Overrideing hardcoded element style inside an iframe

Solution:

style attributes have higher specificity than any selector.

They can only be overridden if they aren’t !important and you use an !important rule.

In this case, the rule is !important so you can’t override it.