@import url("https://fonts.googleapis.com/css?family=Roboto+Mono:400,400i,700,700i");
html {
  color: #333;
}

body * {
  font-family: "Roboto Mono", Georgia, Times, serif !important;
}

h1, h2, h3, h4, h5, h6 {
  color: #333;
}
.Prose h1, .Prose h2, .Prose h3, .Prose h4, .Prose h5, .Prose h6 {
  color: #333;
  opacity: 1;
}

a {
  color: #006BA7;
}
a:hover {
  color: rgb(0, 74.3233532934, 116);
}

.Preview-wrapper {
  min-width: calc(320px + 2 * var(--pp, 16px));
}

.Tree-depth-1 > .Tree-item > .Tree-collectionLabel, .Tree-depth-1 > .Tree-item > .Tree-entityLink {
  font-weight: bold;
}

.Header {
  background-color: #004973;
  color: white;
}
.Header-navToggle svg {
  fill: white;
}

.Pen-previewLink svg {
  fill: #006BA7;
}
.Pen-previewLink:hover svg {
  fill: rgb(0, 74.3233532934, 116);
}

.Browser-tab.is-active a {
  border-bottom-color: rgb(0, 74.3233532934, 116);
}

.Document {
  display: grid;
  grid-template-columns: 1fr min(70ch, 100%) 1fr;
}
.Document > * {
  grid-column: 2/span 1;
}
.Document-header {
  margin-top: var(--sp-section);
}
.Document .Prose {
  max-width: none;
}

.Prose {
  width: 100%;
  max-width: 70ch;
}
.Prose > :not(pre):not(:last-child) {
  margin-bottom: 0.75rem;
}
.Prose pre {
  margin-top: 0;
  background-color: rgba(83, 83, 99, 0.075);
}
.Prose code {
  padding: 0.125rem;
  background-color: rgba(83, 83, 99, 0.075);
  margin-bottom: 0;
}
.Prose pre > code {
  padding: 0;
  background: 0;
}

.Status-label {
  color: #333;
}
.Status-label[style*="background-color: #333;"] {
  color: white;
}

.Tree-entityLink {
  color: #333 !important;
  align-items: baseline;
  position: relative;
}
.Tree-entityLink:has(.Status-dot[title=Deprecated]) {
  color: rgba(51, 51, 51, 0.66) !important;
  text-decoration: line-through;
}
.Tree-entityLink .Status {
  position: absolute;
  transform: translateX(-100%);
  margin-left: -6px !important;
}
.Tree-entityLink .Status--unlabelled {
  height: 24px;
}
.Tree-entityLink .Status-dots {
  position: relative;
  top: -0.15em;
}
.Tree-entityLink .Status-dot {
  width: 6px;
  height: 6px;
  border-width: 3px;
}

.Tree-collectionLabel {
  color: #333 !important;
}
.Tree-collectionLabel::before {
  left: initial !important;
  transform: translateX(-100%);
  margin-left: -0.2rem;
  opacity: 0.8;
}
.Tree-depth-1 > .Tree-item > .Tree-collectionLabel::before {
  display: none;
}

.Navigation-group.has-search-results .Tree-item[data-behaviour=collection]:not(:has(mark[data-markjs=true])), .Navigation-group.has-search-results .Tree-item[data-role=item]:not(:has(mark[data-markjs=true])) {
  display: none;
}
.Navigation-group.has-search-results .Tree-item[data-behaviour=collection]:has(> button mark[data-markjs=true]) *[data-role=item] {
  display: block !important;
}