.example-body {
  background: #0d2033;
  color: #e7f4ff;
}

.doc-examples {
  margin: 10px 0 22px;
}

.doc-examples .example {
  margin: 8px 0;
}

.example-pane + .example-pane {
  border-top: 1px solid #29445c;
}

.example-label {
  padding: 7px 16px 0;
  color: #86a8c5;
  font: 700 11px/1.4 Inter, ui-sans-serif, system-ui, sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.example-pane:last-child {
  color: #bde3c5;
}

.example-body pre {
  margin: 0;
  border-radius: 0;
  background: transparent;
  padding-top: 7px;
}

.example-preview {
  margin: 0;
  padding: 12px 16px 18px;
  border-top: 1px solid #d9e2ec;
  background: #fbfdff;
}

.example-preview figcaption {
  margin-bottom: 8px;
  color: #526b80;
  font-size: 12px;
  font-weight: 700;
}

.example-visual {
  display: block;
  width: min(100%, 640px);
  height: auto;
  margin: auto;
  border-radius: 8px;
  background: #fff;
}

.example-visual text {
  fill: #fff;
  font: 11px ui-sans-serif, system-ui, sans-serif;
  pointer-events: none;
}

.source-toolbar {
  display: flex;
  justify-content: flex-end;
  margin: 10px 0 7px;
}

.source-file-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 1px solid #aabaca;
  border-radius: 7px;
  padding: 5px 10px;
  color: #102a43;
  background: #fff;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.source-file-link:hover {
  border-color: #137c8b;
  color: #0d6672;
}

.source-file-link svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}
