.demo-file-list{flex-direction:column;gap:8px;display:flex}.demo-file-list-items{flex-direction:column;display:flex}.demo-file-list-item{border-bottom:1px solid #e5e7eb;align-items:center;gap:10px;padding:12px 0;display:flex}.demo-file-list-item:last-child{border-bottom:none}.demo-file-list-item-icon{border-radius:4px;flex-shrink:0;justify-content:flex-end;align-items:flex-end;width:24px;height:28px;padding-right:4px;display:flex}.demo-file-list-item-icon-label{color:#fff;font-size:10px;font-weight:600;line-height:1}.demo-file-list-item-text{color:#374151;flex:1;font-size:13px;font-weight:500}.demo-file-list-item-download{cursor:pointer;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;transition:background .15s;display:flex}.demo-file-list-item-download:hover{background:#e5e7eb}