.styles_toggle_group__3BzxI{display:flex;flex-direction:column;gap:12px}.styles_toggle_row__nO8UQ{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 0;border-bottom:1px solid var(--divider-color);cursor:pointer}.styles_toggle_row__nO8UQ:last-child{border-bottom:none}.styles_toggle_info__CCsoy{display:flex;flex-direction:column;gap:2px;flex:1 1}.styles_toggle_label__Skl1O{font-size:14px;font-weight:600;color:var(--text-color)}.styles_toggle_desc__NGlap{font-size:13px;color:var(--muted-text-color)}.styles_toggle_input__o_vwR{display:none}.styles_toggle_input__o_vwR:checked+.styles_toggle_switch__ofTK7{background-color:var(--secondary-color)}.styles_toggle_input__o_vwR:checked+.styles_toggle_switch__ofTK7:before{transform:translateX(20px)}.styles_toggle_switch__ofTK7{position:relative;width:44px;min-width:44px;height:24px;background-color:var(--divider-color);border-radius:12px;transition:background-color .2s ease}.styles_toggle_switch__ofTK7:before{content:"";position:absolute;top:2px;left:2px;width:20px;height:20px;background-color:#fff;border-radius:50%;transition:transform .2s ease;box-shadow:var(--shadow-sm)}