@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@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-20__wrapper * {
    box-sizing: content-box;
    margin: 0;
    padding: 0;
}

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

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

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

.option-card {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    box-sizing: border-box;
    border: 2px solid #6f6f6f;
    background: #fff;
    box-shadow: 0 4px 55px 0 #f4f4f4b2;
    gap: 10px;
}

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

.play-now-cta {
    font-family: Lato, serif;
    font-size: 20px;
    font-weight: 800;
    line-height: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 239px;
    height: 54px;
    margin: 0 auto;
    padding: 10px;
    transition: 0.3s;
    text-decoration: none;
    color: #fff;
    background-image: url('../images/li20/btn-bg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.play-now-cta:hover {
    transform: scale(1.02);
}

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

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

.price-slot-outer {
    display: flex;
    justify-content: right;
    width: 49%;
    max-width: 262px;
}

.expert-reting-wrap {
    max-width: 250px;
}

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

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

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

.bonus-wrap {
    font-family: Roboto, serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 38px;
    color: #fff;
}

.expert-reting-wrap span {
    font-family: Lato, serif;
    font-size: 22px;
    font-weight: 800;
    line-height: 22px;
    color: #fff;
}

.deposit-box-inner {
    font-family: Roboto, serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 21.09px;
    color: #626262;
}

.expert-reting-wrap .deposit-box-inner {
    padding: 6px 0 4px;
}

.expert-reting-wrap .deposit-box-inner img {
    width: 93px;
}

.expert-wrap {
    font-family: Roboto, serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    color: #fff;
}

.expert-reting-wrap .expert-wrap {
    font-family: Roboto, serif;
    font-size: 15.66px;
    font-weight: 400;
    line-height: 18.35px;
    color: #fff;
}

.deposit-outer-wrap .deport-cus {
    font-size: 10px;
    font-weight: 400;
    line-height: 17px;
    text-align: center;
    color: #767171;
}

.deposit-wrap-left {
    display: flex;
    align-items: center;
    width: 52%;
    min-height: 215px;
    padding: 0 0 0 49px;
    background: linear-gradient(90deg, #3b35e7 0%, #a074cf 100%);
    clip-path: polygon(0 0, 100% 0, 83% 100%, 0% 100%);
    gap: 24px;
}

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

.deposit-outer-wrap {
    padding: 6px 14px 4px 0;
    text-align: center;
}

.button-inner {
    padding: 7px 0 9px;
}

.deposit-box-inner span {
    font-weight: 800;
}

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

    .bonus-wrap {
        font-size: 15px;
        line-height: 28px;
    }

    .expert-reting-wrap span {
        font-size: 19px;
    }

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

    .expert-reting-wrap .deposit-box-inner img {
        width: 83px;
    }

    .deposit-wrap-left {
        width: 49%;
    }

    .deposit-box-inner {
        font-size: 13px;
    }

    .play-now-cta {
        font-size: 14px;
        height: 42px;
        padding: 0;
    }

    .lotogo-number-casino .lotogo-numbe {
        font-size: 17px;
        padding: 14px 4px 14px 5px;
    }

    .expert-wrap {
        font-size: 15px;
    }
}

@media only screen and (width <= 575px) {
    .deposit-wrap-left {
        width: 100%;
        min-height: unset;
        padding: 54px 18px 49px 21px;
        background: linear-gradient(180deg, #3b35e7 0%, #a074cf 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 88%);
    }

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

    .logo-con {
        width: 37%;
    }

    .bonus-wrap {
        font-size: 19px;
        line-height: 38px;
    }

    .expert-wrap {
        font-size: 13px;
    }

    .lotogo-number-casino .lotogo-numbe {
        font-size: 16px;
        transform: rotate(270deg);
    }

    .lotogo-number-casino {
        top: -4%;
        left: 48%;
        transform: rotate(90deg);
    }

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

    .deposit-box-inner {
        font-size: 18px;
        line-height: 24px;
    }

    .play-now-cta {
        font-size: 20px;
        max-width: 100%;
        height: 81px;
        margin: 0;
        padding: 0;
    }

    .deposit-outer-wrap .deport-cus {
        font-size: 12px;
    }

    .deposit-outer-wrap {
        padding: 6px 22px 25px;
    }
}

@media only screen and (width <= 375px) {
    .bonus-wrap {
        font-size: 14px;
    }

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

    .expert-reting-wrap .deposit-box-inner {
        padding: 0;
    }

    .expert-reting-wrap .expert-wrap {
        font-size: 13px;
        line-height: 8px;
    }
}
