#preview-step h4 {
    text-align: center;
    margin-bottom: 1.5rem;
}
#download-step h4 {
    text-align: center;
    margin-bottom: 1.5rem;
}
.file-list-container {
    list-style: none;
    padding: 0;
    margin: 0 auto 1.5rem auto;
    max-width: 600px;
    max-height: 300px;
    overflow-y: auto;
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius);
    background-color: #fff;
}
.file-list-container .file-list-item {
    padding: 8px 20px;
    font-size: 0.9rem;
    color: var(--text-color);
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#pdfPreview {
    width: 100%;
    height: 500px;
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius);
    background: #fff;
}