body { background-color: #fff; }
#dropzone.dragover { background:#e8f5ff; border-color:#0d6efd !important; color:#0d6efd; }
.list-item { display:flex; align-items:center; justify-content:space-between; padding:.75rem 1rem; border:1px solid #eee; margin-bottom:.5rem; border-radius:.25rem; }
.list-item:hover { background:#f9fafb; }