.sitemap-link {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s;
}

.sitemap-link:hover {
    color: #FF6B35;
    text-decoration: underline;
}
