.sitemapList > li {
  list-style-type: none;
  border-bottom: solid 1px #d8d8d8;
}
.sitemapList > li > a {
  text-decoration: none;
  font-weight: bold;
  display: block;
  padding: 1rem 0;
}
.sitemapList > li > a::before {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  padding-right: 1.8rem;
}
.sitemapList > li > ul {
  padding-left: 3rem;
}
.sitemapList > li > ul > li {
  list-style-type: none;
  display: inline-block;
  padding-right: 2.5rem;
}
.sitemapList > li > ul > li > a {
  text-decoration: none;
  display: block;
  padding: 1rem 0;
}
.sitemapList > li > ul > li > a::before {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  padding-right: 0.7rem;
}
/*# sourceMappingURL=map/sitemap.css.map */