/* Sitemap Styler CSS */
.sitemap-section {
    margin-bottom: 30px;
}

.sitemap-section h3 {
    color: #2563eb;
    border-bottom: 2px solid #2563eb;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.sitemap-section ul {
    list-style: none;
    padding-left: 20px;
}

.sitemap-section ul li {
    padding: 5px 0;
}

.sitemap-section ul li:before {
    content: "→ ";
    color: #10b981;
    font-weight: bold;
    margin-right: 5px;
}

.sitemap-section a {
    color: #333;
    text-decoration: none;
}

.sitemap-section a:hover {
    color: #2563eb;
    text-decoration: underline;
}
