.yxyh-cpn-publish-option input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.yxyh-cpn-toolbar-option {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 30px;
    margin-left: auto;
    padding: 0 2px 0 10px;
    color: var(--ls-text-secondary);
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
}

.yxyh-cpn-toolbar-option:hover {
    color: var(--ls-primary);
}

.yxyh-cpn-toolbar-label {
    font-size: 13px;
    line-height: 1;
    white-space: nowrap;
}

.yxyh-cpn-toolbar-switch {
    position: relative;
    display: block;
    flex: 0 0 36px;
    width: 36px;
    height: 20px;
    border-radius: 999px;
    background: var(--ls-border);
    transition: background .18s ease;
}

.yxyh-cpn-toolbar-switch span {
    position: absolute;
    top: 2px;
    left: 2px;
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 1px 3px rgba(15, 23, 42, .16);
    transition: transform .18s ease;
}

.yxyh-cpn-toolbar-switch.ls-active {
    background: var(--ls-primary);
}

.yxyh-cpn-toolbar-switch.ls-active span {
    transform: translateX(16px);
}
