I have DOM that looks something like this:
... >
use the adjacent sibling selector and the * wildcard to select the element immediately following the router-outlet
adjacent sibling selector
*
router-outlet
styles.css
router-outlet + * { /* your css */ }