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

.toplist-pokerfirma-casino__wrapper {
    margin: 24px 0;
}

.toplist-pokerfirma-casino__offers {
    font-family: Lato, serif;
    display: flex;
    flex-direction: column;
    gap: 26px;
}

.toplist-pokerfirma-casino__filter-tags-json {
    box-sizing: border-box;
}

.toplist-pokerfirma-casino__filter-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 16px 0 32px;
    gap: 4px;
}

.toplist-pokerfirma-casino__filter-tag {
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    line-height: 19.6px;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    justify-content: center;
    height: 32px;
    padding: 6px 12px;
    cursor: pointer;
    user-select: none;
    color: #000;
    border: 1px solid #000;
    border-radius: 50px;
}

.toplist-pokerfirma-casino__filter-tag.filter-tag-active {
    color: #fff;
    background: #000;
}

.toplist-pokerfirma-casino__offer {
    box-sizing: border-box;
}

.toplist-pokerfirma-casino__offer.hidden {
    display: none;
}

.option-sec h2 {
    font-size: 38px;
    font-weight: bold;
    line-height: 46px;
    margin-bottom: 24px;
}

.logo-con {
    float: left;
    width: 17.8%;
    max-width: 190px;
    padding-right: 1.5%;
}

.extra-coinz-outer {
    float: left;
    box-sizing: border-box;
    width: 36%;
    max-width: 360px;
    padding: 8px 2.3%;
    border-right: 1px solid #e7e7e799;
    border-left: 1px solid #e7e7e799;
}

.extra-rating-outer {
    float: left;
    box-sizing: border-box;
    width: 25%;
    max-width: 280px;
    padding: 0 2.2%;
}

.buttons-outer-con {
    float: right;
    box-sizing: border-box;
    width: 19%;
}

.main-logo-con {
    display: block;
    width: 100%;
    max-width: 184px;
}

.small-logo-con {
    width: 77px;
    margin-top: 5px;
}

.star-rating-con img {
    width: 47%;
    max-width: 90px;
}

.extra-coinz-outer span {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    color: #1d1d1d;
}

.extra-coinz-inner {
    font-size: 13px;
    font-weight: 900;
    line-height: 22px;
    margin: 5px 0 0;
    padding: 7px 10px;
    text-transform: uppercase;
    color: #000;
    border-radius: 6px;
    background: #f6f6f6;
}

.rating-main-heading {
    font-size: 13px;
    font-weight: 800;
    line-height: 24px;
    text-transform: uppercase;
    color: #000;
}

.star-rating-con span {
    font-size: 20px;
    font-weight: 800;
    line-height: 18px;
    display: inline-block;
    width: 30%;
    max-width: 90px;
    margin-right: 3px;
    padding: 7px 10px;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    background: #178f25;
}

.updated-date-con {
    font-size: 10px;
    display: inline-block;
    margin: 7px 0 0;
    text-transform: uppercase;
    color: #000;
}

.terms-con {
    font-size: 11px;
    line-height: 14px;
    display: block;
    width: 100%;
    text-align: center;
    color: #1d1d1d;
}

.option-sec {
    counter-reset: section;
}

.option-card {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    width: 100%;
    padding: 15px 20px;
    border: 3px solid #eea11a;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 0 4px 6px #00000019;
}

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

.star-rating-con i {
    font-size: 14px;
    color: #eea11a;
}

.star-rating-con {
    margin: 2px 0 0;
}

.option-card:before {
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    position: absolute;
    top: -23px;
    left: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    content: '';
    content: counters(section, '.') ' ';
    counter-increment: section;
    text-align: center;
    color: #000;
    border: 3px solid #f8c670d2;
    border-radius: 50%;
    background: #f6b440;
}

.button-inner a {
    font-size: 12px;
    font-weight: 900;
    line-height: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    margin: 6px 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 3px;
}

.button-inner a:last-of-type {
    margin-bottom: 0;
}

.button-inner a img {
    width: 6px;
    margin-left: 3px;
}

a.play-now-cta {
    color: #fff;
    background: linear-gradient(to bottom, #000 0%, #262626c4 100%);
}

a.play-now-cta:hover {
    color: #fff;
    background: linear-gradient(to bottom, #262626c4 0%, #000 100%);
}

a.visit-website-cta {
    color: #000;
    background: linear-gradient(to bottom, #ebb24e 0%, #ebb24e 100%);
}

a.visit-website-cta:hover {
    transition: unset !important;
    color: #000;
    background: #e09d0e;
}

.toplist-pokerfirma-casino__show-more-btn {
    font-family: Lato, serif;
    font-size: 16px;
    font-weight: 800;
    font-style: normal;
    line-height: 135%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 40px;
    margin: 12px auto;
    padding: 9px 8px;
    text-align: center;
    letter-spacing: 0.16px;
    color: #000;
    border: 2px solid #000;
    border-radius: 52px;
}

.toplist-pokerfirma-casino__show-more-btn:hover {
    cursor: pointer;
    opacity: 0.6;
}

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

    .toplist-pokerfirma-casino__filter-wrapper::-webkit-scrollbar {
        display: none;
    }
}

@media only screen and (width <= 799px) {
    .option-card {
        padding: 5px;
        border-width: 2px;
        gap: 5px;
    }

    .option-card:before {
        font-size: 12px;
        line-height: 18px;
        top: -12px;
        left: 25px;
        width: 22px;
        height: 22px;
        border: 2px solid #f8c670d2;
    }

    .extra-coinz-inner {
        font-size: 12px;
        line-height: 16px;
        margin: 2px 0 0;
        padding: 8px 10px;
        border-radius: 6px;
    }

    .extra-coinz-outer span {
        font-size: 10px;
    }

    .rating-main-heading {
        font-size: 11px;
        line-height: 19px;
    }

    .extra-coinz-outer {
        width: 34%;
        padding: 6px;
    }

    .button-inner a {
        font-size: 11px;
        line-height: 35px;
        margin: 5px 0;
        border-radius: 5px;
    }

    .buttons-outer-con {
        width: 20%;
    }

    .star-rating-con span {
        font-size: 17px;
        line-height: 18px;
        margin-right: 1px;
        padding: 8px 6px;
        border-radius: 5px;
    }

    .updated-date-con {
        font-size: 8px;
    }

    .small-logo-con {
        width: 73px;
        max-width: 65%;
        margin-top: 4px;
    }

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

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

    .toplist-pokerfirma-casino__show-more-btn {
        margin: 11px auto;
    }
}

@media only screen and (width <= 575px) {
    .toplist-pokerfirma-casino__offers {
        gap: 8px;
    }

    .option-card {
        display: inline-block;
        padding: 20px 10px;
    }

    .option-card:before {
        left: 25px;
    }

    .main-logo-con {
        max-width: 100px;
    }

    .logo-con {
        width: 100%;
    }

    .extra-coinz-outer,
    .extra-rating-outer,
    .buttons-outer-con {
        width: 100%;
    }

    .extra-coinz-outer {
        box-sizing: border-box;
        padding: 15px 0;
        border: none;
    }

    .rating-main-heading {
        padding: 0;
    }

    .extra-rating-outer {
        position: absolute;
        top: 14px;
        right: 0;
        width: 160px;
        margin: 0 0 10px;
    }

    .button-inner {
        width: 100%;
    }

    .terms-con {
        display: block;
        width: 100%;
        text-align: center;
    }
}

@media only screen and (width <= 479px) {
    .main-logo-con {
        max-width: 90px;
    }

    .small-logo-con {
        width: 65px;
        max-width: 57%;
    }
}
