/* Archive document read layout */
.wrap {
  max-width: 900px;
  margin: 0 auto;
  padding: 64px 24px 96px;
}

.meta {
  color: var(--dim);
  white-space: pre-wrap;
  margin: 0 0 18px;
  font-size: 12px;
}

.rule {
  height: 1px;
  background: var(--border);
  margin: 22px 0 26px;
}

h1 {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 10px;
  letter-spacing: 0.2px;
}

h2 {
  font-size: 16px;
  font-weight: 600;
  margin: 42px 0 14px;
  letter-spacing: 0.3px;
}

p {
  margin: 0 0 14px;
}

.toc {
  color: var(--dim);
  font-size: 13px;
  line-height: 1.5;
}

.processHeaderLink {
  all: unset;
  color: var(--green);
  cursor: pointer;
}

.processHeaderLink:hover {
  text-decoration: underline;
}

.processIndex a,
.fieldNotesIndex a {
  color: var(--green);
}

.studiesDockItem.is-current {
  background: #a8a8a8;
  box-shadow: inset 1px 1px 0 #808080, inset -1px -1px 0 #fff;
  pointer-events: auto;
}

.studiesDockItem.is-current-context {
  background: #b8b8b8;
}

@media (max-width: 640px) {
  .wrap {
    padding-top: 48px;
  }
}

@media print {
  .toggle {
    display: none !important;
  }

  .win95Dock,
  .studiesDock {
    display: none !important;
  }

  html,
  body {
    background: #ffffff !important;
    color: #000000 !important;
  }

  * {
    color: #000000 !important;
    background: transparent !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  .wrap {
    max-width: 100% !important;
    padding: 0 !important;
  }

  a {
    color: #000000 !important;
    text-decoration: none !important;
  }
}
