.FlowChartPaletteItem{display:flex;align-items:center;gap:12px;padding:10px 14px;border-radius:10px;cursor:grab;transition:background-color .15s,box-shadow .15s;border:1px solid transparent;margin:0 8px}.FlowChartPaletteItem:hover{background-color:color-mix(in srgb,var(--black) 4%,transparent)}.FlowChartPaletteItem:active{cursor:grabbing}.FlowChartPaletteItem--dragging{opacity:.85;box-shadow:0 6px 20px color-mix(in srgb,var(--black) 12%,transparent);border-radius:10px}.FlowChartPaletteItem__icon{flex-shrink:0;width:28px;height:28px;display:flex;align-items:center;justify-content:center;color:var(--purple)}.FlowChartPaletteItem__text{display:flex;flex-direction:column;gap:2px;min-width:0}.FlowChartPaletteItem__label{font-size:13px;font-weight:500;color:var(--black)}.FlowChartPaletteItem__desc{font-size:11px;color:var(--lessDark);line-height:1.35}
