.sitemap-container {
    padding: 2rem;
    font-family: Arial, sans-serif;
}

.sitemap-section {
    margin-bottom: 2rem;
}

.sitemap-section h2 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    color: #1B4C84;
}

.sitemap-section ul {
    list-style: disc;
    padding-left: 1.5;
}

.sitemap-section li {
    margin-bottom: 0.5rem;
}

.sitemap-section a {
    color: #0077cc;
    text-decoration: none;
    font-size: 18px;
}

.sitemap-section a:hover {
    text-decoration: underline;
}

.sitemap-section p {
    font-weight: bold;
}

.sitemap-wrapper {
    max-width: 600px;
    margin: 0 auto;
    padding: 0.75rem 1.25rem;
    border: 2px solid #1B4C84;
    border-radius: 10px;
}