.block-tip.has-background {
	border: 2px solid var(--wp--preset--color--tertiary);
	border-radius: var(--wp--custom--border-radius--tiny);
	padding-inline-end: 40px;
	padding-block-end: 40px;
	position: relative;
}

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

.block-tip::after {
	background: url(../../assets/icons/logo/supporting.svg) no-repeat;
	background-size: contain;
	content: '';
	display: block;
	width: 72px;
	height: 72px;
	position: absolute;
	right: 0;
	bottom: -36px;
	transform: rotate(9deg);
}
