The idea
position: absolute pulls the ::before out of the normal flow, so it stops pushing the child down and the box shrinks back to just the child. Give the parent position: relative so the decoration is positioned against the box, not the page.
This level needs content and position — the whole point is taking the ::before out of flow.