.block-tip {
	border: 4px solid var(--wp--preset--color--secondary);
	padding: 0 16px 16px;
	margin-top: 48px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #EFEDEA 100%);
}

.entry-content > div.block-tip,
body .is-layout-constrained > .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);
	display: inline-block;
	font-family: var(--wp--preset--font-family--primary);
	font-size: var(--wp--preset--font-size--x-large);
	padding: 0 12px;
	transform: translateY(-24px);
	margin: 0;
}

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