/**
 * Note that these styles are loaded *before* editor styles, so that
 * editor-specific styles using the same selectors will take precedence.
 */
.wp-block-gutenberg-design-blocks-gutenberg-design-blocks-03-layout-container {
	background: #c4c4c4;
	padding: 12px;
	margin: 12px 0;
	border: 2px dashed #444;
}

.wp-block-gutenberg-design-blocks-gutenberg-design-blocks-03-layout-container::before {
	opacity: .4;
	position: absolute;
	content: 'Layout container';
	display: block;
	right: 10px;
	top: 5px;
	font-size: 10px;
}