.block-pinterest-cta {
	display: flex;
	gap: 16px;
	align-items: center;
}

.block-pinterest-cta.has-background,
.editor-styles-wrapper .block-pinterest-cta.has-background {
	padding: 16px;
}

.editor-styles-wrapper .wp-block-cwp-pinterest-cta.has-background {
	padding: 0;
}

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

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

.block-pinterest-cta__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-grow: 1;
}

.block-pinterest-cta .wp-element-button,
.editor-styles-wrapper .block-pinterest-cta .wp-element-button {
	background-color: var(--wp--preset--color--background);
	color: var(--wp--preset--color--foreground);
	flex-shrink: 0;
}

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

@media only screen and (max-width: 767px) {
	.block-pinterest-cta__title {
		margin-block-end: 4px;
	}
}
