Hi
A recent issue that I think arose with the latest WordPress update.
All images and youtube embeds have lost their bottom padding.
I added the below CSS to fix the image issue but not sure how to do the same for videos (or why I needed to add this for images as I imagine there should be default padding?)
/* Padding under images */
figure.wp-block-image,
.gb-grid-wrapper figure.wp-block-image,
div.wp-block-image,
.gb-grid-wrapper div.wp-block-image {
margin-bottom: 1.5em ;
}