﻿#sitemap-container {
    padding: 12px;
    text-align: left;
}

.sitemap-item {
    padding: 6px;
    font-size: 1.2rem;
    font-weight: 600;
}

.sitemap-item:hover {
    cursor: pointer;
}

.sitemap-sub-item {
    padding: 6px;
    font-size: 1.0rem;
    font-weight: 400;
    margin-left: 12px;
}

.sitemap-item::before {
    content: '\2022';
}

.sitemap-sub-item::before {
    content: '\2023';
}