.sitemap-list {
    list-style: none;
    padding-left: 0;
}
.sitemap-list li {
    margin-bottom: 8px;
}
.sitemap-list a {
    text-decoration: none;
}
.sitemap-list a:hover {
    text-decoration: underline;
}