.toplist-gamereactor__wrapper {
    margin-bottom: 24px;
}

.toplist-gamereactor__offers {
    display: flex;
    flex-direction: column;
    counter-reset: toplist-gamereactor-counter 0;
}

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

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

.toplist-gamereactor__filter-tag {
    font-family: Roboto, sans-serif;
    font-size: 14.3px;
    font-weight: 400;
    font-style: normal;
    line-height: 23px;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    justify-content: center;
    height: 40px;
    padding: 12px 15px;
    cursor: pointer;
    user-select: none;
    color: #777;
    border: 1px solid #ccc;
    border-radius: 100px;
}

.toplist-gamereactor__filter-tag.filter-tag-active {
    color: #000;
    border: 2px solid #000;
}

.toplist-gamereactor__offer {
    position: relative;
    display: grid;
    overflow: hidden;
    flex-direction: column;
    padding: 20px;
    counter-increment: toplist-gamereactor-counter;
    border-bottom: 1px solid #666;
    background: #000;
    gap: 16px 24px;
    grid-template-areas:
        'logo main'
        'terms terms';
    grid-template-columns: 180px auto;
    grid-template-rows: 1fr;
    isolation: isolate;
}

.toplist-gamereactor__offer:first-child {
    border-top: 1px solid #666;
}

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

.toplist-gamereactor__offer:before {
    position: absolute;
    z-index: -2;
    content: '';
    pointer-events: none;
    opacity: 0.5;
    background: var(--bm-glow-color);
    filter: blur(48px);
    inset: 0;
}

.toplist-gamereactor__offer:after {
    position: absolute;
    z-index: -1;
    content: '';
    transform: translateY(40%);
    pointer-events: none;
    opacity: 0.6;
    background-image: var(--bm-brand-logo);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
    filter: blur(48px);
    inset: 0;
}

.toplist-gamereactor__offer-logo-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 180px;
    margin: 4px 0;
    grid-area: logo;
}

.toplist-gamereactor__offer-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 86px;
    border-radius: 4px 4px 0 0;
}

.toplist-gamereactor__offer-logo:before {
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    line-height: normal;
    position: absolute;
    top: 4px;
    left: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    content: counter(toplist-gamereactor-counter);
    text-align: center;
    color: #fff;
    border-radius: 4px;
    background: #ffffff3d;
}

.toplist-gamereactor__offer-logo img {
    width: 128px;
    height: 44px;
    object-fit: contain;
}

.toplist-gamereactor__offer-rating {
    font-family: Arial, sans-serif;
    font-size: 17.6px;
    font-weight: 700;
    font-style: normal;
    line-height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 32px;
    padding: 8px;
    text-align: center;
    color: #fff;
    border-radius: 0 0 4px 4px;
    background: #eeeeee19;
    gap: 2px;
}

.toplist-gamereactor__offer-rating:before {
    width: 13px;
    min-width: 13px;
    height: 12px;
    margin-right: 2px;
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='12' viewBox='0 0 13 12' fill='none'%3E%3Cpath d='M10.1119 11.9969C10.0078 11.9973 9.90506 11.9735 9.8123 11.9275L6.49021 10.242L3.16812 11.9275C3.06025 11.9824 2.9386 12.007 2.81711 11.9983C2.69554 11.9896 2.57896 11.9481 2.48055 11.8783C2.38213 11.8086 2.3059 11.7136 2.26049 11.6039C2.21507 11.4944 2.20227 11.3746 2.22364 11.2583L2.87503 7.70423L0.191296 5.17909C0.107546 5.09811 0.0481389 4.99657 0.0194777 4.88535C-0.00925798 4.77413 -0.00613053 4.65745 0.0284118 4.54781C0.0661553 4.43562 0.135611 4.33593 0.22889 4.26005C0.322169 4.18417 0.435476 4.13515 0.556077 4.11854L4.269 3.59458L5.90396 0.356113C5.95733 0.249379 6.04056 0.159368 6.14426 0.096386C6.24797 0.0334045 6.36782 0 6.49021 0C6.6126 0 6.73245 0.0334045 6.83615 0.096386C6.93986 0.159368 7.02316 0.249379 7.07646 0.356113L8.731 3.58827L12.4439 4.11223C12.5645 4.12884 12.6778 4.17786 12.7711 4.25374C12.8644 4.32961 12.9338 4.4293 12.9716 4.5415C13.0061 4.65113 13.0093 4.76782 12.9805 4.87904C12.9519 4.99026 12.8925 5.0918 12.8087 5.17278L10.125 7.69788L10.7764 11.252C10.7997 11.3703 10.7875 11.4927 10.7413 11.6045C10.6951 11.7164 10.6169 11.8131 10.5158 11.8833C10.3979 11.9634 10.2558 12.0034 10.1119 11.9969Z' fill='%23FFC107'/%3E%3C/svg%3E");
}

.toplist-gamereactor__offer-rating span {
    font-size: 14px;
    position: relative;
    top: 1px;
}

.toplist-gamereactor__offer-rating a,
.toplist-gamereactor__offer-rating a:hover {
    font-family: Arial, sans-serif;
    font-size: 10px;
    font-weight: 400;
    font-style: normal;
    line-height: 13px;
    margin-left: 8px;
    text-align: left;
    text-decoration: underline;
    color: #fff;
    text-underline-position: from-font;
}

.toplist-gamereactor__offer-main {
    display: flex;
    flex-direction: column;
    grid-area: main;
}

.toplist-gamereactor__offer-top-rated {
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    font-style: italic;
    line-height: 16px;
    text-transform: uppercase;
    color: #bbb;
    background: linear-gradient(180deg, #fff200 42.31%, #c09118 58.17%);
    background-clip: text;
    filter: drop-shadow(0 1px 0 #844610);
    -webkit-text-fill-color: transparent;
}

.toplist-gamereactor__offer-title {
    font-family: Arial, sans-serif;
    font-size: 25px;
    font-weight: 700;
    font-style: normal;
    line-height: normal;
    margin-top: 4px;
    letter-spacing: -1px;
    color: #fff;
}

.toplist-gamereactor__offer-info {
    display: flex;
    flex-direction: column;
    margin-top: 16px;
    gap: 8px;
}

.toplist-gamereactor__offer-cta-btn {
    font-family: Arial, sans-serif;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 48px;
    padding: 12px 24px;
    text-align: center;
    white-space: normal;
    text-decoration: unset;
    text-transform: uppercase;
    color: #fff;
    border-radius: 4px;
    background: #ec1c8c;
    gap: 8px;
}

.toplist-gamereactor__offer-cta-btn:after {
    display: block;
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M10.8 1.80005L9.54 3.06005L14.58 8.10005H0V9.90005H14.58L9.54 14.9401L10.8 16.2L18 9.00005L10.8 1.80005Z' fill='white'/%3E%3C/svg%3E");
}

.toplist-gamereactor__offer-cta-btn:hover {
    text-decoration: unset;
    color: #fff;
    background: #cc0e75;
}

.toplist-gamereactor__offer-coupon-code-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    min-height: 32px;
    padding: 8px 0;
    cursor: pointer;
    border-radius: 5.5px;
    background: #eeeeee2d;
    gap: 8px;
}

.toplist-gamereactor__offer-coupon-code-text {
    font-family: Arial, sans-serif;
    font-size: 13.333px;
    font-weight: 400;
    font-style: normal;
    line-height: normal;
    color: #fff;
}

.toplist-gamereactor__offer-coupon-code {
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    line-height: 18px;
    color: #fff;
    text-decoration-line: underline;
    text-underline-position: from-font;
}

.toplist-gamereactor__offer-coupon-code:after {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 4px;
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M6.5 1H3C2.73478 1 2.48043 1.10536 2.29289 1.29289C2.10536 1.48043 2 1.73478 2 2V10C2 10.2652 2.10536 10.5196 2.29289 10.7071C2.48043 10.8946 2.73478 11 3 11H9C9.26522 11 9.51957 10.8946 9.70711 10.7071C9.89464 10.5196 10 10.2652 10 10V4.5L6.5 1Z' stroke='white' stroke-width='1.125' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.5 1V4.5H10' stroke='white' stroke-width='1.125' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.toplist-gamereactor__offer-terms,
.toplist-gamereactor__offer-terms p {
    font-family: Arial, sans-serif;
    font-size: 10px;
    font-weight: 400;
    font-style: italic;
    line-height: normal;
    color: #dddf;
    grid-area: terms;
}

.toplist-gamereactor__offer-terms p {
    margin-bottom: 0;
}

.toplist-gamereactor__show-more-btn {
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    font-style: normal;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    height: 38px;
    margin: 16px auto 0;
    padding: 11px 24px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    border: 1px solid #000;
}

.toplist-gamereactor__show-more-btn:hover {
    cursor: pointer;
    color: #ec1c8c;
    border-color: #ec1c8c;
}

.toplist-gamereactor__wrapper .toplist__disclaimer-above,
.toplist-gamereactor__wrapper .toplist__disclaimer-below {
    font-size: 10px;
    font-style: italic;
    color: #666;
}

.toplist-gamereactor__wrapper .toplist__disclaimer-above a,
.toplist-gamereactor__wrapper .toplist__disclaimer-below a {
    text-decoration: underline;
    color: #666;
    text-underline-position: from-font;
}

@media (max-width: 991px) {
    .toplist-gamereactor__filter-wrapper {
        overflow-x: scroll;
        flex-wrap: nowrap;
        width: 100vw;
        margin: 0 -16px 8px;
        padding: 0 16px;
        gap: 5px;
    }

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

    .toplist-gamereactor__offer {
        padding: 16px;
        gap: 16px;
        grid-template-areas:
            'logo'
            'main'
            'terms';
        grid-template-columns: auto;
    }

    .toplist-gamereactor__offer:after {
        transform: none;
        background-position: center;
        filter: blur(20px);
    }

    .toplist-gamereactor__offer-logo-wrapper {
        width: 100%;
        margin: 0;
    }

    .toplist-gamereactor__offer-logo {
        width: 100%;
        height: 100px;
    }

    .toplist-gamereactor__offer-logo img {
        width: 208px;
        height: 100px;
    }

    .toplist-gamereactor__offer-rating {
        height: 24px;
        padding: 4px 0;
    }

    .toplist-gamereactor__offer-rating a,
    .toplist-gamereactor__offer-rating a:hover {
        font-size: 11px;
    }

    .toplist-gamereactor__offer-title {
        margin-top: 8px;
    }

    .toplist-gamereactor__offer-cta-btn {
        font-size: 18px;
    }
}
