.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;
}

svg {
  fill: var(--blue500);
}

h3 {
  margin: 0 0 24px;
}

p {
  margin: 0;
}

.custom svg {
  fill: var(--orange700);
}
.custom::part(clipboard-card-icon) {
  border-color: var(--orange700);
}