.base-switch{display:flex;align-items:center;gap:12px}.base-switch .base-switch__handle{position:absolute;top:50%;left:2px;display:block;height:20px;width:20px;background-color:#fff;border-radius:50%;filter:drop-shadow(0 1px 2px rgba(16,24,40,.06)) drop-shadow(0 1px 3px rgba(16,24,40,.1));transition:transform .2s;transform:translate(0) translateY(-50%)}.base-switch .base-switch__handle.active{transform:translate(20px) translateY(-50%)}.base-switch .base-switch__label{cursor:pointer;color:var(--text-p1);flex:1}
