.opss-ig-columns { display:flex; gap:16px; }
.opss-ig-col { flex:1; min-width:280px; }
.opss-ig-card { background:#fff; border:1px solid #e5e5e5; padding:10px; margin:8px 0; border-radius:6px; }
.opss-ig-flex { display:flex; align-items:center; gap:8px; justify-content:space-between; }
.opss-ig-chiprow .chip { display:inline-block; background:#eef; border:1px solid #aac; padding:2px 6px; border-radius:12px; margin:2px; }
.opss-ig-sortable > * { cursor:move; }
.opss-ig-card.dragging { opacity:0.6; }
.muted { color:#666; font-size:12px; }
.button.small { padding:2px 8px; font-size:12px; }
.button.link { background:none; border:none; text-decoration:underline; cursor:pointer; }
.button.link.danger { color:#b00; }
.opss-ig-edit-label { outline:1px dashed #ddd; padding:0 4px; border-radius:4px; }
.opss-ig-mode, .opss-ig-single, .opss-ig-combo { margin:8px 0; }
.opss-ig-combo-row { border:1px solid #eee; padding:8px; border-radius:6px; margin:6px 0; }
