@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

.toplist-casino-listing-10__wrapper * {
    margin: 0;
    padding: 0;
}

.toplist-casino-listing-10__wrapper {
    font-family: Montserrat, serif;
    margin: 32px 0;
}

.toplist-casino-listing-10__offers {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.toplist-casino-listing-10__filter-tags-json {
    box-sizing: border-box;
}

.toplist-casino-listing-10__filter-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 16px 0;
    gap: 10px;
    box-sizing: border-box;
}

.toplist-casino-listing-10__filter-tag {
    color: #2C042F;
    text-align: center;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    justify-content: center;
    height: 40px;
    padding: 0 16px;
    cursor: pointer;
    user-select: none;
    border-radius: 10px;
    border: 1px solid #2C042F;
}

.toplist-casino-listing-10__filter-tag.filter-tag-active {
    background: #01DDFF;
    border: unset;
}

.toplist-casino-listing-10__offer {
    box-sizing: border-box;
}

.toplist-casino-listing-10__offer.hidden {
    display: none;
}

.top-show-morebtn {
    cursor: pointer;
}

.option-card {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 31px 0 24px;
    border: 1px solid;
    border-image-source: linear-gradient(180deg, #530652 0%, #b90db7 100%);
    background-image: url('../images/li10/artboard-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.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;
}

.logo-con img {
    width: 100%;
    max-width: 165px;
}

.deposit-box-inner .bonus-outer {
    font-size: 23px;
    font-weight: 600;
    line-height: 28.81px;
    color: #ffa5fe;
}

.logo-con {
    width: 23%;
    max-width: 260px;
    text-align: center;
}

.deposit-bonus-outer {
    box-sizing: content-box;
    width: 40%;
    max-width: 310px;
    padding: 48px;
    text-align: center;
    background: linear-gradient(180deg, #ffa0fe4a 0%, #fff0 100%);
    clip-path: polygon(10% 0, 100% -44px, 88% 100%, 0% 100%);
}

.price-slot-outer {
    font-size: 31px;
    font-weight: 400;
    line-height: 37.31px;
    text-transform: capitalize;
    color: #fff;
}

.price-slot-outer span {
    font-weight: 600;
    color: #01ddff;
}

.counter-ship-inner {
    font-size: 18px;
    font-weight: 500;
    line-height: 22.94px;
    padding: 17px 0 14px;
    color: #fff;
}

.pay-outer-card span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 26px;
    margin: 0;
    border: 1px solid #d0d0d0;
    border-radius: 6px;
    background-color: #fff;
}

.deposit-bonus-outer .box-wrap-outer span {
    font-size: 12.6px;
    font-weight: 400;
    line-height: 15.35px;
    flex-shrink: 0;
    color: #fff;
}

.deposit-bonus-outer .box-wrap-outer {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    gap: 10px;
}

.button-inner a.play-now-cta {
    font-size: 19px;
    font-weight: 700;
    line-height: 22px;
    padding: 20px 39px;
    text-align: center;
    text-decoration: none;
    color: #2c042f;
    border: 1px solid #000;
    background: linear-gradient(90deg, #01e3ff 0%, #01cbff 100%);
    clip-path: polygon(0 0, 85% 0%, 100% 30%, 100% 80%, 100% 100%, 13% 100%, 0 65%, 0% 20%);
}

.button-inner {
    margin-bottom: 53px;
}

.voodoo-outer {
    width: 29%;
    max-width: 315px;
    margin-top: 42px;
    text-align: center;
}

.slot-box-inner img {
    width: 116px;
}

.slot-box-inner .rating-number {
    font-size: 15px;
    font-weight: 400;
    line-height: 19.49px;
    padding-top: 9px;
    color: #fff;
}

.slot-box-inner {
    padding-left: 0;
    text-align: center;
}

.pay-outer-card {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    width: 193px;
    gap: 3px;
}

.pay-outer-card img {
    height: 21px;
}

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

    .toplist-casino-listing-10__filter-wrapper::-webkit-scrollbar {
        display: none;
    }
}

@media only screen and (width <= 799px) {
    .main-container {
        padding: 0 11px;
    }

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

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

    .button-inner a.play-now-cta {
        font-size: 12px;
        padding: 10px 20px;
    }

    .deposit-bonus-outer {
        padding: 20px 30px;
    }

    .deposit-box-inner .bonus-outer {
        font-size: 16px;
        line-height: 18px;
    }

    .price-slot-outer {
        font-size: 22px;
    }

    .counter-ship-inner {
        font-size: 15px;
        padding: 2px 0 3px;
    }

    .button-inner {
        margin-bottom: 22px;
    }

    .slot-box-inner img {
        width: 92px;
    }

    .slot-box-inner .rating-number {
        font-size: 14px;
        padding-top: 0;
    }

    .deposit-bonus-outer .box-wrap-outer {
        justify-content: center;
    }

    .voodoo-outer {
        margin-top: 14px;
    }

    .pay-outer-card span {
        width: 27px;
        height: 18px;
        border-radius: 2px;
    }
}

@media only screen and (width <= 575px) {
    .option-card {
        flex-wrap: wrap;
        padding: 24px 0;
    }

    .logo-con {
        width: 100%;
        max-width: 100%;
    }

    .deposit-bonus-outer {
        width: 100%;
        max-width: 100%;
        margin: 13px 0 26px;
        padding: 37px 8px 46px;
        background: linear-gradient(268deg, #ffa0fe4a 0%, #fff0 100%);
        clip-path: polygon(0 0, 100% 11%, 100% 100%, 0 90%);
    }

    .voodoo-outer {
        width: 100%;
        max-width: 100%;
        margin-top: 0;
    }

    .button-inner a.play-now-cta {
        font-size: 21px;
        padding: 20px 46px;
        clip-path: polygon(0 0, 85% 0%, 100% 30%, 100% 80%, 100% 100%, 14% 100%, 0 65%, 0% 20%);
    }

    .deposit-box-inner .bonus-outer {
        font-size: 23px;
        line-height: 28px;
    }

    .price-slot-outer {
        font-size: 30px;
        font-weight: 500;
    }

    .counter-ship-inner {
        font-size: 18px;
        font-weight: 600;
        padding: 8px 0 14px;
    }

    .button-inner {
        margin: 13px 0 36px;
    }

    .slot-box-inner img {
        width: 116px;
    }

    .slot-box-inner .rating-number {
        font-size: 16px;
        padding-top: 9px;
    }

    .pay-outer-card span {
        width: 46px;
        height: 26px;
        border-radius: 6px;
    }
}

.pay-outer-card span:nth-child(n + 5) {
    display: none;
}

.pay-outer-card.top-cas-payment-show span {
    display: inline;
}
