.cx-switch-row{font-family:var(--font-sans);cursor:pointer;align-items:center;gap:10px;display:inline-flex}.cx-switch-row[data-disabled]{cursor:not-allowed;opacity:.55}.cx-switch{border-radius:var(--radius-full);background:var(--gray-300);width:42px;height:24px;cursor:inherit;border:none;outline:none;flex-shrink:0;align-items:center;margin:0;padding:0;transition:background .18s,box-shadow .15s;display:inline-flex;position:relative}.cx-switch[data-checked]{background:var(--brand-purple)}.cx-switch:focus-visible{box-shadow:0 0 0 3px color-mix(in srgb, var(--brand-purple) 24%, transparent)}.cx-switch-thumb{border-radius:var(--radius-full);background:#fff;width:18px;height:18px;transition:transform .18s cubic-bezier(.22,1,.36,1);display:block;transform:translate(3px);box-shadow:0 1px 3px #00000040}.cx-switch[data-checked] .cx-switch-thumb{transform:translate(21px)}.cx-switch-text{color:var(--fg1);font-size:15px}
