Is it possible to implement CSS isolation within module scope?
For example, we have an Authorization module which contains several components like: Login, ResetPassword, etc.
They all have similar structure so it would be good to create common styles for them, and these styles shouldn't be able to be used outside of module.