.row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.indicators {
  display: flex;
  border-radius: 8px;
  overflow: hidden;
  gap: 2px;
  box-sizing: border-box;
  margin-top: 16px;

  div {
    height: 8px;
    box-sizing: border-box;
  }
}

