/* Below-fold SEO sections — shared across tool pages */
.seo-breadcrumbs {
  padding: 0 10% 20px;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.55);
}
.seo-breadcrumbs ol {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.5rem;
  align-items: center;
}
.seo-breadcrumbs li:not(:last-child)::after {
  content: "/";
  margin-left: 0.5rem;
  opacity: 0.45;
}
.seo-breadcrumbs a {
  color: rgba(88, 166, 255, 0.95);
  text-decoration: none;
}
.seo-breadcrumbs a:hover {
  text-decoration: underline;
}

.seo-below-fold {
  padding: 12px 10% 48px;
  max-width: 52rem;
  margin: 0 auto;
}
.seo-below-fold h2 {
  font-size: 1.05rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.92);
  margin: 2rem 0 0.65rem;
}
.seo-below-fold h2:first-child {
  margin-top: 0;
}
.seo-below-fold p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
  line-height: 1.6;
  margin: 0 0 0.75rem;
}

.seo-faq-list {
  margin-top: 0.5rem;
}
.seo-faq-list details {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 0.65rem 1rem;
  margin-bottom: 0.5rem;
  background: rgba(255, 255, 255, 0.03);
}
.seo-faq-list summary {
  cursor: pointer;
  font-weight: 600;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.9);
}
.seo-faq-list details p {
  margin: 0.6rem 0 0;
  padding-top: 0.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.related-tools {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.related-tools h2 {
  margin-top: 0;
}
.related-tools ul {
  margin: 0.5rem 0 0;
  padding-left: 1.2rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
  line-height: 1.65;
}
.related-tools a {
  color: rgba(88, 166, 255, 0.95);
}

/* Reserve vertical space for responsive ads to reduce CLS */
.page-shell > .ad-slot {
  min-height: 92px;
}
