.block-pinterest-cta {
	background: var(--wp--preset--color--septenary);
	padding: 32px 16px;
}

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

.block-pinterest-cta a,
.editor-styles-wrapper .block-pinterest-cta a {
	background: var(--wp--preset--color--primary);
	border-radius: var(--wp--custom--border-radius--button);
	color: #fff;
	display: inline-block;
	line-height: var(--wp--custom--line-height--small);
	padding: 12px;
	text-transform: uppercase;
	letter-spacing: var(--wp--custom--letter-spacing--medium);
	text-decoration: none;
}

.block-pinterest-cta a:hover {
	filter: brightness(85%);
}

@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__icon {
		margin-right: 16px;
	}

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