.list-box:first-child .node:first-child {
  background: #e2e2e2;
}
.list-box:first-child .node:first-child .i1 a {
  font-size: 16px;
  color: #974806;
  font-weight: bold;
}

.node {
  display: flex;
  gap: 1em;
  line-height: 2em;
  padding: 15px;
}
.node:nth-child(2n) {
  background: #e2e2e2;
}
.node h4 a {
  font-size: 16px;
  color: #974806;
}
.node ul {
  display: flex;
  gap: 1em;
}/*# sourceMappingURL=sitemap.css.map */