.block-tip {
	border: var(--wp--custom--border-width--small) solid var(--wp--preset--color--foreground);
	padding: 24px;
	position: relative;
	isolation: isolate;
}

.block-tip,
.entry-content > .block-tip {
	margin-top: 32px;
}

.block-tip > *:last-child {
	margin-bottom: 0;
}

.block-tip-disable > .block-tip__title:first-child {
	text-transform: uppercase;
	background: var(--wp--preset--color--background);
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 0 12px;
	transform: translate(-12px, -50%);
	margin: 0;
	position: absolute;
	top: 0;
	z-index: 1;
}

.block-tip > .block-tip__title:first-child {
	display: flex;
	align-items: center;
	gap: 6px;
}

.block-tip > .block-tip__title:first-child::before {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	background-image: url('https://addapinch.com/wp-content/themes/addapinch-2023/assets/icons/utility/arrow-right-circle.svg');
	background-size: 24px 24px;
	background-repeat: no-repeat;
	flex-basis: 24px;
	flex-shrink: 0;
}