.bb-live-toggle{display:flex;align-items:center;gap:8px;margin-right:12px;font-size:13px;color:#777}.bb-switch{position:relative;display:inline-block;width:34px;height:18px}.bb-switch input{opacity:0;width:0;height:0}.bb-slider{position:absolute;cursor:pointer;inset:0;background:#ddd;border-radius:20px;transition:.2s ease}.bb-slider:before{position:absolute;content:"";height:12px;width:12px;left:3px;bottom:3px;background:#fff;border-radius:50%;transition:.2s ease}.bb-switch input:checked+.bb-slider{background:#e58b35}.bb-switch input:checked+.bb-slider:before{transform:translateX(16px)}.bb-live-label{font-weight:500;transition:.2s}.bb-switch input:checked~.bb-live-label{color:#e58b35}