/* HTML sitemap directory — do not edit hashed site.vN.css */
.page-shell--legal .html-sitemap {
  max-width: 72rem;
  margin: 0 auto;
  padding: 28px 28px 12px;
}
.html-sitemap-section {
  margin: 0 0 28px;
}
.html-sitemap-section h2 {
  margin: 0 0 12px;
  font-size: 1.05rem;
  color: var(--jade-dark, #083538);
}
.html-sitemap-section ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 6px 18px;
}
.html-sitemap-section a {
  color: var(--ink, #1f2937);
  text-decoration: none;
}
.html-sitemap-section a:hover {
  color: var(--jade, #0f766e);
  text-decoration: underline;
}
@media (max-width: 640px) {
  .page-shell--legal .html-sitemap {
    padding: 18px 16px 8px;
  }
  .html-sitemap-section ul {
    grid-template-columns: 1fr;
  }
}
