/* =pin recipe block, =pinterest */
.block-pin-recipe {
	background: var(--wp--preset--color--primary-bright);
	border-radius: 30px;
	overflow: hidden;
	width: 100%;
	display: flex;
}

.block-pin-recipe .block-pin-recipe__icon-container {
	height: 40px;
	width: 40px;
	background-color: white;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.block-pin-recipe .block-pin-recipe__pinterest-icon {
	fill: #C94A31;
}

.block-pin-recipe .block-pin-recipe__title {
	font-family: var(--wp--preset--font-family--display);
	line-height: var(--wp--custom--line-height--normal);
	color: #fff;
	margin: 0;
	font-weight: 700;
	font-size: 1.1875rem;
	color: black;
}

.block-pin-recipe .shared-counts-button {
	border-radius: var(--wp--custom--border-radius--tiny);
	line-height: var(--wp--custom--line-height--small);
	font-size: var(--wp--preset--font-size--tiny);
	background: black;
	color: white;
	font-weight: 700;
	text-decoration: none;
	padding: 12px 17px;
}

.block-pin-recipe .shared-counts-button:hover {
	filter: brightness(.85);
}

@media only screen and (max-width: 767px) {
	.block-pin-recipe {
		padding: 10px 18px 16px;
		flex-direction: column;
		gap: 7px;
		align-items: center;
	}
}

@media only screen and (min-width: 768px) {
	.block-pin-recipe {
		padding: 10px 32px;
		justify-content: center;
		align-items: center;
		gap: 16px;
	}
}
