.sfl-wrapper{width:100%;margin:40px auto;font-family:Arial,sans-serif}
.sfl-top{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap;margin-bottom:20px}
.sfl-filters{display:flex;gap:10px;flex-wrap:wrap}
.sfl-filters button{border:none;background:#efefef;padding:12px 18px;border-radius:10px;cursor:pointer;font-weight:600}
.sfl-filters button.active{background:#111;color:#fff}
#sfl-search{padding:14px 18px;border:1px solid #ddd;border-radius:14px;min-width:300px}
.sfl-table-wrap{overflow-x:auto}
.sfl-table{width:100%;border-collapse:collapse}
.sfl-table th{background:#111;color:#fff}
.sfl-table th,.sfl-table td{padding:18px;border-bottom:1px solid #eee;text-align:left}
.sfl-icon{width:50px;height:50px;background:#f3f3f3;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700}
.sfl-download{background:#111;color:#fff;text-decoration:none;padding:12px 18px;border-radius:12px;display:inline-block}
@media(max-width:768px){.sfl-top{flex-direction:column}#sfl-search{width:100%;min-width:100%}}

.sfl-table-wrap{
    width:100%;
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
}

.sfl-table{
    width:100%;
    min-width:700px;
    border-collapse:collapse;
}

.sfl-table th,
.sfl-table td{
    padding:16px;
    vertical-align:middle;
    white-space:nowrap;
}

.sfl-table img{
    max-width:40px;
    height:auto;
}

@media(max-width:768px){

    .sfl-wrapper{
        overflow:hidden;
    }

    .sfl-top{
        flex-direction:column;
        align-items:stretch;
    }

    #sfl-search{
        width:100%;
        min-width:100%;
    }

    .sfl-filters{
        overflow-x:auto;
        flex-wrap:nowrap;
        padding-bottom:10px;
    }

    .sfl-filters button{
        flex:0 0 auto;
        white-space:nowrap;
    }

    .sfl-table{
        min-width:650px;
    }

    .sfl-table th,
    .sfl-table td{
        padding:12px;
        font-size:13px;
    }

    .sfl-download{
        padding:10px 14px;
        font-size:12px;
    }

    .sfl-icon{
        width:42px;
        height:42px;
        font-size:11px;
    }
}