.crt-html-sitemap-section {
  padding-top: 0;
  padding-bottom: 64px;
  background: #fff;
}

.crt-html-sitemap {
  margin: 0;
  padding: 0;
}

.crt-html-sitemap__section + .crt-html-sitemap__section {
  margin-top: 28px;
}

.crt-html-sitemap__group-title {
  margin: 0 0 6px;
  font-size: clamp(20px, 2.2vw, 26px);
  line-height: 1.25;
  font-weight: 700;
  color: var(--crt-ink, #1a1a2e);
}

.crt-html-sitemap__sub-title {
  margin: 14px 0 2px;
  font-size: 17px;
  line-height: 1.35;
  font-weight: 600;
  color: var(--crt-ink, #1a1a2e);
}

.crt-html-sitemap__section > .crt-html-sitemap__sub-title:first-of-type {
  margin-top: 10px;
}

.crt-html-sitemap__links {
  margin: 0 0 4px;
  font-size: 15px;
  line-height: 1.65;
  color: var(--crt-ink-soft, #475569);
}

.crt-html-sitemap__links a {
  color: var(--crt-link, #2563eb);
  text-decoration: none;
}

.crt-html-sitemap__links a:hover {
  text-decoration: underline;
}

.crt-html-sitemap__sep {
  color: var(--crt-ink-soft, #475569);
}

@media (max-width: 640px) {
  .crt-html-sitemap-section {
    padding-bottom: 48px;
  }

  .crt-html-sitemap__links {
    font-size: 14px;
    line-height: 1.75;
  }
}
