.single-column-wrapper__files {
    border: 2px dashed #ccc;
    text-align: center;
    transition: border 0.3s ease-in-out;
}

.single-column-wrapper__files.drag-over {
    border-color: #007bff;
    background-color: #f0f8ff;
}

.file-list {
    margin-top: 10px;
    list-style: none;
    padding: 0;
}

.file-list li {
    display: flex;
    justify-content: space-between;
    color: #000;
    padding: 5px 0;
    margin-bottom: 5px;
    border-radius: 4px;
    font-family: Mulish;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
}
span.kb{
    color:  #9FA5B7;
    font-family: Mulish;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px;
    margin-right: auto;
}

.file-list .remove-file {
  background: url("/img/site/complaint/trash.svg") no-repeat center center;
    width: 13px;
    height: 14px;
    background-size: cover;
    cursor: pointer;
}
.files-title{
    color: #747983;
    font-family: Mulish;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 15px 0;
}
