.gradient-bar {
  position: relative;
  height: 20px;
  border-radius: 4px;
  cursor: pointer;
  border: white 1px solid;
  margin-bottom: var(--sm-margin);
}

.gradient-stop {
  position: absolute;
  top: -4px;
  width: 12px;
  height: 28px;
  border: 2px solid white;
  border-radius: 3px;
  transform: translateX(-50%);
  cursor: grab;
}

