.block-pinterest-cta {
	background: #F3F8EC;
	border-left: 10px solid #90C041;
	padding: 16px;
}

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

.block-pinterest-cta__title {
	color: #212121;
    font-family: "Work Sans", sans-serif;
    font-weight: 300;
    line-height: 1.1;
    font-size: clamp( 1.5rem, 3.2vw, 2rem);
	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__icon svg {
	fill: #424242;
}

.block-pinterest-cta a.block-pinterest-cta__button {
	background: #90C041;
	border-radius: 3px;
	color: #212121;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	padding: 13px 16px;
	margin-left: auto;
	text-decoration: none;
	white-space: nowrap;
}
