/* SEO-specific styles - Minimal impact on existing layout */

.page-content {
  margin-bottom: 2rem;
}

.page-list {
  margin-top: 2rem;
}

.page-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-list li {
  margin-bottom: 1rem;
  padding: 1rem;
  border: 1px solid var(--border-color, #e5e7eb);
  border-radius: 0.5rem;
  transition: border-color 0.2s ease;
}

.page-list li:hover {
  border-color: var(--union-color, #3b82f6);
}

.page-list a {
  text-decoration: none;
  color: var(--text-color, #1f2937);
  font-weight: 500;
}

.page-list a:hover {
  color: var(--union-color, #3b82f6);
}

.page-list p {
  margin: 0.5rem 0 0 0;
  color: var(--text-muted, #6b7280);
  font-size: 0.875rem;
}

/* Screen reader only class - hides content visually but keeps it accessible */
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
