/* SEO: keyword cloud, related links, breadcrumbs */
.seo-breadcrumb {
  padding: 0.75rem 0;
  font-size: 0.875rem;
}
.seo-breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.seo-breadcrumb a {
  color: #6b7280;
  text-decoration: none;
}
.seo-breadcrumb a:hover {
  color: #e11d48;
}
.seo-breadcrumb span {
  color: #374151;
  font-weight: 500;
}
.seo-breadcrumb .sep {
  color: #d1d5db;
}

.seo-keyword-cloud {
  background: #fafafa;
  border-top: 1px solid #f3f4f6;
  padding: 2rem 1rem;
}
.seo-kw-inner {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 0.5rem;
}
.seo-kw-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #111827;
  margin: 0 0 0.5rem;
}
.seo-kw-desc {
  font-size: 0.8125rem;
  color: #9ca3af;
  margin: 0 0 1rem;
}
.seo-kw-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.seo-kw-link,
.seo-cat-link {
  display: inline-block;
  padding: 0.375rem 0.875rem;
  font-size: 0.8125rem;
  color: #4b5563;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 9999px;
  text-decoration: none;
  transition: all 0.2s;
}
.seo-kw-link:hover,
.seo-cat-link:hover {
  color: #e11d48;
  border-color: #fecdd3;
  background: #fff1f2;
}
.seo-inline-kw {
  color: #e11d48;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.seo-inline-kw:hover {
  color: #be123c;
}

.seo-related {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid #f3f4f6;
}
.seo-related-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #111827;
  margin: 0 0 1rem;
}
.seo-related-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.75rem;
}
@media (min-width: 640px) {
  .seo-related-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.seo-related-link {
  display: block;
  padding: 0.875rem 1rem;
  background: #fff;
  border: 1px solid #f3f4f6;
  border-radius: 0.75rem;
  text-decoration: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.seo-related-link:hover {
  border-color: #fecdd3;
  box-shadow: 0 1px 3px rgba(225, 29, 72, 0.08);
}
.seo-related-h3 {
  font-size: 0.875rem;
  font-weight: 600;
  color: #111827;
  margin: 0 0 0.25rem;
  line-height: 1.4;
}
.seo-related-link:hover .seo-related-h3 {
  color: #e11d48;
}
.seo-related-meta {
  font-size: 0.75rem;
  color: #9ca3af;
}

.seo-cross-cat {
  margin-top: 1.5rem;
}
.seo-cross-title {
  font-size: 0.875rem;
  font-weight: 600;
  color: #6b7280;
  margin: 0 0 0.75rem;
}
.seo-cross-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.seo-article-section h2 {
  font-size: 1.125rem;
  font-weight: 700;
  color: #111827;
  margin: 1.5rem 0 0.75rem;
}

.seo-entity-link {
  color: #e11d48;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.seo-entity-link:hover {
  color: #be123c;
}
.seo-cluster-web {
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px dashed #e5e7eb;
}
