/* public/app.css */
.dropzone { min-height: 115px; transition: border-color .15s ease, background-color .15s ease; cursor: default; }
.dropzone.dragover { border-color: #0d6efd !important; background-color: rgba(13,110,253,.06) !important; }

pre.log { min-height: 115px; max-height: 220px; overflow: auto; margin: 0; white-space: pre-wrap; }

.pass-row .form-control, .pass-row .btn, .upload-btn-mobile { height: 38px; }
.pass-row { display: flex; gap: .5rem; align-items: stretch; }
.pass-input { flex: 1 1 auto; min-width: 0; }
.nowrap { white-space: nowrap; }

.logbox { min-height: 115px; max-height: 220px; overflow: auto; margin: 0; white-space: pre-wrap; }
.dropzone-dashed { border-style: dashed; }
