.range-wrap {
    position: relative;
    margin: 0 auto 1rem;
  }
  .range {
    width: 100%;
  }
  .bubble {
    background: black;
    color: white;
    padding: 1px 5px;
    position: absolute;
    top: 35px;
    border-radius: 4px;
    left: 50%;
    transform: translateX(-40%);
  }
  .bubble::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 4px;
    background: black;
    top: -1px;
    left: 50%;
  }