/* =love this block */
.block-love-this {

}

.block-love-this header {
	background-color: var(--wp--preset--color--primary-bright);
	position: relative;
}

.block-love-this header svg {
	position: absolute;
	left: 16px;
	top: 50%;
	transform: translateY(-50%);
}

.block-love-this header svg .highlight {
	fill: white;
}

.block-love-this__title {
	font-family: var(--wp--preset--font-family--display);
	line-height: var(--wp--custom--line-height--tiny);
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
}

.block-love_this__inner {
	background-color: var(--wp--preset--color--septenary);
	padding: 14px 16px 18px;
}

@media only screen and (max-width: 767px) {
	.block-love-this header {
		padding: 12px 14px 12px 64px;
	}

}

@media only screen and (min-width: 768px) {
	.block-love-this header {
		padding: 16px 20px 16px 64px;
	}
}
