.block-tip {
	border: 1px solid var(--wp--preset--color--senary);
	padding: 0 24px 24px;
	margin-top: 48px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.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 {
	font-family: var(--wp--custom--typography--heading--font-family);
	font-size: var(--wp--custom--typography--heading--font-size);
	font-weight: var(--wp--custom--typography--heading--font-weight);
	letter-spacing: var(--wp--custom--typography--heading--letter-spacing);
	line-height: var(--wp--custom--typography--heading--line-height);
	text-transform: var(--wp--custom--typography--heading--text-transform);

	background: var(--wp--preset--color--background);
	display: inline-block;
	padding: 0 12px;
	transform: translateY(-28px);
	margin: 0;
	margin-bottom: -12px;
}

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