.block-tip.has-background:not(.is-style-outline) {
	padding-inline-end: 40px;
	padding-block-end: 40px;
	position: relative;
	border-radius: 8px;
}

.block-tip.has-background:not(.is-style-outline),
.editor-styles-wrapper .block-tip.has-background:not(.is-style-outline),
.entry-content > .block-tip.has-background:not(.is-style-outline) {
	margin-bottom: calc( 36px + var(--wp--custom--layout--block-gap) );
}

.block-tip:not(.is-style-outline)::after {
	background: url(https://www.themagicalslowcooker.com/wp-content/themes/themagicalslowcooker-2024/assets/icons/custom/rabbit.svg) no-repeat;
	background-size: contain;
	content: '';
	display: block;
	width: 74px;
	height: 75px;
	position: absolute;
	right: 8px;
	bottom: -24px;
}

/* Outline style */
.block-tip.is-style-outline,
.editor-styles-wrapper .block-tip.is-style-outline {
	border: 2px solid var(--wp--preset--color--quinary);
	padding: 0 24px 24px;
	margin-top: 48px;
	border-radius: 8px;
	background: var(--wp--preset--color--background) !important;
}

.entry-content > div.block-tip.is-style-outline {
	margin-top: 48px;
}

.block-tip.is-style-outline > *:first-child {
	margin-top: 24px;
}

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

.block-tip.is-style-outline > .block-tip__title:first-child {
	background: var(--wp--preset--color--background);
	display: inline-flex;
	padding: 0 8px;
	position: relative;
	transform: translate(-50%, -24px);
	margin: 0;
	left: 50%;
}

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