.block-tip,
.block-tip.has-background,
.editor-styles-wrapper .block-tip.has-background {
	padding: 32px;
}

.block-tip::after {
	content: "";
	clear: both;
	display: table;	
}

p.block-tip__title {
	font-family: var(--wp--preset--font-family--primary);
	font-size: var(--wp--preset--font-size--big);
	line-height: var(--wp--custom--line-height--small);
}

.block-tip .block-spoon {
	float: left;
	margin: var(--wp--style--block-gap) var(--wp--style--block-gap) 0 0;
}
