.block-tip.has-background {
	margin-top: 51px;
	padding: 1px 24px 24px;
}

.entry-content > div.block-tip {
	margin-top: 51px;
}
/*
.editor-styles-wrapper .wp-block.has-background[data-type="cwp/tip"] {
	padding: 0;
	background: transparent;
} */

.block-tip .block-tip__image-container {
	width: 100px;
	height: 100px;
	margin: -50px auto 0;
	border-radius: 50%;
	background: var(--wp--preset--color--senary);
	display: flex;
	align-items: center;
	justify-content: center;
}

.block-tip .block-tip__image-container img {
	width: 64px;
	height: 64px;
}

