.sitemap__container {
    margin-bottom: 3rem;
}

.sitemap__list-heading {
    padding: 0.75rem 0.75rem;
    /*border-bottom: 1px solid var(--grey-200);*/
    margin-bottom: 0.25rem;
}

.sitemap__list-item {
    font-size: var(--text-sm);
    color: var(--slate-700);
    padding: 0.75rem 0.75rem;
    cursor: pointer;
}

.sitemap__list-item:hover {
    background-color: var(--grey-50);
    color: var(--slate-950);
    border-radius: 4px;
}

.sitemap__link {
    display: block;
    width: 100%;
    height: 100%;
}
