Within the shared folder, there is an Auth folder with components. In auth.component.scss, we have written some CSS that acts as a parent to all components, affecting their styles. However, I do not want it to affect component 'y'. Currently, all pages are being affected by a maximum width of '35rem', but for this specific page, I want the width to be 100%. If I use the /deep/ concept, the width:100% will take effect when the 'y' component loads, but when switching back to another component, it will not revert to the original max width of 35 rem.