.file-drop { border: 1px dashed var(--freeify-line); color: var(--freeify-muted); background: var(--freeify-panel); border-radius: 4px; padding: 12px; min-height: 44px; font: .875rem/1.4 system-ui,sans-serif; align-self: stretch; display: flex; align-items: center; }
.file-drop.drag-over { border: 2px solid var(--freeify-focus); background: var(--freeify-raised); color: var(--freeify-text); }
.file-drop-status { color: var(--freeify-text); font: .875rem/1.4 system-ui,sans-serif; overflow-wrap: anywhere; }
.file-drop-status:empty { display: none; }
body[data-studio="collage"] .toolbar > .file-drop { grid-column: span 3; }
body[data-studio="collage"] .toolbar > .file-drop-status { grid-column: 1 / -1; }
@media(max-width:620px) { body[data-studio="collage"] .toolbar > .file-drop { grid-column: 1 / -1; } }
