.dt-col-resizer {
  position: absolute;
  top: 0;
  right: 0;
  width: 6px;
  height: 100%;
  cursor: col-resize;
  user-select: none;
}

.table-config-modal .table-config-columns {
  max-height: 55vh;
  overflow-y: auto;
}

.table-config-modal .col-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.5rem 0.75rem;
  border: 1px solid #e9ecef;
  border-radius: 6px;
  margin-bottom: 0.5rem;
  background: #fff;
}

.table-config-modal .drag-handle {
  color: #6c757d;
  cursor: move;
}

.table-config-modal .col-row label {
  margin: 0;
  width: 100%;
}
