.pinterest-cta {
	background: var(--wp--preset--color--primary);
	border-radius: var(--wp--custom--border-radius--tiny);
	padding: 24px 16px 0;
	text-align: center;
}

.pinterest-cta p {
	margin: 0 0 32px;
}

.pinterest-cta__title {
	color: #fff;
	font-size: var(--wp--preset--font-size--huge);
	line-height: var(--wp--custom--line-height--small);
	font-weight: 900;
}

.pinterest-cta__button,
.editor-styles-wrapper a.pinterest-cta__button {
	background: var(--wp--preset--color--quinary);
	color: var(--wp--preset--color--primary);
	border-radius: var(--wp--custom--border-radius--tiny);
	display: inline-block;
	font-size: var(--wp--preset--font-size--medium);
	font-weight: 600;
	line-height: var(--wp--custom--line-height--small);
	padding: 11px 12px;
	text-decoration: none;
}

.pinterest-cta__button:hover {
	background: #fff;
}

.pinterest-cta__image {
	max-width: 250px;
	margin: 0 auto;
}

.pinterest-cta__image img {
	border: 8px solid #000;
	border-bottom-width: 0;
	border-radius: 8px 8px 0 0;
}

@media only screen and (min-width: 768px) {
    .pinterest-cta {
        padding-inline: 56px;
        display: grid;
        grid-template-columns: 1fr 250px;
        grid-column-gap: 28px;
        align-items: center;
    }
}