.cs-files-wrapper{
    background-color: #E8E8E8;
    border: 1px solid #E8E8E8;
    border-radius: 14px;
}

.cs-files-wrapper .cs-files-title-wrapper {
    background-color: #E10714;
    display: flex;
    align-items: center;
    border-radius: 14px 14px 0px 0px;
    padding: 15px 20px;
}

.cs-files-wrapper .cs-files-title-wrapper .cs-futures-title{
    font-family: 'Varela Round';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 183.4%;
    color: #FFFFFF;
    margin-left: 10px;
}

.cs-files-wrapper .cs-files-list{
    list-style: none;
    margin-left: 15px;
    margin-bottom: 0;
    padding: 15px 30px;
}

.cs-files-wrapper .cs-files-list-item{
    display: flex;
    align-items: center;
    cursor: pointer;
}

.cs-files-wrapper .cs-files-list-item:hover .cs-list-item-title{
    color:#E10714;
}

.cs-files-wrapper .cs-files-list-item .cs-futures-icon{
    margin-right: 10px ;
}

.cs-files-wrapper .cs-files-list-item .cs-futures-icon svg{
    margin-top: 3px;
}

.cs-list-item-title{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    text-decoration-line: underline;
    color: #000000;
    transition: color .3s;
}

