.site-map-section h2 {
    color: var(--primary-color);
}
.site-map-section li {
    list-style: none;
}
.site-map-section a {
    color: var(--main-dark-color);
    text-underline-offset: 4px;
}
.dark-mode .site-map-section a {
    color: #fff;
}
.site-map-section h2 a {
    color: var(--primary-color);
}
.site-map-section a:hover {
    text-decoration: underline;
}
