.sitemap-wrapper .row:first-child span {
  display: block !important;
  margin-top: 0 !important;
}

.sitemap-wrapper .sitemap-dash {
  margin-inline: calc(var(--bs-gutter-x) * .5 * -2);
}

.sitemap-wrapper .sitemap-item a {
  font-size: 26px;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 2px solid;
  line-height: 36px;
}
@media (min-width: 992px) {
  .sitemap-wrapper .sitemap-item a {
    font-size: 30px;
    line-height: 40px;
  }
}

.sitemap-wrapper .sitemap-item-label {
  font-size: 14px;
  font-weight: 500;
}
@media (min-width: 992px) {
  .sitemap-wrapper .sitemap-item-label {
    font-size: 20px;
  }
}
