/* compressor.css — drag-over state only; all other styles live in home/css/styles.css */

.converter-dropzone.drag-over,
.compressor-dropzone.drag-over {
  border-color: rgba(0, 0, 0, 0.45);
  background: rgba(0, 0, 0, 0.02);
}
