#org-chart {
  font-size: 1.1rem;
  padding-left: 0;
}

#org-chart li {
  margin: 0;
  padding: 0.25em 0;
  list-style: none;
  position: relative;
  width: fit-content;
}

#org-chart .has-children ul > li:first-of-type {
  padding-top: 0.5em;
}

#org-chart .has-children summary:hover {
  cursor: pointer;
}

#org-chart li .title {
  font-size: 1.25rem;
  font-weight: bold;
}

#org-chart li .name,
#org-chart .no-children .title,
#org-chart .no-children a {
  margin-left: 16px;
}

#org-chart summary,
.no-children div {
  background: #f8f8f8;
  padding: 0.5em 1em 0.5em 0.5em;
}

#org-chart summary {
  display: list-item;
  width: fit-content;
}


#org-chart ul > li::before, #org-chart ul > li::after {
  content: '';
  left: -20px;
  position: absolute;
  right: auto;
}

#org-chart ul > li::before {
  border-left: 1px solid #900f0f;
  height: 100%;
  top: 0;
  width: 1px;
  z-index: 1;
}


#org-chart ul > li:last-child::before {
  height: 30px;
}

#org-chart ul > li::after {
  border-top: 1px solid #900f0f;
  height: 20px;
  top: 30px;
  width: 20px;
}

#org-chart a {
  text-decoration: underline;
}

#org-chart summary::before {
  content: none;
}

#org-chart .has-children details > ul {
  padding-left: 2.5em;
}
