.ct-wrapper-4499ad49 {
    display: inline-flex;
    align-items: center;
}

.ct-wrapper-4499ad49 .ct-header {
    display: flex;
    align-items: center;
    gap: 15px;
}

.ct-wrapper-4499ad49 .ct-label {
    cursor: pointer;
    font-weight: 500;
    user-select: none;
}

.ct-wrapper-4499ad49 .ct-switch {
    position: relative;
    width: 60px;
    height: 30px;
    cursor: pointer;
}

.ct-wrapper-4499ad49 .ct-track {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 30px;
}

.ct-wrapper-4499ad49 .ct-knob {
    position: absolute;
    top: 3px;
    left: 3px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.ct-wrapper-4499ad49 .ct-switch[data-state="b"] .ct-knob {
    left: calc(100% - 27px);
}
