tr.drag-active { opacity: 0.4; }
tr.drop-above  td { box-shadow: inset 0 2px 0 0 #0d6efd; }
tr.drop-below  td { box-shadow: inset 0 -2px 0 0 #0d6efd; }
.drag-handle   { cursor: grab; user-select: none; }

.table thead th {
  position: sticky;
  top: 0;
  z-index: 2;
  background: var(--bs-table-bg, #f8f9fa);
}

#entry-row td {
  position: sticky;
  top: 32px;              /* sits just below the sticky header row */
  z-index: 1;
  background: #d1e7dd;    /* Bootstrap table-success green, kept opaque */
}
