.sv-dot {
  width: 10px;
  height: 10px;
  border-radius: 9999px;
  background: #c7d2fe;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.06);
  transition: transform .2s ease, background .2s ease;
}
.sv-dot[aria-current="true"] { background: #2563eb; transform: scale(1.15); }


.slider-draggable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: grab;
}
.slider-draggable.is-grabbing { cursor: grabbing; }

