.vo-file-drop-zone {
  transition: border-color 0.15s ease, background 0.15s ease;
}

.vo-file-drop-zone.drag-over {
  outline: 2px dashed rgba(200, 168, 75, 0.55);
  outline-offset: 2px;
  background: rgba(200, 168, 75, 0.06);
}

.vo-file-drop-hint {
  font-size: 0.64rem;
  color: #6B6B50;
  margin-bottom: 8px;
}

.vo-file-drop-zone.vo-upload-form {
  border: 1.5px dashed rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  padding: 12px;
  background: #f8f6f1;
}

.vo-file-drop-zone.vo-upload-form.drag-over {
  border-color: #C8A84B;
  background: rgba(200, 168, 75, 0.08);
  outline: none;
}
