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

.block-pinterest-cta__title {
	font-family: var(--wp--custom--typography--heading--font-family);
	font-size: var(--wp--preset--font-size--x-large);
	font-weight: 500;
	line-height: var(--wp--custom--line-height--small);
	margin: 0;
}

.block-pinterest-cta__icon {
	background: transparent;
	border-radius: 50%;
	width: 32px;
	height: 32px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 0;
}

.block-pinterest-cta a {
	margin-left: auto;
	flex-shrink: 0;
}

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

@media only screen and (max-width: 767px) {
	.block-pinterest-cta {
		padding: 16px;
	}
}

@media only screen and (min-width: 768px) {
	.block-pinterest-cta {
		padding: 22px 40px 22px 16px;
	}
}
