@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@200..800&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=PT+Sans:wght@700&amp;display=swap');

.toplist-pokerchoice__wrapper {
    margin: 24px 0;
}

.toplist-pokerchoice__offers {
    font-family: Roboto, serif;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.toplist-pokerchoice__filter-tags-json {
    box-sizing: border-box;
}

.toplist-pokerchoice__filter-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 24px 0 10px;
    gap: 8px;
}

.toplist-pokerchoice__filter-tag {
    font-family: 'Segoe UI', sans-serif;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    line-height: 21px;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    justify-content: center;
    padding: 8px 12px;
    cursor: pointer;
    user-select: none;
    color: #504d4d;
    border: 1px solid #dcbf73;
    border-radius: 8px;
}

.toplist-pokerchoice__filter-tag.filter-tag-active {
    font-family: 'PT Sans', sans-serif;
    line-height: 24px;
    color: #000;
    border-radius: 8px;
    background: #dcbf73;
}

.toplist-pokerchoice__filter-tag img {
    width: 24px;
    height: 24px;
    margin-right: 8px;
}

.toplist-pokerchoice__offer {
    box-sizing: border-box;
}

.toplist-pokerchoice__offer.hidden {
    display: none;
}

.disclaimer-outer div {
    font-size: 18px;
    font-weight: 500;
    color: #2e2e30;
}

.disclaimer-outer {
    margin-bottom: 26px;
    padding: 20px 30px;
    border: 1px solid #0000005e;
    border-radius: 15px;
}

.option-sec {
    counter-reset: section;
}

.option-card {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
    padding: 30px 3.6% 30px 4.9%;
    border-radius: 15px;
    background-color: #f9f9fb;
    box-shadow: 0 4px 6px rgb(0 0 0 / 10%);
}

.counter-con {
    position: absolute;
    top: 50%;
    left: 7px;
    overflow: hidden;
    padding: 5px 0;
    transform: translate(-50%, -50%);
}

.counter-con p {
    font-family: Dosis, serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 100px;
    position: relative;
    z-index: 9;
    left: -8px;
    width: 36px;
    height: 111px;
    margin: 0 !important;
    padding-left: 6px;
    counter-increment: section;
    text-align: center;
    color: #fff;
    border-radius: 0 200px 180px 0;
    background: #058298;
}

.count-outer-part {
    display: flex;
    align-items: start;
    justify-content: space-between;
    width: 52%;
    max-width: 423px;
    gap: 10px;
}

.counter-con p:before {
    content: counter(section);
}

.counter-con:before {
    position: absolute;
    top: 1px;
    left: 0;
    content: '';
    border-top: 5px solid transparent;
    border-right: 11px solid #05829882;
    border-bottom: 6px solid transparent;
}

.counter-con:after {
    position: absolute;
    bottom: 0;
    left: auto;
    padding-right: 0;
    content: '';
    border-top: 5px solid transparent;
    border-right: 11px solid #05829882;
    border-bottom: 6px solid transparent;
}

.logo-outer {
    display: inline-block;
    box-sizing: border-box;
    width: 50%;
    max-width: 186px;
    text-align: right;
}

.logo-con {
    width: 100%;
    max-height: 74px;
    margin-bottom: 0 !important;
}

.rating-con {
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    width: 100%;
    margin: 0;
    text-align: center;
    color: #000;
}

.small-text-con {
    font-size: 12px;
    color: #484848;
}

.rating-con img {
    width: 14px;
    margin-bottom: 0 !important;
}

.free-spinx-outer {
    display: inline-block;
    box-sizing: border-box;
    width: 50%;
    max-width: 250px;
    margin-left: 1.2%;
    padding: 30px 5px;
    text-align: center;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 0 10px -7px rgb(0 0 0 / 30%);
}

.free-spinx-outer span {
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    display: block;
    width: 100%;
    color: #504d4d;
}

.amount-game-outer {
    display: flex;
    align-items: center;
    width: 50%;
}

.amount-con {
    font-size: 36px;
    font-weight: 900;
    line-height: 39px;
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 5px 0;
    color: #08b173;
}

.amount-game-inner span {
    font-size: 13px;
    font-weight: 500;
    line-height: 21px;
    display: inline-block;
    width: 100%;
    margin: 0 0 7px;
    color: #626262;
}

.amount-game-inner.text-align-center span {
    margin-bottom: 1px;
}

.amount-game-inner strong {
    font-size: 14px;
    font-weight: 800;
    line-height: 20px;
    display: block;
    width: 100%;
    color: #626262;
}

.amount-game-inner.highlight-con strong {
    max-width: 156px;
}

.amount-game-inner {
    float: left;
    box-sizing: border-box;
    width: 50%;
    padding: 30px 5px;
}

.amount-game-inner.text-align-center {
    text-align: center;
    border-right: 1px dashed #8e8484d1;
}

.amount-game-inner.highlight-con {
    padding-left: 20px;
}

.buttons-outer-con {
    float: left;
    box-sizing: border-box;
    width: 26%;
    max-width: 160px;
}

.button-inner,
.button-inner a {
    font-size: 13px;
    font-weight: 600;
    line-height: 40px;
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    margin: 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #222;
    border-radius: 9px;
    background-color: #dbb24a;
}

.expect-review-con {
    font-size: 12px;
    font-weight: 500;
    line-height: 17px;
    margin: 9px 0 17px;
    text-align: center;
    color: #058298;
}

.expect-review-con a {
    text-decoration: none;
    color: #058298;
}

.button-inner a:hover {
    color: #222;
    background-color: #dbb24ae0;
}

.expect-review-con a:hover {
    text-decoration: underline;
    color: #058298;
}

.terms-con {
    font-size: 9px;
    font-weight: 400;
    line-height: 12px;
    display: block;
    width: 100%;
    text-align: center;
    color: #626262;
}

.toplist-pokerchoice__show-more-btn {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    margin: 24px auto 0;
    color: #000;
}

.toplist-pokerchoice__show-more-btn:hover {
    cursor: pointer;
}

@media screen and (width <= 991px) {
    .toplist-pokerchoice__filter-wrapper {
        overflow-x: scroll;
        flex-wrap: nowrap;
        width: 100vw;
        margin: 0 -16px 16px;
        padding: 0 16px;
    }

    .toplist-pokerchoice__filter-wrapper::-webkit-scrollbar {
        display: none;
    }
}

@media only screen and (width >= 576px) and (width <= 799px) {
    .option-card {
        padding: 10px 1.6% 10px 3.9%;
        border-radius: 15px;
        box-shadow: 0 4px 6px rgb(0 0 0 / 10%);
    }

    .disclaimer-outer {
        padding: 10px 20px;
        border-radius: 10px;
    }

    .disclaimer-outer div {
        font-size: 15px;
    }

    .counter-con {
        left: 3px;
    }

    .counter-con p {
        font-size: 17px;
        line-height: 97px;
        left: -6px;
        width: 28px;
        height: 97px;
    }

    .amount-con {
        font-size: 22px;
        line-height: 33px;
        width: 100%;
        padding: 3px 0;
    }

    .free-spinx-outer span {
        font-size: 11px;
        line-height: 14px;
    }

    .logo-outer {
        width: 50%;
        max-width: 100px;
    }

    .rating-con {
        font-size: 14px;
        margin: 15px 0 0;
    }

    .rating-con img {
        width: 10px;
    }

    .small-text-con {
        font-size: 10px;
    }

    .amount-game-inner span {
        font-size: 11px;
        line-height: 18px;
        margin: 0 0 2px;
    }

    .amount-game-inner.highlight-con {
        padding-left: 10px;
    }

    .amount-game-inner strong {
        font-size: 11px;
        line-height: 15px;
    }

    .button-inner a {
        font-size: 11px;
        line-height: 30px;
        max-width: 100%;
        border-radius: 4px;
    }

    .expect-review-con {
        font-size: 10px;
        line-height: 10px;
        margin: 7px 0 9px;
    }

    .terms-con {
        font-size: 9px;
        font-weight: 400;
        line-height: 11px;
    }
}

@media only screen and (width <= 575px) {
    .option-card {
        display: inline-block;
        padding: 45px 3.6% 20px 4.9%;
        border-radius: 15px;
    }

    .counter-con {
        top: 8px;
        left: 50%;
        width: 139px;
        height: 27px;
        padding: 5px 10px;
        transform: translate(-50%, -50%);
    }

    .counter-con p {
        font-size: 19px;
        line-height: 38px;
        z-index: 9;
        top: -10px;
        left: 0;
        width: 100%;
        height: 35px;
        transform: translate(0);
        border-radius: 0 0 40px 40px;
    }

    .counter-con:before {
        position: absolute;
        top: -20px;
        right: auto;
        left: 3px;
        padding-right: 0;
        content: '';
        transform: rotate(-30deg);
        border-top: 20px solid transparent;
        border-right: 39px solid #05829882;
        border-bottom: 22px solid transparent;
        border-left: 0;
    }

    .counter-con:after {
        position: absolute;
        top: -3px;
        right: 6px;
        bottom: auto;
        left: auto;
        padding-right: 0;
        content: '';
        transform: rotate(0deg);
        border-top: 0;
        border-right: 6px solid transparent;
        border-bottom: 14px solid #05829882;
        border-left: 13px solid transparent;
    }

    .logo-outer {
        display: flex;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
        width: 100%;
        max-width: 100%;
        text-align: center;
    }

    .logo-con,
    .rating-con {
        width: 120px;
    }

    .free-spinx-outer {
        display: inline-block;
        width: 100%;
        max-width: 100%;
        margin: 25px 0;
        padding: 30px 5px;
    }

    .amount-game-outer {
        width: 100%;
    }

    .buttons-outer-con {
        top: 45px;
        right: 30px;
        width: 100%;
        max-width: 100%;
    }

    .rating-con {
        margin: 15px 0 0;
    }

    .count-outer-part {
        flex-wrap: wrap;
        width: 100%;
        max-width: 100%;
    }
}
