/*
Block Name: Columns
Description: An extremely flexible block allowing simple and complex layouts. This block is used for images and static text purposes.
*/

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 { position: relative; }
.block-columns .col-icon{max-width:100px;margin:0 auto 2rem;}
.block-columns .col-colour-overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; display: block; z-index: 0;  }
.block-columns  .column-content { position: relative; }