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

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

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

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

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

.option-card ul {
    list-style: none;
}

.all-starz-inner-outer {
    box-sizing: border-box;
    border: 2px solid #6f6f6f;
    border-radius: 17px;
    background-color: #fff;
}

.option-card {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 31px 33px 33px 25px;
    gap: 11px;
}

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

a.play-now-cta {
    font-family: Lato, serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    display: block;
    padding: 16px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    border-radius: 8px;
    background: #e74a35;
    box-shadow: 0 4px 14px 0 #00000040;
}

a.play-now-cta:hover {
    background-color: #000a29;
}

.lotogo-number-casino {
    border-radius: 50px;
    background-color: #e74a35;
}

.lotogo-number-casino .logoto-num {
    font-size: 15px;
    font-weight: 800;
    line-height: 31px;
    width: 32px;
    height: 32px;
    text-align: center;
    color: #fff;
}

.lotogo-number-casino .logoto-num:after {
    content: counter(section);
    counter-increment: section;
}

.top-header {
    display: flex;
    align-items: center;
    padding: 12px 20px;
    border-radius: 15px 15px 0 0;
    background: #000a29;
    gap: 46px;
}

.top-header .logotext-outer span {
    font-size: 20px;
    font-weight: 500;
    line-height: 33px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #fff;
    gap: 15px;
}

.get-up-btn {
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    max-width: 105px;
    padding: 8px;
    text-align: center;
    color: #463c3c;
    border-radius: 6px;
    background: #b6b0b033;
}

.gamble-wrap-outer {
    font-size: 20px;
    font-weight: 800;
    line-height: 39px;
    letter-spacing: -0.01em;
    text-transform: capitalize;
    color: #000a29;
}

.deposit-box-inner .price-out {
    font-size: 18px;
    font-weight: 400;
    line-height: 21.6px;
    color: #463c3c;
}

.deposit-outer-wrap .deposit-outer span {
    font-size: 16px;
    font-weight: 700;
    line-height: 19.2px;
    display: flex;
    align-items: center;
    color: #a4a2a2;
    gap: 8px;
}

.deposit-outer-wrap .deposit-outer span span {
    font-weight: 800;
    color: #463c3c;
}

.deposit-outer-wrap .deposit-outer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 15px;
}

.logo-con {
    width: 19%;
    text-align: center;
}

.logo-con img {
    max-width: 160px;
}

.top-header .logotext-outer span img {
    width: 29px;
}

.price-slot-outer {
    width: 23%;
}

.deport-postive-outer {
    width: 42.4%;
}

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

    .top-header {
        gap: 26px;
    }

    .lotogo-number-casino .logoto-num {
        font-size: 13px;
        line-height: 24px;
        width: 24px;
        height: 24px;
    }

    .top-header .logotext-outer span {
        font-size: 14px;
        line-height: 22px;
    }

    .logo-con img {
        max-width: 112px;
    }

    .top-header .logotext-outer span img {
        width: 22px;
    }

    .gamble-wrap-outer {
        font-size: 13px;
        line-height: 31px;
    }

    .deposit-box-inner .price-out {
        font-size: 14px;
        line-height: 11px;
    }

    .option-card {
        padding: 20px;
    }

    .deposit-outer-wrap .deposit-outer span img {
        width: 16px;
    }

    .deposit-outer-wrap .deposit-outer span {
        font-size: 11px;
        gap: 4px;
    }

    .deposit-outer-wrap .deposit-outer {
        padding-bottom: 10px;
    }

    a.play-now-cta {
        font-size: 16px;
        padding: 10px;
    }

    .get-up-btn {
        font-size: 13px;
        line-height: 18px;
        max-width: 83px;
        padding: 4px;
    }
}

@media only screen and (width <= 575px) {
    .top-header .logotext-outer span {
        font-size: 13px;
        line-height: 17px;
        gap: 11px;
    }

    .lotogo-number-casino .logoto-num {
        font-size: 15px;
        line-height: 30px;
        width: 32px;
        height: 32px;
    }

    .top-header {
        gap: 17px;
    }

    .logo-con {
        width: 46%;
        text-align: left;
    }

    .price-slot-outer {
        width: 50%;
    }

    .deport-postive-outer {
        width: 100%;
    }

    .logo-con img {
        max-width: 137px;
    }

    .top-header .logotext-outer span img {
        width: 29px;
    }

    .get-up-btn {
        max-width: 72px;
        padding: 8px;
    }

    .gamble-wrap-outer {
        font-size: 19px;
        line-height: 44px;
    }

    .deposit-box-inner .price-out {
        font-size: 15px;
        font-weight: 700;
    }

    .option-card {
        padding: 20px 11px 16px;
    }

    a.play-now-cta {
        font-size: 20px;
        font-weight: 700;
        line-height: 39px;
        padding: 11px;
    }

    .deposit-outer-wrap .deposit-outer span {
        font-size: 16px;
        gap: 8px;
    }

    .deposit-outer-wrap .deposit-outer span img {
        width: 20px;
    }

    .deposit-outer-wrap {
        display: flex;
        flex-direction: column-reverse;
        gap: 19px;
    }

    .deposit-outer-wrap .deposit-outer {
        padding-bottom: 0;
    }

    .button-inner {
        margin-top: 14px;
    }
}

@media only screen and (width <= 375px) {
    .logo-con {
        width: 45%;
    }

    .logo-con img {
        max-width: 115px;
    }

    .gamble-wrap-outer {
        font-size: 15px;
        line-height: 37px;
    }

    a.play-now-cta {
        font-size: 18px;
        padding: 4px;
    }

    .deposit-outer-wrap .deposit-outer span {
        font-size: 13px;
    }

    .top-header .logotext-outer span {
        font-size: 10px;
        line-height: 14px;
    }

    .top-header .logotext-outer span img {
        width: 25px;
    }

    .lotogo-number-casino .logoto-num {
        font-size: 13px;
        line-height: 26px;
        width: 26px;
        height: 26px;
    }
}
