.site-map-section {
  min-height: calc(100vh - var(--header-height) - var(--footer-height));
}
.site-map-section .site-map-links-container ul {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.site-map-section .site-map-links-container ul li {
  list-style: none;
}
.site-map-section .site-map-links-container ul li a {
  color: #3F6C94;
  text-decoration: underline;
  text-decoration-thickness: 6.5%;
  text-underline-offset: 30%;
}
