.dropzone-container {
    border: 2px dashed #cbd5e1;
    border-radius: 16px;
    background-color: #f8fafc;
    padding: 40px 20px;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease;
}
.dropzone-container:hover, .dropzone-container.dragover {
    border-color: #3b82f6;
    background-color: #eff6ff;
}
.dropzone-icon {
    font-size: 48px;
    margin-bottom: 12px;
    display: inline-block;
}
.exif-details-card {
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 20px;
    margin-top: 20px;
    background: #ffffff;
}

.exif-progress-row {
    min-width: 0;
}

.exif-progress-content,
.exif-progress-details {
    min-width: 0;
}

.exif-progress-meta {
    min-width: 0;
    gap: 8px;
}

.exif-progress-details {
    overflow: hidden;
    text-overflow: ellipsis;
}

#progress-file-name {
    display: inline-block;
    max-width: 100%;
    overflow-wrap: anywhere;
}

#progress-file-size {
    white-space: nowrap;
}

#progress-status-text {
    flex: 0 0 auto;
    white-space: nowrap;
}

.exif-progress-track {
    width: 100%;
    min-width: 0;
}

#progress-bar {
    height: 100%;
}

#cancel-progress-btn {
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 0;
}

.exif-preview-header {
    gap: 16px;
}

.exif-preview-file {
    min-width: 0;
    flex: 1 1 auto;
}

#strip-btn {
    flex: 0 1 auto;
    min-width: 0;
    white-space: normal;
    text-align: center;
    line-height: 1.25;
}

#strip-btn i {
    flex: 0 0 auto;
}

#strip-btn:disabled {
    cursor: wait;
}

@media (max-width: 767.98px) {
    #progress-container,
    #preview-container {
        padding: 14px !important;
    }

    .exif-progress-row {
        align-items: flex-start !important;
        gap: 10px !important;
        padding: 12px !important;
    }

    .progress-file-icon {
        width: 44px !important;
        height: 44px !important;
        flex: 0 0 44px;
        font-size: 26px !important;
    }

    .exif-progress-content {
        flex: 1 1 auto !important;
        padding-top: 1px;
    }

    .exif-progress-meta {
        display: flex !important;
        flex-direction: column;
        align-items: flex-start !important;
        gap: 2px !important;
        margin-bottom: 8px !important;
    }

    .exif-progress-details {
        width: 100%;
        line-height: 1.35;
    }

    #progress-file-name {
        display: block;
        margin-right: 0 !important;
    }

    #progress-file-size {
        display: block;
        margin-top: 2px;
    }

    #progress-status-text {
        display: block;
        align-self: flex-start;
        font-size: 13px !important;
    }

    #cancel-progress-btn {
        flex: 0 0 32px;
        width: 32px;
        height: 32px;
        margin: 0 !important;
        font-size: 18px !important;
    }

    .exif-preview-header {
        flex-direction: column;
        align-items: stretch !important;
        gap: 14px;
    }

    #strip-btn {
        width: 100%;
        min-height: 56px;
        height: auto !important;
        padding: 12px 16px !important;
    }
}

.exif-table {
    width: 100%;
    font-size: 14px;
}
.exif-table td {
    padding: 8px 12px;
    border-bottom: 1px solid #f1f5f9;
}
.exif-table tr:last-child td {
    border-bottom: none;
}
