.block-tip {
	--cwp-block-tip-offset: 20px;
	border: 2px solid var(--wp--preset--color--foreground);
	padding: 0 24px 24px;
	margin-top: 48px;
}

.entry-content > div.block-tip {
	margin-top: 48px;
}

.block-tip > *:first-child {
	margin-top: 0;
}

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

.block-tip > *:first-child {
	margin-top: 24px;
}

.block-tip > .block-tip__title {
	font-size: var(--wp--preset--font-size--x-large);
}

.block-tip > .block-tip__title:first-child {
	background: var(--wp--preset--color--background);
	display: inline-flex;
	align-items: center;
	padding: 0 4px;
	transform: translateY( calc( -1 * var(--cwp-block-tip-offset) ) );
	margin: 0;
	gap: 4px;
}

.block-tip > .block-tip__title::before {
	background: url(tip.png) no-repeat;
	background-size: contain;
	content: '';
	display: block;
	width: 48px;
	height: 48px;
}

.block-tip > .block-tip__title:first-child + * {
	margin-top: calc( -1 * var(--cwp-block-tip-offset) );
}
