body {
    min-height: 100vh;
}

.card-soft {
    border: 0;
    box-shadow: 0 0.5rem 1.5rem rgba(16, 24, 40, 0.08);
}

.thumb-sm {
    width: 110px;
    height: 62px;
    object-fit: cover;
    border-radius: 0.5rem;
    background: #e9ecef;
}

.progress-thin {
    height: 0.6rem;
}

.dropzone {
    border: 2px dashed #6c757d;
    border-radius: 1rem;
    background: #fff;
    padding: 2rem;
}

#video-dropzone .dz-preview .dz-filename,
#video-dropzone .dz-preview .dz-size,
#video-dropzone .dz-preview .dz-details {
    display: none !important;
}

#video-dropzone .dz-preview {
    margin: 1rem auto 0;
}

.upload-file-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    max-width: 100%;
    padding: 0.65rem 0.9rem;
    border-radius: 999px;
    background: #f1f3f5;
    color: #212529;
    font-size: 0.95rem;
}

.upload-file-pill strong {
    max-width: 240px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
