.ssg-sitemap {
    background: #f9f9f9;
    padding: 15px;
    border: 1px solid #ddd;
    margin: 20px 0;
    border-radius: 5px;
}
.ssg-sitemap h3 {
    margin-top: 0;
    font-size: 18px;
    color: #333;
}
.ssg-sitemap ul {
    list-style: disc;
    margin-left: 20px;
}
.ssg-sitemap a {
    text-decoration: none;
    color: #0073aa;
}
.ssg-sitemap a:hover {
    color: #005177;
}
