.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-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;
}
