.file-drop-zone {
  border-radius: 8px;
}
.file-drop-zone.file-drop-active {
  outline: 2px dashed currentColor;
  outline-offset: -2px;
}
.file-drop-hint,
.file-drop-status {
  display: block;
  font-size: 12px;
  overflow-wrap: anywhere;
}
.file-drop-hint {
  opacity: 0.7;
}
.file-drop-status:empty {
  display: none;
}
.cw-file-picker.file-drop-zone {
  flex-wrap: wrap;
}
.cw-file-picker > .file-drop-hint,
.cw-file-picker > .file-drop-status {
  flex-basis: 100%;
}
@media (pointer: coarse) {
  .file-drop-hint {
    display: none;
  }
}
