/* SEO / GEO — match tool column width; Markdown docs preferred */
.seo-geo {
  width: 100%;
  max-width: 920px;
  margin: 2rem auto 2rem;
  padding: 0;
  color: #333;
  box-sizing: border-box;
}

.home-page + .seo-geo {
  max-width: 1080px;
}

.seo-geo--doc .tool-doc.markdown-body {
  border: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0.25rem 0 0;
  background: transparent;
}

.seo-geo--doc .tool-doc.markdown-body h2 {
  font-size: 1.25rem;
  font-weight: 700;
  text-align: left;
  margin: 0 0 1rem;
}

.seo-geo--doc .tool-doc.markdown-body h3 {
  font-size: 1.05rem;
  font-weight: 700;
  margin: 1.5rem 0 0.65rem;
}

.seo-geo--doc .tool-doc.markdown-body p,
.seo-geo--doc .tool-doc.markdown-body li {
  font-size: 0.9375rem;
  line-height: 1.75;
  color: #555;
}

.seo-geo-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1a1a1a;
  text-align: left;
  margin: 2rem 0 1rem;
  line-height: 1.4;
}

.seo-geo > .seo-geo-title:first-child,
.seo-geo--doc > .seo-geo-title {
  margin-top: 1.75rem;
}

.seo-geo-about {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.75;
  color: #666;
}

.seo-geo-steps {
  margin: 0;
  padding-left: 1.25rem;
  font-size: 0.9375rem;
  line-height: 1.75;
  color: #555;
}

.seo-geo-steps li + li {
  margin-top: 0.35rem;
}

.seo-geo-faq {
  margin: 0;
}

.seo-geo-qa {
  padding: 1.15rem 0;
  border-bottom: 1px solid #eaeaea;
}

.seo-geo-qa:first-child {
  padding-top: 0.25rem;
}

.seo-geo-qa:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.seo-geo-q {
  margin: 0 0 0.45rem;
  font-size: 1rem;
  font-weight: 700;
  color: #222;
  line-height: 1.5;
}

.seo-geo-a {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.7;
  color: #888;
}

.seo-geo-related {
  margin: 0;
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.8;
  color: #666;
}

.seo-geo-related a {
  color: #666;
  text-decoration: none;
}

.seo-geo-related a:hover {
  color: #333;
  text-decoration: underline;
}

.seo-geo-related-sep {
  margin: 0 0.35rem;
  color: #ccc;
}

@media (max-width: 640px) {
  .seo-geo {
    margin-top: 1.5rem;
  }

  .seo-geo-title,
  .seo-geo--doc .tool-doc.markdown-body h2 {
    font-size: 1.125rem;
  }
}
