Relative styling parents

Was focused on the live stream, so will give more details now.
I have 3 different things on my list, but in addition, the case @msguerra74 described is also only achievable with Custom CSS and I also faced limitations in this kind of scenario.

  • Would solve this issue: Modal - Relative Styling

  • Would solve this issue: Relative Styling - Folders

  • Let’s say you toggle a class with the help of the interactions feature and assign this class to Element A.
    This will trigger a style change to Element B. the Relative Styling would look like .element-a.toggled-class .element-b
    I now have to manage the style of Element B from 2 different areas. Default styling from the Element B area, but with the class toggled, I need to manage styling of Element B from Element A’s area.

I hope that makes sense.