.file-card {
    transition: all 0.3s ease;
    border: 1px solid #e9ecef;
}
.file-link {
    transition: all 0.2s ease;
    border: 1px solid #e9ecef;
    background: #f8f9fa;
}
.file-link:hover {
    background: #e9ecef;
    border-color: #007bff;
    transform: translateX(4px);
}
.video-file, .photo-file {
    border: 1px solid #e9ecef;
    border-radius: 0.375rem;
    padding: 1rem;
    background: #f8f9fa;
}
.section-header {
    border-bottom: 2px solid #f1f1f1;
    padding-bottom: 1rem;
}
.file-item:not(:last-child) {
    margin-bottom: 1rem;
}
.video-header .btn, .photo-header .btn {
    transition: all 0.2s ease;
}
.max-height-600 {
    max-height: 600px;
    object-fit: contain;
}
.image-dimensions {
    font-size: 0.875em;
}
.photo-info {
    flex-wrap: wrap;
    gap: 0.5rem;
}
.photo-info .badge {
    flex-shrink: 0;
}