﻿.file-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 10px;
    border-bottom: 1px solid #e5e5e5;
}

.file-row:hover {
    background: #f5f8ff;
}

.file-left {
    width: 30px;
}

.file-type-icon {
    width: 22px;
    height: 22px;
}

.file-name {
    flex: 1;
    padding-left: 10px;
    font-size: 14px;
    color: #003262;
    word-break: break-word;
}

.file-right {
    width: 30px;
}

.download-icon {
    width: 20px;
    cursor: pointer;
}
