@import url('https://fonts.googleapis.com/css2?family=Onest:wght@600;700&display=swap');

.W91bcc55c7 {
    margin: 32px 0;
}

.Ed53955608 {
    display: flex;
    flex-direction: column;
    counter-reset: bm-toplist-poka-counter;
    gap: 12px;
}

.G0f2c317bb {
    position: relative;
    display: grid;
    align-items: center;
    padding: 24px 24px 24px 88px;
    border: 1px solid #DCDFE4;
    border-radius: 12px;
    background: #FFF;
    gap: 0 24px;
    grid-auto-flow: row;
    grid-template-areas:
    "logo main extra cta-btn";
    grid-template-columns: 200px auto 132px 298px;
    grid-template-rows: auto;
}

.G0f2c317bb.E9c49a264b {
    display: none;
}

.G0f2c317bb:before {
    font-family: Onest, sans-serif;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 24px;
    position: absolute;
    top: calc(50% - 20px);
    left: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    content: counter(bm-toplist-poka-counter);
    counter-increment: bm-toplist-poka-counter;
    color: #242424;
    border-radius: 500px;
    background: #F3F0FF;
}

.Z222b5c580 {
    font-family: Onest, sans-serif;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    line-height: 18px;
    position: absolute;
    top: 0;
    left: 0;
    padding: 3px 10px;
    color: #fff;
    border-radius: 11px;
    background: #0076E2;
}

.U4f64f9063 {
    grid-area: logo;
}

.U4f64f9063 img {
    width: 100%;
    height: 112px;
    border-radius: 8px;
    object-fit: cover;
}

.L7d9c80949 {
    grid-area: main;
}

.Kb4e1f774b,
.Kb4e1f774b p {
    font-family: Onest, sans-serif;
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    line-height: 24px;
    margin: 0;
    color: #242424;
}

.Xb5bd1726a {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 0 16px;
    gap: 8px;
    grid-area: extra;
}

.R10e8b4d73 {
    font-family: Onest, sans-serif;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    line-height: 24px;
    display: flex;
    align-items: flex-end;
    align-self: center;
    justify-content: center;
    width: 100%;
    height: 42px;
    padding: 8px 12px;
    color: #828282;
    border-radius: 500px;
    background: #F1F2F4;
}

.C6913857b7 {
    font-family: Onest, sans-serif;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 24px;
    align-self: center;
    color: #242424;
}

.Bc378c2476 {
    font-family: Onest, sans-serif;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    line-height: 24px;
    color: #828282;
    text-decoration-line: underline;
}

.T1e2259b07 {
    display: flex;
    flex-direction: column;
    gap: 8px;
    grid-area: cta-btn;
}

.W9c3e2b979 {
    font-family: Onest, sans-serif;
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 48px;
    padding: 0 12px;
    color: var(--bm-cta-button-color);
    border-radius: 8px;
    background: var(--bm-cta-button-background);
}

.W9c3e2b979:hover {
    text-decoration: none;
    color: var(--bm-cta-button-hover-color);
    background: var(--bm-cta-button-hover-background);
}

.B0b8e7b32f {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.I7a7ebc544 {
    position: relative;
    height: 24px;
    cursor: pointer;
}

.U71b1bffe4 {
    width: 36px;
    height: 24px;
    object-fit: contain;
}

.Kdbe5e608c {
    font-family: Onest, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
    position: absolute;
    z-index: 10;
    top: 37px;
    left: 50%;
    flex-direction: column;
    width: max-content;
    padding: 12px 16px;
    transform: translateX(-50%);
    color: #BFBFBF;
    border-radius: 4px;
    background: #404040;
    gap: 14px;
}

.Kdbe5e608c:before {
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -8px;
    content: '';
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent #404040;
    border-top-width: 0;
}

.I7a7ebc544:hover .Kdbe5e608c {
    display: flex !important;
}

.D6f0c6bd02 {
    font-family: Onest, sans-serif;
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 48px;
    min-height: 48px;
    margin-top: 32px;
    padding: 12px;
    cursor: pointer;
    color: #6E5DC6;
    border-radius: 8px;
    background: #F3F0FF;
    gap: 8px;
}

@media screen and (max-width: 991px) {
    .G0f2c317bb {
        align-items: start;
        padding: 24px;
        grid-template-areas:
        "logo"
        "main"
        "extra"
        "cta-btn";
        grid-template-columns: auto;
        row-gap: 16px;
    }

    .G0f2c317bb:before {
        top: 36px;
        left: 36px;
    }

    .U4f64f9063 img {
        height: 156px;
        border-radius: 12px;
    }

    .Kb4e1f774b,
    .Kb4e1f774b p {
        font-size: 16px;
    }

    .Xb5bd1726a {
        flex-direction: row;
        justify-content: space-between;
        margin: 0;
    }

    .R10e8b4d73 {
        font-size: 14px;
        width: fit-content;
        padding: 8px 25px;
    }

    .C6913857b7 {
        font-size: 18px;
        line-height: 24px;
    }

    .Bc378c2476 {
        font-size: 14px;
        margin-left: auto;
        text-decoration-line: none;
    }

    .W9c3e2b979 {
        font-size: 16px;
    }

    .D6f0c6bd02 {
        font-size: 16px;
    }
}
