.seo-social-page .wiki-main {
  max-width: 1120px;
}

.seo-social-title {
  margin-bottom: 1.5rem;
}

.seo-hero-cta {
  margin-top: 1.25rem;
}

.seo-hero-cta .btn {
  width: fit-content;
}

.seo-multiplayer-media {
  margin-top: 0;
}

.seo-answer,
.seo-sources,
.seo-play-cta {
  max-width: 900px;
  margin: 1.5rem auto 0;
  padding: clamp(1.5rem, 4vw, 2.25rem);
  border: 3px solid rgba(255, 255, 255, 0.62);
  border-radius: 24px;
  box-shadow: 0 18px 50px rgba(12, 36, 58, 0.14);
}

.seo-answer,
.seo-sources {
  background: rgba(244, 251, 255, 0.94);
}

.seo-social-page .seo-answer + .wiki-infinite {
  margin-top: 1.5rem;
}

.seo-answer h2,
.seo-sources h2,
.seo-play-cta h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.9rem, 4vw, 2.7rem);
  font-weight: 400;
  line-height: 1.05;
}

.seo-answer > p:last-child,
.seo-sources p,
.seo-play-cta > p:not(.wiki-eyebrow) {
  margin: 0.75rem 0 0;
  font-weight: 700;
  line-height: 1.6;
}

.seo-answer > p:last-child,
.seo-sources p {
  color: rgba(20, 48, 71, 0.8);
}

.seo-comparison-table {
  overflow-x: auto;
}

.seo-comparison-table .comparison-table {
  min-width: 780px;
}

.seo-comparison-table .comparison-table tbody th,
.seo-comparison-table .comparison-table td {
  width: auto;
}

.seo-faq .wiki-card {
  min-height: 0;
}

.seo-faq .wiki-card h2 {
  font-size: 1.45rem;
}

.seo-step-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.seo-step-grid article {
  position: relative;
  padding: 1.35rem;
  border: 2px solid rgba(20, 48, 71, 0.1);
  border-radius: 18px;
  background: rgba(244, 251, 255, 0.9);
}

.seo-step-grid span {
  display: grid;
  width: 2rem;
  height: 2rem;
  place-items: center;
  border-radius: 999px;
  color: white;
  background: #246891;
  font-weight: 900;
}

.seo-step-grid h3 {
  margin: 0.75rem 0 0;
  font-family: var(--font-display);
  font-size: 1.45rem;
  font-weight: 400;
}

.seo-step-grid p {
  margin: 0.5rem 0 0;
  color: rgba(20, 48, 71, 0.8);
  font-weight: 700;
  line-height: 1.55;
}

.seo-related-links {
  margin-top: 1.5rem;
}

.seo-sources ul {
  display: grid;
  gap: 0.45rem;
  margin: 1rem 0 0;
  padding-inline-start: 1.2rem;
  font-weight: 800;
}

.seo-sources a {
  color: #246891;
  text-underline-offset: 3px;
}

.seo-sources p {
  font-size: 0.88rem;
}

.seo-play-cta {
  color: var(--foam);
  background: linear-gradient(135deg, #143047, #205b7d);
  text-align: center;
}

.seo-play-cta .wiki-eyebrow {
  color: #8fdaff;
}

.seo-play-cta > p:not(.wiki-eyebrow) {
  color: rgba(244, 251, 255, 0.86);
}

.seo-play-cta .cta {
  justify-content: center;
  margin-top: 1.25rem;
}

@media (max-width: 760px) {
  .seo-step-grid {
    grid-template-columns: 1fr;
  }

  .seo-comparison-table {
    overflow: hidden;
  }

  .seo-comparison-table .comparison-table {
    min-width: 0;
  }
}
