@import url('https://fonts.googleapis.com/css2?family=Lato:wght@700;900&family=Poppins:wght@500&display=swap');

.toplist-casinoconquest__wrapper {
    margin: 16px 0;
}

.toplist-casinoconquest__offers {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

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

.toplist-casinoconquest__filter-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    margin: 60px 0;
    gap: 53px;
}

.toplist-casinoconquest__filter-tag {
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 25px;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    justify-content: center;
    height: 25px;
    cursor: pointer;
    user-select: none;
    text-align: center;
    text-transform: capitalize;
    color: #3f3f3f;
}

.toplist-casinoconquest__filter-tag.filter-tag-active {
    text-decoration: underline;
    color: #b50132;
}

.toplist-casinoconquest__filter-tag img {
    width: 24px !important;
    height: 24px !important;
    margin-right: 7px;
}

.toplist-casinoconquest__offer.hidden {
    display: none;
}

.toplist-casinoconquest__offer-inner {
    position: relative;
    display: grid;
    padding: 29px 44px 29px 27px;
    background: linear-gradient(90deg, #202020 0%, #4d5761 100%);
    column-gap: 58px;
    grid-template-areas: 'main rating cta-btn-w-bonus';
    grid-template-columns: auto 106px 189px;
    grid-template-rows: auto;
}

.toplist-casinoconquest__offer-highlighted {
    font-family: Lato, sans-serif;
    font-size: 12px;
    font-weight: 700;
    font-style: normal;
    line-height: 18px;
    position: absolute;
    top: 0;
    left: 0;
    padding: 4px 8px;
    color: #fff;
    background: #f83746;
}

.toplist-casinoconquest__offer-main {
    position: relative;
    display: flex;
    gap: 70px;
    grid-area: main;
}

.toplist-casinoconquest__offer-main:after {
    position: absolute;
    top: 20px;
    right: 0;
    width: 1px;
    height: 133px;
    content: '';
    background: repeating-linear-gradient(to bottom, #716a6a 0, #716a6a 10px, transparent 10px, transparent 20px);
}

.toplist-casinoconquest__offer-logo-wrapper {
    flex-shrink: 0;
    padding-right: 49px;
}

.toplist-casinoconquest__offer-logo-wrapper:after {
    position: absolute;
    top: 20px;
    left: 261px;
    width: 1px;
    height: 133px;
    content: '';
    background: repeating-linear-gradient(to bottom, #716a6a 0, #716a6a 10px, transparent 10px, transparent 20px);
}

.toplist-casinoconquest__offer-logo img {
    width: 212px;
    height: 166px;
    object-fit: contain;
}

.toplist-casinoconquest__offer-rating {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-area: rating;
}

.toplist-casinoconquest__offer-rating-number:before {
    display: block;
    width: 15px;
    height: 14px;
    margin-right: 5px;
    margin-bottom: 8px;
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='14' viewBox='0 0 15 14' fill='none'%3E%3Cpath d='M14.5516 5.2497C14.4332 4.88373 14.1192 4.61861 13.7408 4.56308L9.90876 4.00346L8.19489 0.517166C7.85667 -0.172389 6.73395 -0.172389 6.39573 0.517166L4.68186 4.00346L0.858939 4.56308C0.480695 4.61846 0.166647 4.88466 0.0491874 5.2497C-0.0691964 5.61567 0.0300982 6.01598 0.30412 6.28311L3.07559 8.99013L2.42241 12.8214C2.35821 13.1994 2.51277 13.5825 2.82174 13.8084C3.13178 14.0333 3.54112 14.0625 3.87934 13.884L7.29492 12.0743L10.7207 13.884C10.8672 13.9616 11.0278 14 11.1873 14C11.3949 14 11.6026 13.9355 11.7793 13.8085C12.0885 13.5816 12.2429 13.1995 12.1787 12.8215L11.5255 8.99028L14.297 6.28326C14.5707 6.0169 14.67 5.61474 14.5516 5.2497Z' fill='%23DFCD0B'/%3E%3C/svg%3E");
}

.toplist-casinoconquest__offer-rating-number {
    font-family: Lato, sans-serif;
    font-size: 36px;
    font-weight: 900;
    font-style: normal;
    line-height: 45px;
    display: flex;
    align-items: flex-end;
    text-transform: uppercase;
    color: #fff;
}

.toplist-casinoconquest__offer-rating-max {
    font-family: Lato, sans-serif;
    font-size: 15px;
    font-weight: 900;
    font-style: normal;
    line-height: 31px;
    text-transform: uppercase;
    color: #fff;
}

.toplist-casinoconquest__offer-description {
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-weight: 900;
    font-style: normal;
    line-height: 30px;
    width: 310px;
    margin: auto 22px auto auto;
    text-transform: uppercase;
    color: #fff;
}

.toplist-casinoconquest__offer-cta-btn-w-bonus {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 190px;
    margin: auto;
    gap: 16px;
    grid-area: cta-btn-w-bonus;
}

.toplist-casinoconquest__offer-cta-btn {
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    line-height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 55px;
    padding: 18px 8px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background: #f83746;
}

.toplist-casinoconquest__offer-cta-btn:hover {
    text-decoration: none;
    color: #404950;
    background: #e4e2dd;
}

.toplist-casinoconquest__offer-deposit-box-inner,
.toplist-casinoconquest__offer-bounscode-outer span {
    font-family: 'Proxima Nova', sans-serif;
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    line-height: normal;
    text-transform: capitalize;
    color: #fff;
}

.toplist-casinoconquest__offer-deposit-box-inner {
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 52px;
    padding: 18px 8px;
    border: 2px dashed #a5aaaf;
}

.toplist-casinoconquest__offer-bounscode-outer span {
    font-weight: 600;
}

.toplist-casinoconquest__offer-bounscode-outer span:hover {
    cursor: pointer;
}

.toplist-casinoconquest__show-more-btn {
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    line-height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 189px;
    height: 56px;
    margin: 46px auto auto;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background: #f83746;
}

.toplist-casinoconquest__show-more-btn:hover {
    cursor: pointer;
    color: #414950;
    background: #e4e2dd;
}

@media (max-width: 991px) {
    .toplist-casinoconquest__filter-wrapper {
        overflow-x: scroll;
        flex-wrap: nowrap;
        justify-content: flex-start;
        width: 100vw;
        margin: 0 -16px 23px;
        padding: 0 16px;
        gap: 24.5px;
    }

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

    .toplist-casinoconquest__filter-tag {
        font-size: 11.034px;
        line-height: 17.241px;
    }

    .toplist-casinoconquest__filter-tag img {
        width: 18px !important;
        height: 18px !important;
        margin-right: 4.8px;
    }

    .toplist-casinoconquest__offer-inner {
        display: grid;
        padding: 29px 39px 37px;
        grid-template-areas:
            'main'
            'rating'
            'cta-btn-w-bonus';
        grid-template-columns: auto;
        grid-template-rows: auto;
    }

    .toplist-casinoconquest__offer-main {
        align-items: center;
        flex-direction: column;
        border-right: unset;
        gap: 27px;
    }

    .toplist-casinoconquest__offer-main:after {
        display: none;
    }

    .toplist-casinoconquest__offer-logo-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        padding-right: unset;
        border-right: unset;
    }

    .toplist-casinoconquest__offer-logo-wrapper:after {
        top: 168px;
        right: auto;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background: repeating-linear-gradient(to right, #716a6a 0, #716a6a 10px, transparent 10px, transparent 20px);
    }

    .toplist-casinoconquest__offer-logo img {
        width: 178px;
        height: 140px;
    }

    .toplist-casinoconquest__offer-description {
        position: relative;
        width: 100%;
        margin-top: 24px;
        margin-right: unset;
        margin-bottom: 24px;
        text-align: center;
    }

    .toplist-casinoconquest__offer-description:after {
        position: absolute;
        bottom: -24px;
        left: 0;
        width: 100%;
        height: 1px;
        content: '';
        background: repeating-linear-gradient(to right, #716a6a 0, #716a6a 10px, transparent 10px, transparent 20px);
    }

    .toplist-casinoconquest__offer-rating {
        justify-content: center;
    }

    .toplist-casinoconquest__offer-cta-btn {
        margin-top: 25px;
    }

    .toplist-casinoconquest__offer-rating-number {
        margin-top: 24px;
    }
}
