.file-drop {
  position: relative;
  cursor: pointer;
}

.file-drop:hover,
.file-drop:focus-within {
  border-color: #0877d1;
  background: #eef9fd;
}

.file-drop input[type="file"] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.file-drop em {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
