

/* Start:/local/components/mrsk/megalist/templates/accordion/style.css?17724559421436*/
.b-pure-content .b-file .b-file__size, .b-pure-content-wrap .b-file .b-file__size, .b-sidebar .b-file .b-file__size {
    min-width: 144px !important;
}
.file-list {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: flex-start;
    flex-direction: column;    
    gap: 10px;
}
.file-list__item {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;   
    gap: 10px; 
    padding: 15px;
    /* background: #EFF2F7; */
    text-decoration: none;
    border: none !important;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.file-list__ico {
    width: 32px;
    height: 32px;
    display: block;
    object-fit: contain;
    object-position: left center;
}
.file-list__name {
    flex: 1;
    color: #182D61;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    transition: .2s;
}
.file-list__item:hover .file-list__name {
    text-decoration-color: transparent;
}
.file-list__button {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;   
    gap: 5px;
    padding: 5px 10px;
    border-radius: 20px;
    border: 1px solid #183883;
}
/* End */
/* /local/components/mrsk/megalist/templates/accordion/style.css?17724559421436 */
