.drag-over {
  background-color: rgba(0, 0, 0, 0.05) !important;
  border: 2px dashed #3b82f6 !important;
  box-shadow: 0 0 10px rgba(59, 130, 246, 0.5);
  transition: all 0.2s ease-in-out;
}
