/*
Block Name: Quote
Description: This block is for quotes.
*/

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-quote .rating-icon i { font-size: 3rem; color: var(--brand-1); margin-right: .25rem; }
.grid.quote { grid-gap: 2rem;}

@media screen and (max-width:576px) {
	.grid.quote { grid-template-rows: 1fr 1fr; }
}
