The idea
padding adds space *inside* the border, between the content and the edge. With the default content-box sizing, padding does not eat into width — it makes the element bigger. A 160px-wide box with 24px of padding occupies 208px.
This level needs padding — that is the whole point of it.