@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&family=Plus+Jakarta+Sans:wght@700&display=swap');

.q888768-ab9575b80a18 {
    margin-bottom: 30px;
}

.c888768-a1f32d036437 {
    display: flex;
    flex-direction: column;
    counter-reset: bm-toplist-casino-listing-24-counter;
    gap: 30px;
}

.q888768-e4a04033919a {
    counter-increment: bm-toplist-casino-listing-24-counter;
}

.q888768-e4a04033919a.s888768-ceeac1d8a5f6 {
    display: none;
}

.j888768-58d5c2bf49cf {
    position: relative;
    display: grid;
    padding: 15px 0;
    transition: all 0.3s ease;
    animation: fadeIn ease 1s;
    border: 1px solid #efe5e5;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 2px 12px 0 #00000026;
    gap: 20px 30px;
    grid-template-areas:
        'intro intro intro'
        'logo title actions';
    grid-template-columns: 320px auto 360px;
    grid-template-rows: 1fr;
}

.w888768-6ac6e190fa46 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px 10px;
    border-bottom: 1px solid #bdbdbd;
    grid-area: intro;
}

.k888768-60c633f63c55 {
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #000;
}

.k888768-60c633f63c55:before {
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    line-height: normal;
    margin-right: 9px;
    padding-left: 5px;
    content: counter(bm-toplist-casino-listing-24-counter) '.';
    color: #000;
}

.r888768-54714c2e7ff3 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.t888768-3dcd11760a68:before {
    font-size: 22px;
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-right: 2px;
    content: '\2605';
    color: #ffcb00;
}

.t888768-3dcd11760a68 strong {
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    line-height: normal;
    text-align: center;
    color: #000;
}

.t888768-3dcd11760a68 span {
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: normal;
    margin-left: 4px;
    color: #000;
}

.g888768-eee0e796e793 {
    position: relative;
    width: 240px;
    height: 120px;
    margin-left: 20px;
    border-radius: 6px;
}

.l888768-5216832eeb25 {
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 800;
    font-style: normal;
    line-height: 18px;
    position: absolute;
    top: -20px;
    left: -20px;
    padding: 4px 10px;
    color: #fff;
    background: #35b3db;
}

.g888768-eee0e796e793 img {
    width: 240px;
    height: 120px;
    padding: 6px;
    border-radius: inherit;
    object-fit: cover;
}

.a888768-48087b65ffd7 {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 10px;
    border-radius: 6px;
    background-color: #f8f8f8ff;
    gap: 10px;
    grid-area: title;
}

.a888768-48087b65ffd7 .n888768-1d41ed29be74,
.a888768-48087b65ffd7 .s888768-2e0f4b2796ed {
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    color: #000;
}

.a888768-48087b65ffd7 .s888768-2e0f4b2796ed {
    font-size: 16px;
    font-weight: 400;
}

.q888768-e94370eec522 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

.q888768-e94370eec522 .s888768-42db133552f8 {
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 1;
    align-content: center;
    width: 100%;
    min-width: 160px;
    padding: 20px 15px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    border-radius: 6px;
    background: #35b3db;
}

.q888768-e94370eec522 .s888768-42db133552f8:hover {
    text-decoration: unset;
    color: #fff;
    background: #30a1c6;
}

.i888768-240e6f0ab647 {
    font-family: Montserrat, sans-serif;
    font-size: 19px;
    font-weight: 700;
    font-style: normal;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 300px;
    height: 54px;
    margin: 32px auto 0;
    padding: 16px 32px;
    cursor: pointer;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    background: #35b3db;
    box-shadow: 0 4px 23px 0 #0000003f;
}

.i888768-240e6f0ab647:hover {
    cursor: pointer;
    background: #30a1c6;
}

@media (max-width: 991px) {

    .l888768-5216832eeb25 {
        left: 0;
    }

    .j888768-58d5c2bf49cf {
        padding: 33px 20px 15px;
        gap: 0;
        grid-template-areas:
            'intro'
            'logo'
            'title'
            'actions';
        grid-template-columns: auto;
    }

    .w888768-6ac6e190fa46 {
        flex-direction: column;
        justify-content: center;
        padding: 0 0 10px;
    }

    .k888768-60c633f63c55 {
        font-size: 20px;
        font-weight: 700;
        position: relative;
        width: 100%;
        margin-bottom: 10px;
        padding-left: 20px;
        text-align: center;
    }

    .k888768-60c633f63c55:before {
        font-size: 20px;
        font-weight: 700;
        position: absolute;
        top: 2px;
        left: 0;
    }

    .r888768-54714c2e7ff3,
    .t888768-3dcd11760a68 {
        display: flex;
        align-items: center;
        height: 32.8px;
    }

    .t888768-3dcd11760a68:before {
        font-size: 30px;
        position: relative;
        top: -8px;
        width: 30px;
        height: 30px;
    }

    .t888768-3dcd11760a68 strong {
        font-size: 26px;
        font-weight: 700;
    }

    .t888768-3dcd11760a68 span {
        font-size: 18px;
        font-weight: 600;
        position: relative;
        top: 2px;
    }

    .g888768-eee0e796e793 {
        width: 100%;
        height: 159.4px;
        margin: 20px 0;
    }

    .g888768-eee0e796e793 img {
        width: 100%;
        height: 159.4px;
    }

    .a888768-48087b65ffd7 {
        padding: 15px;
    }

    .q888768-e94370eec522 {
        margin-top: 15px;
        margin-right: 0;
    }
}
