/*
Block Name: Clanwilliam Video block
Description: Allows the display of video thumbnails with links to the video.
*/

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

.block-cw-videos .col { background: #1166b0; color: #fff !important; text-align: center; }
.block-cw-videos img { width: 100%; height: auto; }
.block-cw-videos .col-image { position: relative; }
.block-cw-videos .col-image .col-icon { content: "\f144"; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-family: "Font Awesome 6 Free"; font-size: 6rem; display: block; color: #1166b0;  }