.block-pinterest-cta {
  border: 1px solid var(--wp--preset--color--secondary);
  padding: 18px;
}

.block-pinterest-cta__title {
  font-size: var(--wp--preset--font-size--large);
  font-weight: 600;
  line-height: var(--wp--custom--line-height--small);
  letter-spacing: var(--wp--custom--letter-spacing--none);
  font-family: var(--wp--custom--typography--interface--font-family);
  margin: 0;
}

.block-pinterest-cta__icon {
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.block-pinterest-cta {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.block-pinterest-cta a {
  font-size: var(--wp--preset--font-size--tiny);
  margin-left: auto;
}

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

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

  .block-pinterest-cta__title {
    margin: 12px 0 16px;
  }
}
@media (max-width: 500px) {
  .block-pinterest-cta a {
	white-space: nowrap;
  }
}

@media only screen and (min-width: 768px) {
  .block-pinterest-cta__icon {
    margin-right: 16px;
  }

}
