.mpc-range-slider:not(.no-ticks) {
  padding-bottom: 1em;
}

.mpc-range-slider .level {
  margin-bottom: 0;
}

.mpc-dual-range-slider .input {
  flex-basis: 75px;
  min-width: 75px;
}

.mpc-range-slider .input {
  width: 75px;
}

.mpc-range-slider .slider {
  padding: 0 0.75em;
  margin-top: 0.25rem;
}

.mpc-range-slider .slider-track {
  height: 1.5em;
  display: flex;
  justify-content: center;
}

.mpc-range-slider .slider-track-inner {
  height: 5px;
  width: 100%;
  align-self: center;
}

.mpc-range-slider .button.is-slider {
  padding: 0;
  height: 1.5em;
  width: 1.5em;
}

.mpc-range-slider .button.is-slider > .inner-slider-button {
  height: 1em;
  width: 5px;
  background-color: #ccc;
}

.mpc-range-slider .button.is-slider.is-dragged > .inner-slider-button {
  background-color: #3273dc;
}

.mpc-range-slider .slider-tick-mark {
  height: 0.4em;
  width: 1px;
  margin-top: 7px !important;
}

.mpc-range-slider .slider-tick-value {
  position: absolute;
  top: 2em;
  font-size: 0.8em;
  transform: translate(-50%, 0);
}
