.ta-social-page {
  background: #fff;
}

.ta-social-hero {
  padding-top: clamp(4.5rem, 8vw, 7rem);
  padding-bottom: clamp(3.5rem, 6vw, 5rem);
  background:
    radial-gradient(circle at 82% 22%, rgba(200,16,46,.09), transparent 30%),
    linear-gradient(180deg, #fff 0%, #fbfbfb 100%);
}

.ta-social-hero-inner {
  max-width: 860px;
  text-align: center;
}

.ta-social-title {
  margin: .35rem auto 1.25rem;
  font-size: clamp(3rem, 6.2vw, 5.4rem);
  line-height: .98;
  letter-spacing: -.045em;
}

.ta-social-lead {
  max-width: 760px;
  margin-inline: auto;
}

.ta-social-feed-section {
  padding-top: clamp(2.5rem, 4vw, 4rem);
  padding-bottom: clamp(5rem, 8vw, 8rem);
}

.ta-social-feed-shell {
  max-width: 920px;
  margin-inline: auto;
  padding: clamp(1rem, 2.5vw, 2rem);
  border: 1px solid var(--wp--preset--color--line);
  border-radius: var(--ta-radius-lg);
  background: #fff;
  box-shadow: var(--ta-shadow-card);
}

.ta-social-feed-shell img,
.ta-social-feed-shell video,
.ta-social-feed-shell iframe {
  max-width: 100%;
}

.ta-social-feed-status {
  padding: clamp(2.5rem, 6vw, 4.5rem) 1.5rem;
  text-align: center;
  color: var(--wp--preset--color--muted);
}

.ta-social-context {
  padding-top: clamp(4rem, 7vw, 6rem);
  padding-bottom: clamp(4rem, 7vw, 6rem);
  background: #fafafa;
}

.ta-social-context-inner {
  max-width: 760px;
  text-align: center;
}

.ta-social-context-inner h2 {
  font-size: clamp(2.2rem, 4.5vw, 3.6rem);
}

.ta-social-context-inner p:last-child {
  max-width: 680px;
  margin-inline: auto;
}

@media (max-width: 781px) {
  .ta-social-hero {
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
  }

  .ta-social-title {
    font-size: clamp(2.8rem, 12vw, 4.2rem);
  }

  .ta-social-feed-section {
    padding-top: 1.5rem;
  }

  .ta-social-feed-shell {
    padding: .75rem;
    border-radius: .9rem;
  }
}
