.block-pinterest-cta {
	background: var(--wp--preset--color--tertiary);
	padding: 16px;
}

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

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

.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);
}

.block-pinterest-cta a {
	margin-left: auto;
	white-space: nowrap;
	font-size: 0;
	background: transparent;
}

.block-pinterest-cta a::after {
	content: '';
	width: 40px;
	height: 40px;
	background: url( '/wp-content/themes/redhousespice-2025/assets/icons/utility/arrow-right-large-white.svg' ) no-repeat center center;
	background-size: contain;
}