.block-pinterest-cta {
	padding: 16px;
	font-weight: 700;
	font-family: var(--wp--preset--font-family--primary);
}

.block-pinterest-cta__icon {
	line-height: 0;
}

.block-pinterest-cta__title {
	font-size: var(--wp--preset--font-size--large);
	line-height: var(--wp--custom--line-height--medium);
	margin: 0;
}

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

.block-pinterest-cta {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}

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

.block-pinterest-cta__icon svg {
	fill: var(--wp--preset--color--background);
}

@media only screen and (max-width: 767px) {
	.block-pinterest-cta__icon svg {
		width: 28px;
		height: 28px;
	}

	.block-pinterest-cta__title {
		font-size: var(--wp--preset--font-size--medium);
	}
}

.block-pinterest-cta a {
	margin-left: auto;
	white-space: nowrap;
	background: var(--wp--preset--color--foreground);
}
