.chart-target {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 4;
  border-top: 1px dashed #0a1a2f;
  pointer-events: none;
}

.chart-target span {
  position: absolute;
  right: 4px;
  bottom: 4px;
  padding: 1px 4px;
  background: #fff;
  color: #0a1a2f;
  font-size: .7rem;
  font-weight: 800;
  white-space: nowrap;
}
