/* Replace the hard two-tone row split with rounded, centred signal cells. */
.certain-panel .panel-horizon,
.asset-panel .panel-horizon {
  top: 5px;
  right: 6px;
  bottom: 5px;
  height: auto;
  border-left: 0;
  border-radius: 9px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.025);
}

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

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

.certain-panel .intel-scroll-sequence,
.asset-sequence {
  gap: 6px;
  padding: 6px 7px;
}

.certain-panel .intel-scroll-sequence > .intel-row {
  flex: 0 0 74px;
  min-height: 74px;
  padding: 0 10px 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 10px;
  overflow: hidden;
}

.certain-panel .intel-value {
  align-self: stretch;
  margin: 6px 0;
  padding: 0 8px;
  border-left: 0;
  border-radius: 8px;
  justify-items: center;
  background: #0b0e0f;
  text-align: center;
}

.asset-scroll .asset-row,
.asset-scroll .asset-row:nth-child(odd) {
  min-height: 50px;
  flex: 0 0 50px;
  padding: 0 10px 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 10px;
  overflow: hidden;
}

.asset-scroll .asset-identity {
  justify-content: center;
}

.asset-scroll .asset-range-wrap {
  align-self: stretch;
  margin: 5px 0;
  padding: 0 9px;
  border-left: 0;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  justify-items: center;
  background: #0b0e0f;
  text-align: center;
}

.asset-scroll .asset-range {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

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

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