﻿.block-pinterest-cta {
	border: 3px solid var(--wp--preset--color--tertiary);
}

.block-pinterest-cta__title {
	font-size: var(--wp--preset--font-size--small);
	font-weight: 400;
	line-height: var(--wp--custom--line-height--small);
	letter-spacing: var(--wp--custom--letter-spacing--looser);
	text-transform: uppercase;
	margin: 0;
}

.block-pinterest-cta__icon {
	background: var(--wp--preset--color--background);
	border-radius: 50%;
	width: 100px;
	height: 100px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

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

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

	.block-pinterest-cta__title {
		margin: 12px 0 16px;
	}
}

@media only screen and (min-width: 768px) {
	.block-pinterest-cta {
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
	}

	.block-pinterest-cta.has-background {
		padding-inline-end: var(--wp--custom--layout--block-gap-large);
	}

	.block-pinterest-cta__icon {
		margin-right: 16px;
	}

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

	.block-area-sidebar .block-pinterest-cta,
	.block-pinterest-cta.is-style-stacked {
		display: block;
		text-align: center;
		padding-inline-end: var(--wp--custom--layout--padding);
	}

	.block-area-sidebar .block-pinterest-cta__title,
	.block-pinterest-cta.is-style-stacked .block-pinterest-cta__title {
		margin: 12px 0 16px;
	}

	.block-area-sidebar .block-pinterest-cta__icon,
	.block-pinterest-cta.is-style-stacked .block-pinterest-cta__icon {
		margin-right: 0;
	}
}
