.block-pinterest-cta {
	background-color: var(--wp--preset--color--primary-pattern);
	background-image: url("/wp-content/themes/badbatchbaking-2024/assets/images/seamless-marble.jpg");
	background-position: 50% 50%;
	box-shadow: var(--wp--custom--box-shadow--1);
	padding: 16px;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	gap: 16px;
}

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

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

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

.block-pinterest-cta > a {
	flex-shrink: 0;
}

@media only screen and (min-width: 768px) {
	.block-pinterest-cta__icon svg {
		width: 64px;
		height: 64px;
	}
}
