.file-list-wrapper{padding:80px 0}.file-list-wrapper .title-wrapper{text-align:center;margin-bottom:48px}.file-list-wrapper .title-wrapper .title{font-family:"Montserrat-Bold-3",sans-serif;font-size:36px;color:var(--primary-color);margin-bottom:12px}.file-list-wrapper .title-wrapper .desc{font-size:16px;color:#777}.file-list-wrapper .file-table-wrapper{background:#fff;border-radius:16px;box-shadow:0 4px 24px rgba(0,0,0,0.06);overflow:hidden}.file-list-wrapper .file-table{width:100%;border-collapse:collapse}.file-list-wrapper .file-table thead{background:linear-gradient(135deg, var(--primary-color), var(--primary-color-light))}.file-list-wrapper .file-table thead th{padding:18px 24px;text-align:left;color:#fff;font-size:15px;font-weight:600;white-space:nowrap;font-family:"Montserrat-Bold-3",sans-serif}.file-list-wrapper .file-table thead th.col-name{width:45%}.file-list-wrapper .file-table thead th.col-size{width:15%}.file-list-wrapper .file-table thead th.col-date{width:20%}.file-list-wrapper .file-table thead th.col-action{width:20%;text-align:center}.file-list-wrapper .file-table tbody .file-item{border-bottom:1px solid #f0f0f0;transition:background-color .3s ease}.file-list-wrapper .file-table tbody .file-item:last-child{border-bottom:none}.file-list-wrapper .file-table tbody .file-item:hover{background-color:#f6f9ff}.file-list-wrapper .file-table tbody .file-item td{padding:20px 24px;font-size:15px;color:#333;vertical-align:middle}.file-list-wrapper .file-table tbody .file-item .col-name{display:flex;align-items:center;gap:12px}.file-list-wrapper .file-table tbody .file-item .col-name .file-icon{font-size:28px;flex-shrink:0}.file-list-wrapper .file-table tbody .file-item .col-name .file-name{color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-list-wrapper .file-table tbody .file-item .col-size{color:#777}.file-list-wrapper .file-table tbody .file-item .col-date{color:#777}.file-list-wrapper .file-table tbody .file-item .col-action{text-align:center}.file-list-wrapper .file-table tbody .file-item .col-action .download-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 28px;background:var(--primary-color);color:#fff;border-radius:6px;font-size:14px;transition:all .3s ease}.file-list-wrapper .file-table tbody .file-item .col-action .download-btn .download-icon{font-size:18px;transition:transform .3s ease}.file-list-wrapper .file-table tbody .file-item .col-action .download-btn:hover{background:#052f6b;transform:translateY(-1px);box-shadow:0 4px 12px rgba(4,59,135,0.3)}.file-list-wrapper .file-table tbody .file-item .col-action .download-btn:hover .download-icon{transform:translateY(2px)}.file-list-wrapper .empty{text-align:center;padding:60px 0;color:#999;font-size:16px}@media screen and (max-width:768px){.file-list-wrapper{padding:40px 0}.file-list-wrapper .title-wrapper{margin-bottom:32px}.file-list-wrapper .title-wrapper .title{font-size:26px}.file-list-wrapper .title-wrapper .desc{font-size:14px}.file-list-wrapper .file-table-wrapper{border-radius:12px;box-shadow:0 2px 16px rgba(0,0,0,0.06)}.file-list-wrapper .file-table-wrapper .file-table thead{display:none}.file-list-wrapper .file-table-wrapper .file-table tbody .file-item{display:block;padding:16px 20px;border-bottom:1px solid #f0f0f0}.file-list-wrapper .file-table-wrapper .file-table tbody .file-item td{display:block;padding:6px 0;text-align:left}.file-list-wrapper .file-table-wrapper .file-table tbody .file-item td.col-name .file-name{font-size:15px;font-weight:600;color:#222}.file-list-wrapper .file-table-wrapper .file-table tbody .file-item td.col-size,.file-list-wrapper .file-table-wrapper .file-table tbody .file-item td.col-date{display:inline-block;font-size:13px;margin-right:20px}.file-list-wrapper .file-table-wrapper .file-table tbody .file-item td.col-action{margin-top:10px}.file-list-wrapper .file-table-wrapper .file-table tbody .file-item td.col-action .download-btn{width:100%;justify-content:center;padding:10px 0}.file-list-wrapper .file-table-wrapper .file-table tbody .file-item td::before{content:attr(data-label);display:inline-block;color:#999;font-size:13px;margin-right:8px;min-width:60px}}