.block-personal-note,
.editor-styles-wrapper .block-personal-note,
.entry-content > .block-personal-note,
.entry-content > .block-personal-note.cwp-large:not(:last-child) {
	position: relative;
	margin-top: calc( 50px + var(--wp--custom--layout--block-gap-large));
	padding-top: calc( 50px + var(--wp--custom--layout--block-gap) );
}

.block-personal-note {
	border: 2px solid var(--wp--preset--color--tertiary);
	border-radius: var(--wp--custom--border-radius--tiny);
}

.block-personal-note::before {
	background: url(../../assets/icons/logo/supporting.svg) no-repeat center;
	background-size: contain;
	border-radius: 50%;
	content: '';
	display: block;
	width: 100px;
	height: 100px;
	position: absolute;
	top: -50px;
	left: calc( 50% - 50px );
}
