.toplist-hochgepokert__wrapper {
    margin: 24px 0;
}

.toplist-hochgepokert__offers {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

.toplist-hochgepokert__filter-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0;
    gap: 10px;
}

.toplist-hochgepokert__filter-tag {
    font-family: 'Liberation Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    line-height: 28px;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    justify-content: center;
    padding: 4px 16px;
    cursor: pointer;
    user-select: none;
    text-align: center;
    text-transform: capitalize;
    color: #060606;
    border: 1px solid #060606;
    border-radius: 8px;
}

.toplist-hochgepokert__filter-tag.filter-tag-active {
    color: #fff;
    background: #060606;
}

.toplist-hochgepokert__offer {
    padding: 8px;
    border: 1px solid #ffdb41;
    border-radius: 32px;
}

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

.toplist-hochgepokert__offer-inner {
    display: grid;
    align-items: center;
    padding: 16px;
    border-radius: 32px;
    background: #f5f5f5;
    gap: 0 32px;
    grid-template-areas:
        'logo-w-rating extra'
        'cta-btn extra';
    grid-template-columns: 170px auto;
    grid-template-rows: auto;
}

.toplist-hochgepokert__offer-poker-inner {
    display: grid;
    align-items: center;
    padding: 16px;
    border-radius: 32px;
    background: #f5f5f5;
    gap: 0 32px;
    grid-template-areas:
        'logo-w-rating extra'
        'cta-btn extra';
    grid-template-columns: 170px auto;
    grid-template-rows: auto;
}

.toplist-hochgepokert__offer-logo-w-rating {
    display: flex;
    flex-direction: column;
    height: 100%;
    gap: 6px;
    grid-area: logo-w-rating;
}

.toplist-hochgepokert__offer-extra {
    display: flex;
    align-self: center;
    flex-direction: column;
    gap: 8px;
    grid-area: extra;
}

.toplist-hochgepokert__offer-description {
    font-family: 'Liberation Sans', sans-serif;
    font-size: 24px;
    font-weight: 400;
    font-style: normal;
    line-height: 150%;
    color: #060606;
}

.toplist-hochgepokert__offer-key-features {
    display: flex;
    flex-direction: column;
    margin: 0 !important;
    gap: 8px;
}

.toplist-hochgepokert__offer-key-features li {
    font-family: 'Liberation Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    line-height: 17px;
    position: relative;
    display: flex;
    margin: 0;
    padding-bottom: unset !important;
    list-style: none;
    text-transform: capitalize;
    color: #404040;
    gap: 12px;
}

.toplist-hochgepokert__offer-key-features li:before {
    display: flex;
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' viewBox='0 0 17 17' fill='none'%3E%3Cg clip-path='url(%23clip0_9022_1416)'%3E%3Cpath d='M8.16658 0.24054C3.75555 0.24054 0.16658 3.82951 0.16658 8.24054C0.16658 12.6516 3.75555 16.2405 8.16658 16.2405C12.5776 16.2405 16.1666 12.6516 16.1666 8.24054C16.1666 3.82951 12.5776 0.24054 8.16658 0.24054ZM12.6378 6.13528L7.52498 11.208C7.22422 11.5087 6.74302 11.5288 6.42222 11.228L3.71545 8.76184C3.39465 8.46109 3.3746 7.95984 3.6553 7.63904C3.95605 7.31823 4.45731 7.29818 4.77811 7.59894L6.92347 9.56385L11.4949 4.99242C11.8157 4.67162 12.317 4.67162 12.6378 4.99242C12.9586 5.31322 12.9586 5.81447 12.6378 6.13528Z' fill='%2355ABFF'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_9022_1416'%3E%3Crect width='16' height='16' fill='white' transform='translate(0.16658 0.24054)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
}

.toplist-hochgepokert__offer-cta {
    display: flex;
    align-items: center;
    margin-top: auto;
    grid-area: cta-btn;
}

.toplist-hochgepokert__offer-cta-btn {
    font-family: 'Liberation Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    line-height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 170px;
    height: 44px;
    padding: 6px 12px 6px 6px;
    text-align: center;
    text-transform: capitalize;
    color: #060606;
    border-radius: 32px;
    background: #ffea10;
}

.toplist-hochgepokert__offer-cta-btn:hover {
    text-decoration: none !important;
    color: #060606;
    background: #e1e100;
}

.toplist-hochgepokert__offer-logo {
    order: 1;
}

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

.toplist-hochgepokert__offer-rating {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.toplist-hochgepokert__offer-rating-stars {
    display: flex;
    align-items: center;
}

.toplist-hochgepokert__offer-rating-stars img {
    height: 15px;
}

.toplist-hochgepokert__offer-rating-text {
    font-family: 'Liberation Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    line-height: 28px;
    text-align: center;
    text-transform: capitalize;
    color: #060606;
}

.toplist-hochgepokert__show-more-btn {
    font-family: 'Liberation Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    line-height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 170px;
    height: 44px;
    margin: 10px auto auto;
    padding: 6px 12px 6px 6px;
    text-align: center;
    text-transform: capitalize;
    color: #060606;
    border: 1px solid #060606;
    border-radius: 32px;
}

.toplist-hochgepokert__show-more-btn:hover {
    cursor: pointer;
    background-color: #e8e8e8;
}

.toplist-hochgepokert__offer-facts {
    display: flex;
    margin-top: 5px;
    gap: 9px;
}

.toplist-hochgepokert__offer-fact {
    font-family: 'Liberation Sans', sans-serif;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    line-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px 6px;
    color: #404040;
    border: 1px solid #55abff;
    gap: 4px;
}

.toplist-hochgepokert__offer-fact span {
    font-family: 'Liberation Sans', sans-serif;
    font-size: 15px;
    font-weight: 700;
    font-style: normal;
    line-height: normal;
    text-transform: capitalize;
    color: #55abff;
}

@media (max-width: 991px) {
    .toplist-hochgepokert__offers {
        gap: 8px;
    }

    .toplist-hochgepokert__filter-wrapper {
        overflow-x: scroll;
        flex-wrap: nowrap;
        width: 100vw;
        margin: 0 -16px 8px;
        padding: 0 16px;
    }

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

    .toplist-hochgepokert__offer-inner {
        border-radius: 24px;
        grid-template-areas:
            'logo-w-rating'
            'extra'
            'cta-btn'
            'key-features';
        grid-template-columns: auto;
        grid-template-rows: auto;
    }

    .toplist-hochgepokert__offer-poker-inner {
        border-radius: 24px;
        grid-template-areas:
            'logo-w-rating'
            'extra'
            'cta-btn'
            'key-features';
        grid-template-columns: auto;
        grid-template-rows: auto;
    }

    .toplist-hochgepokert__offer-logo-w-rating {
        flex-direction: row;
        gap: unset;
    }

    .toplist-hochgepokert__offer-rating {
        justify-content: flex-end;
        width: 100%;
    }

    .toplist-hochgepokert__offer-description {
        font-size: 20px;
        margin-top: 4px;
    }

    .toplist-hochgepokert__offer-logo {
        order: unset;
    }

    .toplist-hochgepokert__offer-extra {
        margin-top: 4px;
    }

    .toplist-hochgepokert__offer-key-features {
        display: none;
    }

    .toplist-hochgepokert__offer-key-features-mobile {
        display: flex !important;
        flex-direction: column;
        gap: 8px;
        grid-area: key-features;
    }

    .toplist-hochgepokert__offer-key-features-mobile .toplist-hochgepokert__offer-key-features {
        display: flex !important;
    }

    .toplist-hochgepokert__offer-key-features li {
        font-size: 14px;
        line-height: 16px;
        margin-left: 28px;
    }

    .toplist-hochgepokert__offer-key-features li:before {
        position: absolute;
        left: -28px;
    }

    .toplist-hochgepokert__offer-cta {
        align-items: unset;
        flex-direction: column;
    }

    .toplist-hochgepokert__offer-cta-btn {
        width: 100%;
        margin-top: 4px;
        margin-bottom: 16px;
    }

    .toplist-hochgepokert__offer-poker-inner .toplist-hochgepokert__offer-cta-btn {
        margin-bottom: unset;
    }

    .toplist-hochgepokert__show-more-btn {
        font-size: 14px;
        margin: 8px auto auto;
    }

    .toplist-hochgepokert__offer-facts {
        display: none;
    }

    .toplist-hochgepokert__offer-facts-mobile {
        display: flex !important;
        align-items: center;
        justify-content: center;
        margin: 16px 0;
    }

    .toplist-hochgepokert__offer-facts-mobile .toplist-hochgepokert__offer-facts {
        display: flex !important;
        width: 100%;
        margin-top: 0;
    }

    .toplist-hochgepokert__offer-facts-mobile .toplist-hochgepokert__offer-fact {
        flex-direction: column;
        width: 100%;
        padding: 4px;
        text-align: center;
    }

    .toplist-hochgepokert__offer-fact span {
        font-size: 14px;
    }
}
