.hzt-files-list {
    border-top: 1px solid #eee;
}
.hzt-file-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 0;
    border-bottom: 1px solid #eee;
}
.hzt-file-name {
    color: #333;
    font-size: 16px;
}
.hzt-file-meta {
    display: flex;
    align-items: center;
    gap: 12px;
}
.hzt-file-size {
    color: rgb(5, 169, 236);
    font-size: 14px;
    margin-right: 2px;
}
.hzt-file-download svg{
    width: 24px;
    height: 24px;
    fill: rgb(5, 169, 236);
    
}
.hzt-file-download:hover {
    text-decoration: underline;
}


.hzt-file-item:hover{
    background-color: #eee;
}
