.item-details__file-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 5px 0 5px 10px;
}

.item-details__file-row:nth-of-type(even){
    background-color: #e3f0f6;
}

.item-details__file-title {
    max-width: 90%;
}

.item-details__file-link {
    width: 10%;
    justify-content: center;
    align-items: center;
    display: flex;
}

.item-details__file-link img {
    height: 32px;
    width: 32px;
    margin: 0 !important;
}