.block-tip {
	font-family: var(--wp--preset--font-family--secondary);
}

.block-tip.has-background,
.editor-styles-wrapper .block-tip.has-background {
	padding: 1.875rem;
}
.block-tip > *:first-child {
	margin-top: 0;
}
.block-tip > *:last-child {
	margin-bottom: 0;
}
.block-tip > *:not(.block-tip__title:first-child) {
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;
}

.block-tip .block-tip__title {
	/*font-family: var(--wp--preset--font-family--secondary);*/
	font-size: var(--wp--preset--font-size--small);
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	line-height: var(--wp--custom--line-height--small);
	color: var(--wp--preset--color--black);
	margin-bottom: 1.5rem;
}
.block-tip__title:first-child {
	border-bottom: 3px solid var(--wp--preset--color--white);
	margin-left: calc(-1 * 1.875rem);
	margin-right: calc(-1 * 1.875rem);
	padding: 0 1.875rem 1.4375rem;
	margin-bottom: 1.875rem;
}
.block-tip > p:not(.block-tip__title) {
	font-size: 1.0625rem;
	font-weight: 600;
	line-height: var(--wp--custom--line-height--medium);
}

@media only screen and (min-width: 768px) {
	.block-tip {}
}
