.block-tip:not(.has-background) {
	background: var(--wp--preset--color--backdrop);
}

.block-tip.cwp-inner {
	border-bottom: 1px solid var(--wp--preset--color--foreground);
	border-top: 1px solid var(--wp--preset--color--foreground);
	padding-bottom: 40px;
	padding-top: 40px;
	margin-top: 30px;
	margin-bottom: 30px;
	position: relative;
	text-align: center;
}
.block-tip::before {
	background: var(--wp--preset--color--background) url(../../assets/images/favicon.png) no-repeat center;
	background-size: auto 100%;
    height: 32px;
    width: 50px;
	position: absolute;
	content: "";
	z-index: 9;
	top: -20px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.wp-block.has-background[data-type="cwp/tip"] {
	padding: 0;
}
