/*
Block Name: Columns
Description: A basic block which allows to build a number of flexible layouts. This block is used for images and static text purposes.
*/

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;}


.col.notice {
	border-top: 5px solid #b33e24;
    padding: 4rem;
    border-radius: 0.5rem;
    background-color: #f3f2ee;
    box-shadow: rgb(38 57 77) 0px 20px 30px -10px;
}
.col.notice h3 a {
    color: #000000;
	font-weight: bold;
}

.col p + div {margin-top: 2.5rem;}


