/*
Block Name: Blog Definition
Description: Designed to be added to the top of a blog to define the content for rich snippets and AI bots. Note that this block contains Schema.
*/

body.wp-admin section.block-columns { border: 1px solid #ccc; }
body.wp-admin section .container .grid:empty:before { font-size: 2rem; color: #e88b39; 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: #e88b39; font-weight: 600; content: "This is an empty *column* - add content"; padding: 2rem 0; display: block;}

.block-columns .col-icon{max-width:100px;margin:0 auto 2rem;}


@media screen and (max-width:576px ) {
	.col-bg-img { min-height: 30vh;}
}