.ns-sitemap-template {
  .entry-header {
    display: none;
  }
}

.sitemap {
  width: 100%;
  margin: 0 auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 6.5rem;
  padding-bottom: 2.5rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 2.5rem !important;
}

#sitemap-title {
  color: black;
  font-size: 4rem;
  line-height: 1;
}

.content-type {
  width: 100%;
  display: grid;
  gap: 2.5rem !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.type {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

#sitemap-pages,
#sitemap-posts,
#sitemap-cpt {
  font-size: 2.25rem;
  line-height: 2.5rem;
  text-transform: uppercase;
  color: black;
  padding: 1.25rem 0 1.25rem 0;
}

.list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: start;
  justify-items: start;
  font-size: 1rem;
  line-height: 1.75rem;
  padding: 1.25rem 0 1.25rem 0;
  list-style-type: none;
  gap: 30px !important;
}

.sitemap-list-item {
  list-style-type: none !important;
}

.sitemap-link {
  text-decoration: none !important;
  color: black !important;
}
