.block-tip {
	border: 1px solid var(--wp--preset--color--foreground);
	box-shadow: var(--wp--custom--box-shadow--2);
	position: relative;
}

.block-tip__icon {
	position: absolute;
	bottom: -68px;
	right: -16px;
}

.block-tip,
.block-tip.has-background {
	padding: 24px;
}

@media only screen and (min-width: 767px) {
	.block-tip,
	.block-tip.has-background {
		padding: 32px;
	}
}

.block-tip,
.block-tip.has-background,
.editor-styles-wrapper .block-tip.has-background,
.entry-content > .block-tip,
.entry-content > .block-tip.has-background {
	margin-bottom: 80px;
}
