.section-game-filtered-table {
    max-width: 1140px;
}

.section-game-filtered-table .sm-screen {
    display: none;
}

.section-game-filtered-table .col-item {
    width: 100%;
    padding: 13px;
    word-break: break-word;
    text-align: center;
}

.section-game-filtered-table .rank-casino {
    max-width: 152px;
}

.section-game-filtered-table .blackjack-games {
    max-width: 119px;
}

.section-game-filtered-table .live-tables {
    max-width: 92px;
}

.section-game-filtered-table .mobile-blackjack {
    max-width: 116px;
}

.section-game-filtered-table .bonus,
.section-game-filtered-table .play-now {
    max-width: 242px;
}

.section-game-filtered-table .paypal-accepted {
    max-width: 172px;
}

.section-game-filtered-table>.listing-holder-head {
    background-color: #E8E8E8;
    color: #1B1A25;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
}

.section-game-filtered-table>.listing-holder>.item {
    border-bottom: 1px solid #E4E4E4;
    padding-top: 50px;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.section-game-filtered-table>.listing-holder>.item>.logo-title-holder {
    width: 100%;
    padding-left: 12px;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
}

.section-game-filtered-table>.listing-holder>.item>.logo-title-holder>.logo-holder {
    margin-bottom: 10px;
    position: relative;
    display: flex;
    align-items: center;
}

.section-game-filtered-table>.listing-holder>.item>.logo-title-holder>.logo-holder>.counter {
    width: 33px;
    height: 33px;
    background-color: #fff;
    color: #1B1A25;
    margin-right: 16px;
    border: 1px solid #D3D3D3;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-game-filtered-table>.listing-holder>.item>.logo-title-holder>.logo-holder>img {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    object-fit: cover;
}

.section-game-filtered-table>.listing-holder>.item>.logo-title-holder>.title {
    margin-left: 50px;
    display: block;
    word-break: break-word;
    text-align: center;
}

.section-game-filtered-table>.listing-holder>.item>.game-details-holder {
    max-width: 327px;
    width: 100%;
    display: flex;
    align-items: center;
}

.section-game-filtered-table>.listing-holder>.item>.game-details-holder>.lg-screen {
    width: 100%;
    color: #4A4B54;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
}

.section-game-filtered-table>.listing-holder>.item>.game-details-holder>.sm-screen {
    display: none;
}

.section-game-filtered-table>.listing-holder>.item>.bonus>.bonus-data {
    min-height: 62px;
    background-color: #49B83726;
    color: #2F5429;
    margin: auto;
    padding: 5px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 26px;
    word-break: break-word;
}

.section-game-filtered-table>.listing-holder>.item>.play-now>.play-now-btn {
    background-color: #DF2C36;
    color: #FFFFFF;
    padding: 12px 20px;
    display: block;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    word-break: break-word;
}

.section-game-filtered-table>.listing-holder>.item>.paypal-accepted>img {
    width: 17px;
    height: 17px;
    margin: auto;
    display: block;
}

.section-game-filtered-table>.listing-holder>.item>.user-info-holder {
    color: #9F9F9F;
    font-size: 12px;
    font-weight: 400;
    line-height: 19px;
    text-align: center;
}

.section-game-filtered-table>.listing-holder>.item>.user-info-holder>* {
    color: inherit;
    font-size: inherit;
}

.section-game-filtered-table>.listing-holder>.item>.user-info-holder>*:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1160px) {
    .section-game-filtered-table {
        max-width: 790px;
    }

    .section-game-filtered-table .lg-screen {
        padding: 0;
        display: none;
    }

    .section-game-filtered-table>.listing-holder-head {
        display: none;
    }

    .section-game-filtered-table>.listing-holder {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .section-game-filtered-table>.listing-holder>.item {
        border: 1px solid #D3D3D3;
        padding: 21.5px 17px;
        padding-top: 25px;
        flex-direction: column;
    }

    .section-game-filtered-table>.listing-holder>.item>.logo-title-holder {
        padding-left: 0;
        text-align: center;
        order: 1;
    }

    .section-game-filtered-table>.listing-holder>.item>.logo-title-holder>.logo-holder {
        justify-content: center;
    }

    .section-game-filtered-table>.listing-holder>.item>.logo-title-holder>.logo-holder>.counter {
        margin-right: 0;
        position: absolute;
        top: 0;
        left: 18px;
    }

    .section-game-filtered-table>.listing-holder>.item>.logo-title-holder>.title {
        margin-left: 0;
        display: block;
    }

    .section-game-filtered-table>.listing-holder>.item>.game-details-holder {
        margin-top: 10px;
        order: 4;
    }

    .section-game-filtered-table>.listing-holder>.item>.game-details-holder>.lg-screen {
        display: none;
    }

    .section-game-filtered-table>.listing-holder>.item>.game-details-holder>.sm-screen {
        display: flex;
        flex-wrap: wrap;
        text-align: center;
        font-size: 16px;
        font-weight: 400;
        line-height: 28px;
    }

    .section-game-filtered-table>.listing-holder>.item>.game-details-holder>.sm-screen>.game-details-item {
        width: 50%;
        margin-bottom: 10px;
        text-align: center;
    }

    .section-game-filtered-table>.listing-holder>.item>.game-details-holder>.sm-screen>.game-details-item:nth-child(3),
    .section-game-filtered-table>.listing-holder>.item>.game-details-holder>.sm-screen>.game-details-item:nth-child(4) {
        margin-bottom: 0px;
    }

    .section-game-filtered-table>.listing-holder>.item>.game-details-holder>.sm-screen>.game-details-item>span {
        display: block;
    }

    .section-game-filtered-table>.listing-holder>.item>.game-details-holder>.sm-screen>.game-details-item>strong {
        font-weight: 700;
    }

    .section-game-filtered-table>.listing-holder>.item>.game-details-holder>.sm-screen>.game-details-item>img {
        margin-top: 10px;
    }

    .section-game-filtered-table>.listing-holder>.item>.bonus {
        max-width: 100%;
        margin-top: 14px;
        padding: 0;
        order: 2;
    }

    .section-game-filtered-table>.listing-holder>.item>.play-now {
        max-width: 100%;
        margin-top: 13px;
        padding: 0;
        order: 3;
    }

    .section-game-filtered-table>.listing-holder>.item>.play-now>.play-now-btn {
        padding: 14px 20px;
        font-size: 18px;
        font-weight: 700;
        line-height: 22px;
    }

    .section-game-filtered-table>.listing-holder>.item>.user-info-holder {
        order: 5;
        line-height: 21px;
        text-align: left;
    }
}

@media only screen and (max-width: 600px) {
    .section-game-filtered-table>.listing-holder {
        grid-template-columns: 1fr;
        gap: 10px;
    }
}
