.jelonka-file-drop-target {
    transition: background-color 0.16s ease, box-shadow 0.16s ease, outline-color 0.16s ease;
}

.jelonka-file-drop-target--dragging {
    background-color: rgba(47, 111, 237, 0.08) !important;
    box-shadow: 0 0 0 4px rgba(47, 111, 237, 0.14);
    outline: 2px dashed #2f6fed;
    outline-offset: 3px;
}

.jelonka-file-drop-target--error {
    background-color: rgba(180, 35, 24, 0.08) !important;
    box-shadow: 0 0 0 4px rgba(180, 35, 24, 0.12);
    outline: 2px dashed #b42318;
    outline-offset: 3px;
}
