.block-tip {
	border: 1px solid var(--wp--preset--color--foreground);
	padding: 0 24px 24px;
}

.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__subtitle:first-child {
	background: var(--wp--preset--color--foreground);
	color: var(--wp--preset--color--background);
	display: inline-flex;
	padding: 4px 16px;
	transform: translateY(-16px);
	margin-top: -16px;
	font-family: var(--wp--custom--typography--interface--font-family);
	font-size: var(--wp--preset--font-size--min);
	font-weight: 500;
	letter-spacing: var(--wp--custom--typography--interface--letter-spacing);
	line-height: var(--wp--custom--typography--interface--line-height);
	text-transform: var(--wp--custom--typography--interface--text-transform);
}

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