[data-color-profile]{--toggle-switch-background:var(--toggle-background);--toggle-switch-button-color:var(--text-body-body-primary);--toggle-switch-button-font-weight:400;--toggle-switch-button-hover-background:var(--toggle-handle-hover);--toggle-switch-button-active-background:var(--toggle-background-checked);--toggle-switch-button-active-color:var(--text-body-body-invert);--toggle-switch-border-radius:var(--toggle-border-radius)}.toggle-switch{border-radius:var(--toggle-switch-border-radius);background-color:var(--toggle-switch-background);gap:4px;padding:4px;display:inline-flex}.toggle-switch__button{all:unset;border-radius:var(--toggle-switch-border-radius);color:var(--toggle-switch-button-color);cursor:pointer;font-weight:var(--toggle-switch-button-font-weight);align-items:center;gap:8px;padding:7px 12px;transition:all .15s;display:flex}.toggle-switch__button:hover{background-color:var(--toggle-switch-button-hover-background)}.toggle-switch__button[aria-pressed=true],.toggle-switch__button.toggle-switch__button--active{background-color:var(--toggle-switch-button-active-background);color:var(--toggle-switch-button-active-color)}.toggle-switch__button svg-icon{fill:currentColor;width:16px;height:16px}
