/* public/css/docx_converter.css */
.drop-zone {
    transition: all 0.2s ease-in-out;
}
.drop-zone:hover, .drop-zone.drag-over {
    border-color: #0d6efd !important;
    background: #f0f5ff !important;
}
