/* =pinterest */
.block-pin-recipe {
	background: #cd1a19;
	padding: 16px 20px;
	padding-left: calc(20px + 40px + 16px);
	position: relative;
	overflow: hidden;
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
}

.block-pin-recipe .pinterest-icon {
	position: absolute;
	fill: #fff;
	width: 40px;
	height: 40px;
	left: 20px;
	top: 50%;
	margin-top: -20px;
}

.block-pin-recipe .block-pin-recipe__title {
	color: #fff;

	margin: 0;
	font-family: var(--wp--preset--font-family--playfair-display);
	font-weight: 800;
	font-size: 1.375rem;
	line-height: var(--wp--custom--line-height--tiny);
}

.block-pin-recipe .shared-counts-button {
	background: #fff;
	border-radius: 3px;
	color: #cd1a19;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;

	text-transform: uppercase;
	text-decoration: none;
	padding: 10px 30px;
}

.block-pin-recipe .shared-counts-button:hover {
	background: #eee;
}

@media only screen and (min-width: 768px) {
	.block-pin-recipe .block-pin-recipe__title {
		font-size: 1.625rem;
	}
}
