.block-pinterest-cta,
.editor-styles-wrapper a.block-pinterest-cta {
	font-family: var(--wp--custom--typography--heading--font-family);
	font-size: var(--wp--preset--font-size--medium);
	font-weight: var(--wp--custom--typography--heading--font-weight);
	letter-spacing: var(--wp--custom--typography--heading--letter-spacing);
	line-height: var(--wp--custom--typography--heading--line-height);
	text-transform: var(--wp--custom--typography--heading--text-transform);

	background: var(--wp--preset--color--tertiary);
	color: #fff;
	display: flex;
	gap: 16px;
	align-items: center;
	padding: 16px;
	text-decoration: none;
}

.block-pinterest-cta svg {
	fill: #fff;
	width: 64px;
	height: 64px;
}
