Today I needed to add spacing between paragraphs, but couldn't find a rule that would stick, then after several unsuccessful attempts I found this:
https://stackoverflow.com/questions/...34345#25234345
Now I'm using:
p + p {margin-top: 0.4em !important;}