html body.dm-sitewide-codex .dm-status-archive-shell {
  background: #061016;
  padding-top: clamp(2.5rem, 6vw, 5rem);
  padding-bottom: clamp(2.5rem, 6vw, 5rem);
}

html body.dm-sitewide-codex .dm-hub-gateway-status .dm-hub-actions > a.dm-hub-action:not(.dm-hub-action-primary) {
  color: #fff8df !important;
  -webkit-text-fill-color: #fff8df !important;
  background: rgba(255, 248, 223, 0.08) !important;
  border-color: rgba(247, 207, 102, 0.66) !important;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.65) !important;
}

html body.dm-sitewide-codex .dm-status-archive-details {
  border: 1px solid rgba(248, 231, 173, 0.25);
  border-radius: 8px;
  background: rgba(9, 19, 29, 0.92);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
  overflow: hidden;
}

html body.dm-sitewide-codex .dm-status-archive-details > summary {
  cursor: pointer;
  list-style: none;
  padding: 1.15rem 1.35rem;
  color: #fff8df;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.15rem, 3vw, 1.55rem);
  font-weight: 800;
}

html body.dm-sitewide-codex .dm-status-archive-details > summary::-webkit-details-marker {
  display: none;
}

html body.dm-sitewide-codex .dm-status-archive-details > summary::after {
  content: "+";
  float: right;
  color: #f7cf66;
}

html body.dm-sitewide-codex .dm-status-archive-details[open] > summary {
  border-bottom: 1px solid rgba(248, 231, 173, 0.18);
}

html body.dm-sitewide-codex .dm-status-archive-details[open] > summary::after {
  content: "-";
}

html body.dm-sitewide-codex .dm-status-archive-wrap {
  padding: 0;
}

html body.dm-sitewide-codex .dm-status-archive-wrap > .dm-status-archive-section {
  margin: 0;
  background: transparent;
}

html body.dm-sitewide-codex .dm-status-archive-wrap .dm-status-archive-landing {
  padding-top: 1.25rem;
}

@media (max-width: 720px) {
  html body.dm-sitewide-codex .dm-status-archive-details > summary {
    padding: 1rem;
  }

  html body.dm-sitewide-codex .dm-status-archive-wrap .dm-status-archive-landing {
    padding-inline: 0;
  }
}
