/* Indent members so they read as belonging to their parent — but only nested
   containers (a class's members), not the top-level module's own attributes
   and classes. A nested container is a .doc-children inside another. */
.doc-children .doc-children {
  margin-left: 1.2rem;
  padding-left: 1rem;
  border-left: 2px solid var(--md-default-fg-color--lightest);
}
.doc-children .doc-children > .doc-object {
  margin-top: 1rem;
}
