/**
 * QAFlow - Image Insert Modal (includes/image-modal.php)
 * Extracted from inline style="" attributes.
 */
.im-drop-zone {
    border: 2px dashed #ccc;
    border-radius: 8px;
    padding: 40px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
}
.im-drop-icon {
    font-size: 48px;
    color: #6c757d;
}
.im-hidden {
    display: none;
}
.im-progress-full {
    width: 100%;
}
