/* Header metadata sits in the same centred dark lanes as the values below. */
.certain-panel .panel-horizon,
.asset-panel .panel-horizon {
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  display: grid;
  height: auto;
  min-height: 0;
  margin: 0;
  padding: 0;
  place-items: center;
  border-left: 1px solid rgba(255, 255, 255, 0.085);
  background: #0b0e0f;
  text-align: center;
}

.certain-panel .panel-horizon {
  width: 85px;
}

.asset-panel .panel-horizon {
  width: calc(52.5% - 15px);
}

@media (max-width: 760px) {
  .certain-panel .panel-horizon {
    width: 70px;
  }
}
