### What version of @tailwindcss/typography are you using? v0.5.2 ### What version of Node.js are you using? v16.4.2 ### What browser are you using? Chrome ### What operating system are you using? macOS ### Reproduction repository https://play.tailwindcss.com/uj1vGACRJA ### Describe your issue NB: I used the official Typography demo URL as the "Reproduction repository," and the screenshots below are taken from that demo. In the base `.prose`, there's a lot of space between image and figcaption in a figure:  I believe this is not intended, as with `.prose-lg` it looks like this:  I think there's a zero-vertical-margin rule on the image that's losing the specificity battle in `.prose` but winning it in `.prose-lg`.