.block-pinterest-cta {
	background: var(--wp--preset--color--quinary);
	border: 2px solid var(--wp--preset--color--primary);
	padding: 19px;
}

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

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

.block-pinterest-cta__title {
	font-size: var(--wp--preset--font-size--x-large);
	font-weight: 400;
	line-height: var(--wp--custom--line-height--small);
	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 a {
	margin-left: auto;
	white-space: nowrap;
}
