.sitemap__list{width:100%;display:flex;flex-direction:column;gap:1rem}
.sitemap__item{width:100%;display:flex;flex-direction:column;gap:0.375rem}
.sitemap__link{width:fit-content;font-weight:500;font-size:1.125rem;line-height:1.75rem;transition:var(--transition-base)}
.sitemap__nested-list{width:100%;display:flex;flex-direction:column;gap:0.375rem}
.sitemap__nested-item{width:100%;display:flex;flex-direction:row;align-items:center;gap:0.625rem}
.sitemap__link-nested{width:fit-content;font-weight:400;font-size:1rem;line-height:1.5rem;transition:var(--transition-base)}
.sitemap__link:hover,
.sitemap__link-nested:hover{color:var(--color-primary-2)}