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

.block-pinterest-cta__title {
	font-size: var(--wp--preset--font-size--x-large);
	font-weight:  var(--wp--custom--typography--heading--font-weight);
	font-family: var(--wp--custom--typography--heading--font-family);
	letter-spacing: var(--wp--custom--typography--heading--letter-spacing);
	text-transform: var(--wp--custom--typography--heading--text-transform);
	line-height: var(--wp--custom--line-height--small);
	margin: 0;
}

.block-pinterest-cta__icon {
	fill: var(--wp--preset--color--primary);
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.editor-styles-wrapper .block-pinterest-cta a {
	pointer-events: none;
}

@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;
		column-gap: 16px;
		padding: 24px 40px;
	}

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

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