/*
Block Name: Block Needed
Description: This is a block that is used on development sites only that is used as a placeholder when a new block is required. This can be used on a live site as it only displays for logged in admin users.
*/

section.block-needed :is(h1, h2, h3, h4, h5, h6) { color: #fff !important; }

section.block-needed { color: #fff !important; background: red; padding: 10rem; box-sizing: border-box; text-align: center; margin: 10rem 0; }