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

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

.block-pinterest-cta__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.block-pinterest-cta > .wp-element-button:last-child {
	margin-inline-start: auto;
	flex-shrink: 0;
}

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


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