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