.block-tip.has-background {
	border-radius: var(--wp--custom--border-radius--tiny);
	box-shadow: var(--wp--custom--box-shadow--1);
	padding: 24px;
}

.block-tip p.block-tip__title,
.block-tip h2:first-child,
.block-tip h3:first-child {
	font-family: var(--wp--preset--font-family--primary);
	font-weight: 700;
	font-size: var(--wp--preset--font-size--jumbo);
	line-height: var(--wp--custom--line-height--small);
}
