.lan-file-list-wrapper {

    .lan-file-list-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        h2 {
            display: flex;
            align-items: center;
            gap: 10px;
            .lan-count {
                font-size: 11px;
                display: inline-flex;
                padding: 5px;
                border-radius: 50%;
                background: #000;
                color: #fff;
                width: 18px;
                height: 18px;
                justify-content: center;
                align-items: center;
            }
        }
        .lan-download-all {}
    }
    .lan-file-list.lan-file-list-group {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 16px;

        li {
            margin: 0;
            border-radius: 6px;
            border: 0.5px solid var(--Secondary-Green, #4F5E32);
            background: var(--Background-White, #FFF);
            box-shadow: 0 2px 10px 0 rgba(33, 33, 38, 0.07);
        }
    }
}
