/* Sitemap page */
.sitemap-wrapper {
  max-width: 996px;
  margin: 0 auto;
  padding: 2rem 1rem 3rem;
}

.sitemap-title {
  color: #0943b5;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.sitemap-home {
  margin-bottom: 1.5rem;
}

.sitemap-home__link {
  color: #0943b5;
  font-size: 34px;
  font-weight: 700;
  text-decoration: none;
}

.sitemap-home__link:hover {
  text-decoration: underline;
}

/* Accordion body: light blue background per SVG design */
.sitemap-accordion-body {
  background-color: #e6ebf7;
  padding: 1.25rem 2.5rem 1.5rem;
}

/* Group: sub-section with title + children */
.sitemap-group {
  margin-bottom: 1.25rem;
}

.sitemap-group:last-child {
  margin-bottom: 0;
}

/* Group title: bold, blue, underlined (26px per SVG) */
.sitemap-group__title {
  display: inline-block;
  color: #0943b5;
  font-size: 22px;
  font-weight: 700;
  text-decoration: underline;
  margin-bottom: 0.5rem;
}

.sitemap-group__title:hover {
  color: #072d7a;
}

/* Group children links: blue, underlined (24px per SVG, scaled) */
.sitemap-group__links {
  list-style: none;
  padding: 0;
  margin: 0 0 0 0.75rem;
}

.sitemap-group__links li {
  padding: 0.2rem 0;
}

.sitemap-group__links a {
  color: #0943b5;
  font-size: 18px;
  text-decoration: underline;
}

.sitemap-group__links a:hover {
  color: #072d7a;
}
