.block-tip {
	border: 3px solid var(--wp--preset--color--tertiary);
	padding: 0 40px 40px;
	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:first-child {
	background: var(--wp--preset--color--background);
	color: var(--wp--preset--color--foreground);
	font-size: var(--wp--preset--font-size--huge);
	font-family: var(--wp--custom--typography--heading--font-family);
	font-weight: var(--wp--custom--typography--heading--font-weight);
	display: inline-block;
	padding: 0 12px;
	transform: translateY(-14px);
	margin: 0;
	margin-top: -50px;
}

.block-tip > .block-tip__title:first-child + * {
	margin-top: 0;
	text-align: left;
}
