.sitemap-wrapper {
  max-width: 900px;
  margin: 1rem auto;
  padding: 0 1rem;
}
.sitemap-title {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 1rem;
  color: #222;
}
.sitemap-section {
  margin-bottom: 1.5rem;
}
.sitemap-section-title {
  font-size: 1rem;
  font-weight: 600;
  color: #0055aa;
  border-bottom: 1px solid #ddd;
  padding-bottom: 0.3rem;
  margin-bottom: 0.5rem;
}
.sitemap-list {
  list-style: none;
  padding: 0;
  margin: 0;
  columns: 2;
}
.sitemap-list li {
  margin-bottom: 0.25rem;
  font-size: 0.9rem;
}
