@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;700&family=Inter:wght@600;700&display=swap');

.dw-toplist-cq__wrapper {
    margin: 32px 0;
}

.dw-toplist-cq__offers {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.dw-toplist-casinoquest__filter-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 8px 0;
    gap: 8px;
}

.dw-toplist-casinoquest__filter-tag {
    font-family: Inter, sans-serif;
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    line-height: 30px;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    justify-content: center;
    height: 40px;
    padding: 4px 16px;
    cursor: pointer;
    user-select: none;
    text-align: center;
    color: #260b37;
    border: 1px solid #202020;
    border-radius: 40px;
    background: #fff;
}

.dw-toplist-casinoquest__filter-tag.filter-tag-active {
    color: #fff;
    background: #202020;
}

.dw-toplist-cq__offer {
    display: grid;
    align-items: center;
    padding: 16px 32px 16px 16px;
    border: 1px solid #e8e8e8;
    background: #fff;
    gap: 24px;
    grid-template-areas: 'logo extra main cta-btn';
    grid-template-columns: 208px 120px auto 190px;
    grid-template-rows: 1fr;
}

.dw-toplist-cq__offer.hidden {
    display: none;
}

.dw-toplist-cq__offer-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-area: logo;
}

.dw-toplist-cq__offer-logo img {
    width: 100%;
    height: 100px;
    object-fit: contain;
}

.dw-toplist-cq__offer-main {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    grid-area: main;
}

.dw-toplist-cq__offer-title,
.dw-toplist-cq__offer-title p {
    font-family: Inter, serif;
    font-size: 24px;
    font-weight: 700;
    font-style: normal;
    line-height: 30px;
    text-align: center;
    color: #000;
}

.dw-toplist-cq__offer-title p {
    display: inline;
    margin: 0;
    padding: 0;
}

.dw-toplist-cq__offer-key-feature {
    font-family: 'Nanum Gothic', serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    padding: 4px 12px;
    text-align: center;
    color: #000000b2;
    background: #f1f2f4;
}

.dw-toplist-cq__offer-extra {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding-right: 24px;
    border-right: 1px solid #e8e8e8;
    gap: 4px;
    grid-area: extra;
}

.dw-toplist-cq__offer-rating-wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.dw-toplist-cq__offer-rating-score {
    font-family: Inter, serif;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 30px;
    color: #000;
}

.dw-toplist-cq__offer-rating {
    display: flex;
    align-items: center;
    justify-content: center;
}

.dw-toplist-cq__offer-rating img {
    height: 16px;
}

.dw-toplist-cq__offer-brand-name {
    font-family: 'Nanum Gothic', serif;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    line-height: 24px;
    text-align: center;
    color: #000000b2;
}

.dw-toplist-cq__offer-cta-btn {
    font-family: 'Nanum Gothic', serif;
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    line-height: 30px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 64px;
    padding: 0 8px;
    text-align: center;
    text-transform: capitalize;
    color: #fff;
    border-left: 4px solid #0d794c;
    background: #0f9960;
    gap: 8px;
    grid-area: cta-btn;
}

.dw-toplist-cq__offer-cta-btn:after {
    width: 20px;
    height: 20px;
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.16659 10.8333L15.8333 4.16666' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.88881 3.33334H3.33325V16.6667H16.6666V13.1111' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16.6667 8.33334V3.33334H11.6667' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
}

.dw-toplist-cq__offer-cta-btn:hover {
    text-decoration: none;
    color: #fff;
    background: #0d794c;
}

.dw-toplist-cq__show-more-btn {
    font-family: 'Nanum Gothic', serif;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    height: 48px;
    margin: 32px auto 0;
    padding: 0 24px;
    text-align: center;
    text-transform: capitalize;
    color: #000;
    border: 2px solid #000;
    border-radius: 4px;
    gap: 8px;
}

.dw-toplist-cq__show-more-btn:hover {
    cursor: pointer;
    color: #6bafff;
    border-color: #6bafff;
}

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

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

    .dw-toplist-casinoquest__filter-tag,
    .dw-toplist-casinoquest__filter-tag.filter-tag-active {
        font-size: 16px;
        line-height: 24px;
    }

    .dw-toplist-cq__offer {
        padding: 8px;
        gap: 16px;
        grid-template-areas:
            'logo extra'
            'main main'
            'cta-btn cta-btn';
        grid-template-columns: 1fr 1fr;
    }

    .dw-toplist-cq__offer-logo img {
        width: 146px;
        height: 70px;
    }

    .dw-toplist-cq__offer-main {
        gap: 16px;
    }

    .dw-toplist-cq__offer-title,
    .dw-toplist-cq__offer-title p {
        font-size: 20px;
        line-height: 24px;
    }

    .dw-toplist-cq__offer-key-feature {
        font-size: 12px;
        line-height: 20px;
        width: 100%;
        padding: 6px 15px;
    }

    .dw-toplist-cq__offer-extra {
        justify-content: flex-start;
        padding: 0;
        border: 0;
        gap: 0;
    }

    .dw-toplist-cq__offer-rating-score {
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
    }

    .dw-toplist-cq__offer-rating img {
        height: 16px;
        margin: 4px 0;
    }

    .dw-toplist-cq__offer-brand-name {
        line-height: 20px;
    }

    .dw-toplist-cq__offer-cta-btn {
        font-size: 16px;
        line-height: 24px;
        height: 56px;
    }
}
