.block-tip {
	border: 1px 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:first-child {
	background: var(--wp--preset--color--background);
	display: block;
	width: fit-content;
	padding: 0 12px;
	margin: -0.67em 0 0 -12px;
}

.block-tip > .block-tip__title:first-child + * {
	margin-top: 10px;
}
