

/* Main title */
.sitemap-title {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 30px;
}

/* Remove default UL styling */
.sitemap-root,
.sitemap-root ul {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}

/* Top-level links */
.sitemap-root > li > a {
    display: block;
    font-size: 24px;
    text-decoration: none;
    color: #555;
    font-weight: 500;
    
    margin: 10px 0;
}
.sitemap-root > li > a:hover {
    text-decoration: underline;
}
/* Top-level links */
.sitemap-root > li  {
    display: block;
    font-size: 24px;
    text-decoration: none;
    color: #555;
    font-weight: 500;
    
    margin: 10px 0;
}
/* Child links */
.sitemap-root li ul li a {
    display: block;
    font-size: 20px;
    text-decoration: none;
    color: #555;
    font-weight: 500;
    margin: 10px 10px;
}

.sitemap-root li ul li a:hover {
    text-decoration: underline;
}

/* Divider between main and footer sections */
.sitemap-divider {
    border-top: 1px solid #ddd;
    margin: 40px 0 30px 0;
    padding-top: 20px;
}

/* Footer links (e.g. Terms, Privacy, etc.) */
.sitemap-footer li a {
    display: block;
    font-size: 24px;
    text-decoration: none;
    font-weight: 500;
    color: #333;
}
