.secondary-color{color:#fff700}.uploaded-files-section{margin-top:1rem}.uploaded-files-section .uploaded-file-list{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:.75rem}.uploaded-files-section .file-preview-item{display:flex;align-items:center;background-color:#f5f5f5;border:1px solid #ddd;padding:.5rem .75rem;border-radius:8px;min-width:200px;max-width:100%;font-size:.95rem;color:#333}.uploaded-files-section .file-name{flex-grow:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-right:.75rem}.uploaded-files-section .delete-button{background:none;border:none;cursor:pointer;color:#ff671e;padding:.25rem;display:flex;align-items:center}.uploaded-files-section .delete-button svg{width:20px;height:20px}.uploaded-files-section .add-button-item{display:flex;align-items:center;justify-content:center;background-color:#e0f7fa;border:2px dashed #00bcd4;cursor:pointer;border-radius:8px;padding:.75rem;width:48px;height:48px}.uploaded-files-section .add-button-item .add-icon-button{background:none;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer}.uploaded-files-section .add-button-item .add-icon-button svg{width:24px;height:24px;color:#00bcd4}.uploaded-files-section .add-button-item .add-icon-button:hover svg{color:#008ba3}.uploaded-files-section .hidden-file-input{display:none}