.wp-block-simple-note-info,
.wp-block-simple-note-success,
.wp-block-simple-note-warning,
.wp-block-simple-note-error,
.wp-block-simple-note-quote {
	position: relative;
	margin: 10px 0;
	padding: 20px 10px 20px 70px;
}

.wp-block-simple-note-info:before,
.wp-block-simple-note-success:before,
.wp-block-simple-note-warning:before,
.wp-block-simple-note-error:before,
.wp-block-simple-note-quote:before {
	position: absolute;
	top: 50%;
	width: 70px;
	margin-left: -70px;
	line-height: 0!important;
	font-family: "Dashicons";
	font-size: 40px;
	text-align: center;
}

.wp-block-simple-note-info {
	color: #00529b;
	background: #bde5f8;
}

.wp-block-simple-note-info:before {
	content: "\f348";
}

.wp-block-simple-note-success {
	color: #4f8a10;
	background: #dff2bf;
}

.wp-block-simple-note-success:before {
	content: "\f502";
}

.wp-block-simple-note-warning {
	color: #9f6000;
	background: #feefb3;
}

.wp-block-simple-note-warning:before {
	content: "\f534";
}

.wp-block-simple-note-error {
	color: #d63301;
	background: #ffccba;
}

.wp-block-simple-note-error:before {
	content: "\f153";
}

.wp-block-simple-note-quote {
	color: #444444;
	background: #f9f9f9;
}

.wp-block-simple-note-quote:before {
	content: "\f101";
}