.main-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 100px;
}
.doc-content {
  justify-content: space-between;
  min-width: 0px;
  width: 100%;
}
.column {
  display: flex;
  justify-content: space-between;
}

grit-wc-in-page-navigation {
  align-self: flex-start;
}


h3 {
  font-family: var(--grit-font-family-header);
}
.show-status {
  font-family: var(--grit-font-family-body);
  line-height: var(--line-height-body);
  cursor: pointer;
  margin-right: 8px;
  font-size: var(--grit-font-size-0);
  font-weight: 400;
  letter-spacing: var(--letter-spacing-body);
}

.checkbox-group {
  display: flex;
  flex-direction: column;
  margin-left: 16px;
}
.component-status {
  word-break: break-all;
}
