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

.toplist-casino-listing-2__wrapper * {
    box-sizing: content-box;
    margin: 0;
    padding: 0;
}

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

.toplist-casino-listing-2__offers {
    display: flex;
    flex-direction: column;
    counter-reset: section;
    gap: 14px;
}

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

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

.toplist-casino-listing-2__filter-tag {
    color: #260B37;
    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: 40px;
    border: 1px solid #B71D83;
}

.toplist-casino-listing-2__filter-tag.filter-tag-active {
    color: #fff;
    background: #B71D83;
}

.toplist-casino-listing-2__offer {
    /* box-sizing: content-box; */
}

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

.jackpotcow-card-outer {
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    border: 2px solid #dcdcdc;
    border-radius: 20px;
    background: #fff;
}

.jackpotcow-top-outer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 45px 36px;
}

.logo-outer {
    display: inline-block;
    width: 28%;
    max-width: 350px;
    padding-right: 2%;
    text-align: center;
}

.jackpot-bonus-con {
    display: inline-block;
    width: 40%;
    padding-right: 8%;
    padding-left: 3%;
}

.jackpot-cta-con {
    display: inline-block;
    width: 38%;
    max-width: 215px;
    padding-right: 6px;
}

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

.jackpot-heading-con {
    font-size: 18px;
    font-weight: 800;
    line-height: 20px;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    color: #c61783;
}

.jackpot-heading-con a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #c61783;
}

.jackpot-heading-con img {
    margin-left: 15px;
}

.jackpot-bonus-con .bonus-outer {
    font-size: 17.7px;
    font-weight: 700;
    line-height: 29px;
    max-width: 220px;
    margin: 16px 0 0;
    padding: 0;
    text-transform: capitalize;
    color: #260b37;
}

.jackpotcow-bottom-outer {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 20px;
    border-radius: 0 0 20px 20px;
    background: #b71d83;
    gap: 20px;
}

.jackpot-games-con span {
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    display: block;
    width: 100%;
    margin: 0 0 8px;
    text-align: center;
    text-transform: capitalize;
    color: #fff;
}

.jackpot-games-con strong {
    font-size: 16px;
    font-weight: 800;
    line-height: 18px;
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
}

.jackpot-cta-con a {
    font-size: 19px;
    font-weight: 500;
    display: inline-block;
    width: 100%;
    transition: all ease-in-out;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    border: 3px solid transparent;
    border-radius: 141px;
    background: linear-gradient(to right, #ff3da0 16%, #f8b3f1 50%, #ea5aa3 79%);
}

.jackpot-cta-con span {
    display: inline-block;
    width: 91%;
    padding: 15px 10px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    border-radius: 141px;
    background: linear-gradient(to right, #c61783 28%, #ff0182 50%, #b71d83 72%);
}

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

.payment-method-con .pay-outer-card {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
}

.payment-method-con .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;
}

.jackpot-cta-con a span:hover {
    background: linear-gradient(to right, #ff0182 5%, #b71d83 47%, #ff0182 93%);
}

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

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

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

@media only screen and (width <= 799px) {
    .disclaimer-outer {
        padding: 10px 20px;
        border-radius: 10px;
    }

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

    .jackpotcow-top-outer {
        padding: 20px 16px;
    }

    .logo-outer {
        width: 20%;
        padding-right: 2%;
    }

    .jackpot-bonus-con .bonus-outer {
        font-size: 15px;
        line-height: 24px;
    }

    .jackpot-heading-con {
        font-size: 16px;
    }

    .jackpot-heading-con img {
        width: 8px;
        margin-left: 11px;
    }

    .jackpot-bonus-con {
        width: 50%;
        padding-right: 2%;
        padding-left: 5%;
    }

    .jackpot-cta-con {
        width: 32%;
        max-width: 180px;
    }

    .jackpot-cta-con span {
        padding: 11px 9px;
    }

    .jackpot-cta-con a {
        font-size: 15px;
        width: 100%;
    }

    .jackpotcow-bottom-outer {
        padding: 10px 12px;
        gap: 15px;
    }

    .jackpot-games-con span {
        font-size: 11px;
        margin: 0 0 6px;
        color: #fff;
    }

    .jackpot-games-con strong {
        font-size: 14px;
        line-height: 16px;
    }
}

@media only screen and (width <= 575px) {
    .jackpotcow-card-outer {
        position: relative;
        margin-bottom: 30px;
        padding-bottom: 90px;
    }

    .jackpotcow-top-outer {
        padding: 20px 16px 10px;
    }

    .logo-outer {
        width: 40%;
        padding-right: 2%;
    }

    .jackpot-bonus-con {
        float: right;
        width: 50%;
        padding-right: 0;
        padding-left: 0;
    }

    .jackpotcow-bottom-outer {
        display: inline-block;
        padding: 30px 12px;
        border-radius: 0;
    }

    .jackpot-games-con {
        display: inline-block;
        width: 32%;
    }

    .jackpot-games-con.jackpot-max-bonus {
        width: 49%;
        margin: 15px 0;
    }

    .jackpot-games-con.payment-method-con {
        width: 100%;
    }

    .jackpot-games-con span {
        font-size: 14px;
        margin: 0 0 8px;
    }

    .jackpot-cta-con {
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 100%;
        max-width: 80%;
        transform: translate(-50%, -50%);
    }

    .jackpot-cta-con span {
        padding: 12px 10px;
    }

    .jackpot-bonus-con .bonus-outer {
        margin: 5px 0 0;
    }
}

@media only screen and (width <= 479px) {
    .jackpot-bonus-con {
        width: 60%;
    }

    .jackpot-bonus-con .bonus-outer {
        font-size: 14px;
        line-height: 20px;
    }

    .jackpot-heading-con {
        font-size: 15px;
        line-height: 15px;
    }

    .jackpotcow-card-outer {
        padding-bottom: 95px;
    }
}

@media only screen and (width <= 375px) {
    .jackpotcow-top-outer {
        padding: 15px 10px 10px;
    }

    .jackpot-games-con span {
        font-size: 12px;
        margin: 0 0 5px;
    }

    .jackpot-games-con strong {
        font-size: 13px;
    }

    .jackpotcow-bottom-outer {
        padding: 15px 5px;
    }

    .jackpot-cta-con {
        bottom: -10px;
        width: 100%;
        max-width: 80%;
        padding: 0;
    }

    .jackpot-bonus-con .bonus-outer {
        font-size: 13px;
        line-height: 16px;
    }

    .jackpotcow-card-outer {
        padding-bottom: 75px;
    }
}
