.slot {
  border: 2px dashed #dc3545;
  padding: 10px;
  margin-bottom: 8px;
  min-height: 60px;
}
.person {
  background: #6c757d;
  padding: 8px;
  margin-bottom: 5px;
  cursor: grab;
}
