.block-tip,
.entry-content > .block-tip {
	margin-top: 56px !important;
}

figure.block-tip__image,
.editor-styles-wrapper .cwp-inner.block-tip__inner > .block-tip__image  {
	background: var(--wp--preset--color--nonary);
	border-radius: 50%;
	width: 80px;
	height: 80px;
	padding: 6px;
	margin: -56px auto -20px;
}

figure.block-tip__image img {
	border: 1px solid #fff;
	border-radius: 50%;
}

.editor-styles-wrapper .wp-block-cwp-tip.has-background {
	padding: 0;
}
