/* src/styles/v62-preset-volume-hard-bridge-style.css — extracted from index.html (id=v62-preset-volume-hard-bridge-style). */

#presetVolumeRow{
  margin-top:10px!important;
  padding-top:10px!important;
  border-top:1px solid rgba(130,150,210,.12)!important;
}
#presetVolumeRow .preset-volume-label{
  display:flex!important;
  justify-content:space-between!important;
  align-items:center!important;
  gap:10px!important;
  color:#f6f7ff!important;
  font-weight:800!important;
  margin-bottom:6px!important;
}
#presetVolumeRow input[type="range"]{
  width:100%!important;
  min-height:34px!important;
  accent-color:var(--magenta,#d941ff)!important;
  position:relative!important;
  z-index:999!important;
  pointer-events:auto!important;
  touch-action:pan-x!important;
  -webkit-user-select:auto!important;
  user-select:auto!important;
}
