.block-quick-tip {
	text-align: center;
}

.block-quick-tip.has-background {
	padding: var(--wp--custom--layout--block-padding);
}

.block-quick-tip__title {
	/*display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 1rem;*/
	display: inline-block;
	font-family: var(--wp--preset--font-family--system-font);
	font-size: var(--wp--preset--font-size--normal);
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.26em;
	line-height: var(--wp--custom--line-height--normal);
	margin-bottom: 1.5rem;
	padding-left: calc(56px + 1rem);
	padding-right: calc(56px + 1rem);
	min-height: 21px;
	background-image: url('https://www.seasonedkitchen.com/wp-content/themes/awsk-2022/assets/icons/color/flourish-2.svg');
	background-position: 0% 50%;
	background-size: 56px 21px;
	background-repeat: no-repeat;
	position: relative;
}
.block-quick-tip__title::before {
	content: "";
	display: block;
	background-image: url('https://www.seasonedkitchen.com/wp-content/themes/awsk-2022/assets/icons/color/flourish-2.svg');
	background-size: 56px 21px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	width: 56px;
	height: 21px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: scaleX(-1) translateY(-50%);
}
.block-quick-tip__title::after {
	transform: scaleX(-1);
}

.block-quick-tip > :first-child,
.block-quick-tip__title:first-child {
	margin-top: 0;
}

.block-quick-tip > :last-child {
	margin-bottom: 0;
}

.block-quick-tip__title:first-of-type + p,
.block-quick-tip > p:first-of-type:not(.block-quick-tip__title) {
	margin-top: 0;
}

.block-quick-tip p:not(.block-quick-tip__title) {}
