I’m trying to set the paragraph bottom margin and line height on a product page. I added the following code to the child theme style.css. It seems to have no effect. (Yes, I have purged the cache.)
p {
line-height: 1.3 !important;
margin-bottom: 1em !important;
}