.range-input{appearance:none;width:100%;height:40px;background:transparent;color:var(--color-highlight,#677dcd);cursor:pointer;touch-action:none}.range-input::-webkit-slider-runnable-track{height:8px;background:#d1d5db;border-radius:9999px}.range-input::-webkit-slider-thumb{appearance:none;width:44px;height:44px;margin-top:-18px;box-sizing:border-box;border:8px solid transparent;border-radius:50%;background:currentColor;background-clip:content-box;box-shadow:none}.range-input-large::-webkit-slider-thumb{width:54px;height:54px;margin-top:-23px;box-sizing:border-box}.range-input::-moz-range-track{height:8px;background:#d1d5db;border-radius:9999px}.range-input::-moz-range-thumb{width:44px;height:44px;box-sizing:border-box;border:8px solid transparent;border-radius:50%;background:currentColor;background-clip:content-box;box-shadow:none}.range-input-large::-moz-range-thumb{width:54px;height:54px;box-sizing:border-box;border:8px solid transparent}