.top > a:first-child em {
  margin-left: 9px;
  color: var(--blue);
  font: 11px ui-monospace;
  font-style: normal;
  letter-spacing: .08em;
}

.data-visual {
  max-width: 1300px;
  margin: 0 auto 35px;
  overflow: hidden;
  border: 2px solid var(--ink);
  background: #fff;
}

.data-visual img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.data-visual figcaption {
  padding: 9px 13px;
  color: #4d4a43;
  font: 11px ui-monospace;
}

.data-visual--dark {
  margin-top: 28px;
  border-color: #ffffff80;
}

.data-visual--dark figcaption {
  color: #dce8ff;
  background: #082e70;
}
