﻿.file-download-list {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 0.6rem;
    gap: 0.4rem;
}

.file-download-list > div {
    background-color: var(--root-input-bg-colour);
    border-radius: 0.3rem;
    padding: 0.4rem;
    display:flex;
}

.file-download-list a {
    display: flex;
}

.file-download-list a:hover {
    text-decoration: none;
}


.file-download-list .cell-file-name {
    font-weight: 600;
    line-height: 15px;
    padding: 0.4rem;
}

.file-download-list .table-cell-icon-button {
    width: 3rem;
}

.file-download-list .table-cell-icon-button i {
    padding: 0.4rem;
}
