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

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

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

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

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

.option-card {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 12px 30px 81px 52px;
    border-radius: 20px;
    background: linear-gradient(90deg, #aeb3be 0%, #39415a 100%);
    box-shadow: 0 4px 55px 0 #f4f4f4b2;
    gap: 23px;
}

.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-size: 20px;
    font-weight: 500;
    line-height: 39px;
    display: block;
    max-width: 162px;
    margin: 0 0 0 auto;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    border-radius: 58px;
    background: #11b3b9;
}

a.play-now-cta:hover {
    background-color: #6c7386;
}

.expert-reting-wrap .expert-bonus {
    font-size: 18px;
    font-weight: 400;
    line-height: 46px;
    color: #ffffffb2;
}

.bonus-wrap {
    font-size: 25.47px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -0.02em;
    text-transform: capitalize;
    color: #fff;
}

.logo-con img {
    width: 130px;
}

.deposit-box-inner .deposit-boxwrap span img {
    width: 22px;
    padding-right: 4px;
    vertical-align: initial;
}

.deposit-box-inner .deposit-boxwrap span {
    font-size: 20px;
    font-weight: 700;
    line-height: 45px;
    color: #fff;
}

.deposit-box-inner ul {
    list-style: none;
    text-align: right;
}

.deposit-outer-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

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

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

.deport-postive-outer {
    display: flex;
    justify-content: space-between;
    width: 43%;
}

.deposit-box-inner {
    width: 36%;
}

.button-inner {
    width: 51%;
}

.price-outer-wrap ul {
    display: flex;
    justify-content: space-between;
    list-style: none;
}

.price-outer-wrap {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 442px;
    padding: 13px 19px 15px;
    transform: translate(-50%, 0%);
    border-radius: 16px 16px 0 0;
    background-color: #fff;
}

.price-outer-wrap .price-oute span {
    font-size: 15px;
    font-weight: 700;
    line-height: 17.58px;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    color: #545b71;
    gap: 4px;
}

.price-outer-wrap .price-oute span span {
    font-weight: 500;
    opacity: 0.8;
}

.price-outer-wrap .price-oute span img {
    width: 18px;
}

.lotogo-number-casino {
    position: absolute;
    top: 26%;
    left: 0;
    border-radius: 0 30px 30px 0;
    background-color: #fff;
}

.lotogo-number-casino .lotogo-numbewra {
    font-size: 20px;
    font-weight: 800;
    line-height: 39px;
    padding: 17px 4px 17px 5px;
    color: #515358;
}

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

.deposit-boxwrap {
    text-align: right;
}

.price-oute {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 9px;
}

.deposit-box-inner .deposit-boxwrap span span {
    font-size: 52px;
}

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

    .logo-con img {
        width: 92px;
    }

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

    a.play-now-cta {
        font-size: 15px;
        line-height: 21px;
        border-radius: 27px;
    }

    .deposit-box-inner .deposit-boxwrap span img {
        width: 16px;
    }

    .deposit-box-inner .deposit-boxwrap span {
        font-size: 15px;
    }

    .bonus-wrap {
        font-size: 20px;
        line-height: 24px;
    }

    .expert-reting-wrap .expert-bonus {
        font-size: 14px;
        line-height: 26px;
    }

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

    .price-outer-wrap {
        width: 370px;
        padding: 10px 15px 8px;
    }

    .option-card {
        padding: 12px 14px 56px 37px;
    }

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

    .lotogo-number-casino .lotogo-numbewra {
        font-size: 15px;
        line-height: 21px;
    }

    .lotogo-number-casino {
        border-radius: 0 22px 22px 0;
    }

    .deposit-box-inner .deposit-boxwrap span span {
        font-size: 31px;
    }
}

@media only screen and (width <= 575px) {
    .option-card {
        padding: 48px 22px 112px;
    }

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

    .logo-con img {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 124px;
    }

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

    .expert-reting-wrap .expert-bonus {
        font-size: 18px;
        line-height: 46px;
    }

    .bonus-wrap {
        font-size: 23px;
        line-height: 26px;
    }

    .deport-postive-outer {
        width: 100%;
        padding-top: 8px;
    }

    .deposit-box-inner .deposit-boxwrap span {
        font-size: 20px;
    }

    .deposit-box-inner .deposit-boxwrap span img {
        width: 22px;
        padding-right: 2px;
    }

    a.play-now-cta {
        font-size: 20px;
        line-height: 39px;
        border-radius: 58px;
    }

    .button-inner {
        width: 56%;
    }

    .deposit-box-inner {
        width: 32%;
    }

    .deposit-box-inner ul {
        text-align: center;
    }

    .price-outer-wrap .price-oute span {
        font-size: 15px;
    }

    .price-outer-wrap {
        width: 76%;
        padding: 13px 19px 15px;
    }

    .price-outer-wrap ul {
        flex-wrap: wrap;
        gap: 9px;
    }

    .price-outer-wrap .price-oute span img {
        width: 18px;
    }

    .lotogo-number-casino {
        top: 0;
        left: 50%;
        transform: translate(-50%, 0%);
        border-radius: 0 0 30px 30px;
    }

    .lotogo-number-casino .lotogo-numbewra {
        font-size: 20px;
        line-height: 27px;
        padding: 3px 31px;
    }

    .deposit-box-inner .deposit-boxwrap span span {
        font-size: 52px;
    }
}

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

    .bonus-wrap {
        font-size: 20px;
        line-height: 23px;
    }

    .expert-reting-wrap .expert-bonus {
        font-size: 17px;
        line-height: 34px;
    }

    a.play-now-cta {
        font-size: 18px;
        line-height: 29px;
    }

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

    .lotogo-number-casino .lotogo-numbewra {
        font-size: 17px;
    }

    .deposit-box-inner .deposit-boxwrap span span {
        font-size: 37px;
    }
}
