.seo-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  white-space: nowrap;
}

.seo-related-links__inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 12px 16px;
}

.seo-link-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #cfd9ea;
  border-radius: 999px;
  background: #ffffff;
  color: #1f2937;
  padding: 6px 12px;
  font-size: 0.875rem;
  line-height: 1.2;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.seo-link-chip:hover,
.seo-link-chip:focus-visible {
  border-color: #5f93df;
  color: #1d4ed8;
  background: #eef4ff;
  outline: none;
}

.seo-related-links {
  border-top: 1px solid #eceff5;
  background: #fbfcff;
}

.seo-related-links h2 {
  margin: 0;
  font-size: 1.3rem;
  line-height: 1.2;
  color: #111827;
}

.seo-related-links p {
  margin: 8px 0 0;
  color: #374151;
  font-size: 0.95rem;
}

.seo-related-links__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

@media (max-width: 767px) {
  .seo-related-links__inner {
    padding: 10px 12px;
  }

  .seo-link-chip {
    font-size: 0.8125rem;
    padding: 6px 10px;
  }
}
