.block-pinterest-cta {
	--_pinterest-cta-circle: var(--wp--preset--color--secondary);
	background-color: var(--wp--preset--color--primary);
	color: var(--wp--preset--color--background);
	fill: currentColor;
	padding: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	position: relative;
}

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

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

.block-pinterest-cta__link {
	flex-shrink: 0;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

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