.block-pinterest-cta {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	background: var(--wp--preset--color--senary);
	padding: 16px;
}

.block-pinterest-cta__title {
	font-family: var(--wp--preset--font-family--system-sans-serif);
	font-size: var(--wp--preset--font-size--tiny);
	font-weight: 700;
	letter-spacing: var(--wp--custom--letter-spacing--loose);
	line-height: var(--wp--custom--line-height--small);
	text-transform: uppercase;
	margin: 0 10px 0 0;
}

.block-pinterest-cta__icon {
	line-height: 0;
	margin-right: 10px;
}

.block-pinterest-cta__icon svg {
	fill: var(--wp--preset--color--tertiary);
	width: 33px;
	height: 33px;
}

.block-pinterest-cta a,
.editor-styles-wrapper .block-pinterest-cta a {
	margin-left: auto;
	white-space: nowrap;
	background: var(--wp--preset--color--background);
	border: 1px solid var(--wp--preset--color--tertiary);
}

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