/**
 * 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-12-layout-medium {
	background: #aaaaaa;
	padding: 12px;
	margin: 12px 0;
	border: 2px dashed #444;
}

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