.block-tip {
	position: relative;
}
.block-tip.has-background {
	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/sitelogo-supporting-flipped.svg) no-repeat;
	background-size: contain;
	content: '';
	display: block;
	width: 72px;
	height: 72px;
	position: absolute;
	right: 0;
	bottom: -26px;
}
