/**
 * Note that these styles are loaded *before* editor styles, so that
 * editor-specific styles using the same selectors will take precedence.
 */
.wp-block-gutenberg-examples-example-03-editable {
	background-color: #f3f3f5;
	color: #3a3a3a;	
	border: 1px;
	border-color: #01cbe6;	
	border-radius: 0.5rem;	
	border-style: solid;
	padding: 1.5rem 1rem;
}
