/*
Block Name: Related Posts
Description: Easily show related posts by selecting a category or automatically pulling from the current post’s category. You can also manually choose which posts appear.
*/


body.wp-admin section { border: 1px solid #ccc; }
body.wp-admin section .container .grid:empty:before { color: red; font-weight: 600; content: "This is an empty *block* - add content"; padding: 2rem 0; display: block;}
body.wp-admin section .container .grid .col:empty:before { color: red; font-weight: 600; content: "This is an empty *column* - add content"; padding: 2rem 0; display: block;}


.block-related-posts .related-posts { background: #f7f7f7; }
.block-related-posts .featured-image {}
.block-related-posts .related-posts-title { padding: 0rem 2rem 0 2rem; box-sizing: border-box; }
.block-related-posts .related-posts-excerpt { padding: 0 2rem 2rem 2rem; box-sizing: border-box; }

@media(max-width:768px){
	.block-related-posts .related-posts{margin-bottom:3rem;}
}