I want to add padding to the first item of the list, or fake it somehow, but bottom line is that I want to avoid clipping like this

In android I would do that with clipToPadding false, but I wasn't able to find alternative for css. I thought of maybe targeting the first child of the list, but the the list is nested multiple times. Any ideas?