/* =cooking tips */
.block-cooking-tips {
	position: relative;
	border: 3px solid var(--wp--preset--color--tertiary);
}

.block-cooking-tips > *:last-child {
	margin-bottom: 0;
}


.block-cooking-tips :is( p.block-cooking-tips__title, h2, h3, h4) {
	color: var(--wp--preset--color--tertiary);
	font-family: var(--wp--preset--font-family--system-font);
	line-height: var(--wp--custom--line-height--small);
	font-size: var(--wp--preset--font-size--large);
	text-transform: uppercase;
	font-weight: 900;
	margin-bottom: 16px;
	text-align: center;
}

.block-cooking-tips p {
	margin-top: 0;
}

.block-cooking-tips .block-cooking-tips__icon {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -47px;
}


@media only screen and (max-width: 767px) {
	.block-cooking-tips {
		padding: 39px 15px 16px;
	}
}

@media only screen and (min-width: 768px) {
	.block-cooking-tips {
		padding: 39px 22px 32px;
	}
}
