.block-pinterest-cta {
	background: var(--wp--preset--color--foreground);
	color: var(--wp--preset--color--background);
	padding: 32px 16px;
}

.block-pinterest-cta__icon {
	fill: #fff;
}

.block-pinterest-cta__title {
	font-family: var(--wp--preset--font-family--system-font);
	font-size: var(--wp--preset--font-size--big);
	font-weight: 600;
	line-height: var(--wp--custom--line-height--small);
	margin: 0;
}

.block-pinterest-cta a {
	background: var(--wp--preset--color--background);
	border-radius: var(--wp--custom--border-radius--button);
	color: var(--wp--preset--color--foreground);;
	display: inline-block;
	line-height: var(--wp--custom--line-height--small);
	padding: 12px;
	text-decoration: none;
}

.block-pinterest-cta .a:hover {
	filter: brightness(85%);
}

@media only screen and (max-width: 767px) {
	.block-pinterest-cta {
		text-align: center;
	}

	.block-pinterest-cta__title {
		margin: 12px 0 16px;
	}
}

@media only screen and (min-width: 768px) {
	.block-pinterest-cta {
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
	}

	.block-pinterest-cta__icon {
		margin-right: 16px;
	}

	.block-pinterest-cta a {
		margin-left: auto;
	}
}
