.block-pinterest-cta {
	background: var(--wp--preset--color--background);
	border-top: 1px solid var(--wp--preset--color--senary);
	border-bottom: 1px solid var(--wp--preset--color--senary);
	display: flex;
	align-items: center;
	gap: 16px;
	padding-block: 16px;
}

.block-pinterest-cta__title {
	font-size: var(--wp--preset--font-size--small);
	font-style: italic;
	line-height: var(--wp--custom--line-height--small);
	margin: 0;
}

.block-pinterest-cta .wp-element-button {
	white-space: nowrap;
	margin-left: auto;
}

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

.block-pinterest-cta__icon svg {
	fill: var(--wp--custom--color--neutral-600);
}

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

@media only screen and (max-width: 600px) {
	.block-pinterest-cta__icon svg {
		width: 44px;
		height: 44px;
	}
}
