.editor-styles-wrapper .wp-block-cwp-tip.has-background {
	padding: 0; /* to get rid of editor styles on outer ACF wrapper block */
}

.block-tip,
.entry-content > div.block-tip,
.editor-styles-wrapper .block-tip.has-background {
	margin-top: calc( 128px + var(--wp--custom--layout--block-gap) );
	margin-bottom: var(--wp--custom--layout--block-gap-large);
	padding: 75px 40px 40px;
	position: relative;
}

.block-tip__illustration {
	width: 128px;
	height: 178px;
	position: absolute;
	top: -128px;
	left: 50%;
	transform: translateX(-50%);
}

.block-tip__illustration + .acf-innerblocks-container,
.editor-styles-wrapper .block-tip__illustration + .acf-innerblocks-container {
	margin-top: 0;
}

.block-tip .acf-innerblocks-container > *:last-child {
	margin-bottom: 0;
}

.block-tip .block-tip__title {
	font-size: 1.75rem;
}
