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

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

.toplist-gamblinginsider__offers {
    display: flex;
    flex-direction: column;
    counter-reset: toplist-gamblinginsider-counter 0;
    gap: 8px;
}

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

.toplist-gamblinginsider__filter-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 16px 0;
    gap: 8px;
}

.toplist-gamblinginsider__filter-tag {
    font-family: 'Instrument Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    line-height: 26px;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    justify-content: center;
    height: 32px;
    padding: 3px 16px;
    cursor: pointer;
    user-select: none;
    text-align: center;
    text-transform: uppercase;
    color: #5c5c5c;
    border: 1px solid #dfdfdf;
    border-radius: 50px;
}

.toplist-gamblinginsider__filter-tag.filter-tag-active {
    color: #fff;
    border-color: #bc292a;
    background: #bc292a;
}

.toplist-gamblinginsider__filter-tag.hidden {
    display: none;
}

.toplist-gamblinginsider__filter-show-more-btn {
    width: 44px;
    height: 32px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 13C12.5523 13 13 12.5523 13 12C13 11.4477 12.5523 11 12 11C11.4477 11 11 11.4477 11 12C11 12.5523 11.4477 13 12 13Z' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19 13C19.5523 13 20 12.5523 20 12C20 11.4477 19.5523 11 19 11C18.4477 11 18 11.4477 18 12C18 12.5523 18.4477 13 19 13Z' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 13C5.55228 13 6 12.5523 6 12C6 11.4477 5.55228 11 5 11C4.44772 11 4 11.4477 4 12C4 12.5523 4.44772 13 5 13Z' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px;
}

.toplist-gamblinginsider__offer {
    background: #000;
}

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

.toplist-gamblinginsider__offer-inner {
    position: relative;
    display: grid;
    align-items: center;
    counter-increment: toplist-gamblinginsider-counter 1;
    background: linear-gradient(160deg, var(--background-color) -14.15%, #000 38.67%);
    gap: 0 40px;
    grid-template-areas:
        'logo title actions'
        'info info info';
    grid-template-columns: 346px auto 199px;
    grid-template-rows: 1fr auto;
}

.toplist-gamblinginsider__offer-inner:before {
    font-family: 'Instrument Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    line-height: 26px;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    content: counter(toplist-gamblinginsider-counter);
    text-align: center;
    color: #fff;
    border: 1px solid #363636;
    border-top: unset;
    background: #1c1c1c;
}

.toplist-gamblinginsider__offer-top-rated {
    font-family: 'Instrument Sans', sans-serif;
    font-size: 12px;
    font-weight: 700;
    font-style: normal;
    line-height: 18px;
    position: absolute;
    top: 0;
    left: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 26px;
    padding: 5px 10px;
    color: #bc292a;
    border: 1px solid #363636;
    border-top: unset;
    border-left: unset;
    border-radius: 0 0 8px;
    background: #fff6f3;
}

.toplist-gamblinginsider__offer-top-rated:after {
    width: 14px;
    height: 16px;
    margin-left: 4px;
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M11.0287 5.3519C11.0133 6.3539 10.68 7.71057 9.11733 8.23657C9.60667 7.07257 9.68133 5.95857 9.33467 4.91724C8.87133 3.51924 7.32533 2.42724 6.29667 1.83257C5.94533 1.62857 5.49467 1.8819 5.50133 2.2879C5.51467 3.02924 5.28933 4.11257 4.19533 5.20657C2.738 6.66257 2 8.16724 2 9.6779C2 11.5746 3.33333 13.9999 6 13.9999C3.306 11.3059 5.33333 9.01124 5.33333 9.01124C5.89733 12.9539 8.65867 13.9999 10 13.9999C11.1407 13.9999 13.3333 13.1666 13.3333 9.70124C13.3333 7.61257 12.4453 6.02724 11.7433 5.1019C11.512 4.79657 11.034 4.9699 11.0287 5.3519Z' fill='%23BC292A'/%3E%3C/svg%3E");
}

.toplist-gamblinginsider__offer-logo-wrapper {
    display: flex;
    align-items: center;
    padding: 32px 0 24px 24px;
    gap: 16px;
    grid-area: logo;
}

.toplist-gamblinginsider__offer-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 166px;
    height: 80px;
}

.toplist-gamblinginsider__offer-logo img {
    width: 166px;
    height: 80px;
    padding: 0 6px;
    object-fit: contain;
}

.toplist-gamblinginsider__offer-rating {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 138px;
    padding: 8px 8px 4px;
    border: 1px solid #363636;
    border-radius: 4px;
    background: #1c1c1c;
}

.toplist-gamblinginsider__offer-rating-title {
    font-family: 'Instrument Sans', sans-serif;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    line-height: 18px;
    margin-bottom: 2px;
    color: #e2e2e2;
}

.toplist-gamblinginsider__offer-rating-wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.toplist-gamblinginsider__offer-rating-value {
    font-family: 'Instrument Sans', sans-serif;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 28px;
    color: #fff;
}

.toplist-gamblinginsider__offer-rating-value:after {
    position: relative;
    top: 1px;
    display: inline-flex;
    width: 17px;
    height: 16px;
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='16' viewBox='0 0 17 16' fill='none'%3E%3Cpath d='M5.25406 9.8866L3.24664 16L8.5007 12.2199L13.752 16L11.7487 9.8866L17 6.11063H10.5081L8.5007 0L6.49328 6.11063H0L5.25406 9.8866Z' fill='white'/%3E%3C/svg%3E");
}

.toplist-gamblinginsider__offer-rating-tier {
    font-family: 'Instrument Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    line-height: 22px;
    color: #e2e2e2;
}

.toplist-gamblinginsider__offer-title-wrapper {
    display: flex;
    flex-direction: column;
    margin: 24px 0;
    gap: 4px;
    grid-area: title;
}

.toplist-gamblinginsider__offer-bonus {
    font-family: 'Instrument Sans', sans-serif;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    line-height: 18px;
    color: #e2e2e2;
}

.toplist-gamblinginsider__offer-title {
    font-family: 'Instrument Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 22px;
    color: #fff;
}

.toplist-gamblinginsider__offer-title span {
    font-size: 26px;
    font-weight: 700;
    line-height: 30px;
    vertical-align: middle;
}

.toplist-gamblinginsider__offer-actions {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding-right: 24px;
    gap: 12px;
    grid-area: actions;
}

.toplist-gamblinginsider__offer-coupon-code-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px 24px;
    cursor: pointer;
    border: 1px dashed #dfdfdf;
    border-radius: 2px;
    background: #1c1c1c;
}

.toplist-gamblinginsider__offer-coupon-code {
    font-family: Inter, sans-serif;
    font-size: 12px;
    font-weight: 700;
    font-style: normal;
    line-height: 16px;
    text-align: center;
    letter-spacing: 1.2px;
    color: #fff;
}

.toplist-gamblinginsider__offer-cta-btn {
    font-family: 'Instrument Sans', sans-serif;
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 44px;
    padding: 6px 10px;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    background: #bc0000;
}

.toplist-gamblinginsider__offer-cta-btn:hover {
    text-decoration: unset;
    color: #fff;
    background: #8d0f10;
}

.toplist-gamblinginsider__offer-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1px;
    padding: 12px 24px;
    border-top: 1px solid #363636;
    grid-area: info;
}

.toplist-gamblinginsider__offer-facts {
    display: flex;
    align-items: center;
    flex: 1;
    justify-content: flex-start;
}

.toplist-gamblinginsider__offer-fact {
    display: flex;
    align-items: center;
    flex-basis: calc(100% / 4);
    flex-shrink: 0;
    gap: 4px;
}

.toplist-gamblinginsider__offer-fact-head,
.toplist-gamblinginsider__offer-payment-title {
    font-family: 'Instrument Sans', sans-serif;
    font-size: 10px;
    font-weight: 400;
    font-style: normal;
    line-height: 12px;
    letter-spacing: -0.2px;
    color: #e2e2e2;
}

.toplist-gamblinginsider__offer-fact-body,
.toplist-gamblinginsider__offer-payment {
    font-family: 'Instrument Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    line-height: 22px;
    color: #e2e2e2;
}

.toplist-gamblinginsider__offer-payments-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    justify-content: flex-start;
    width: 253px;
    cursor: pointer;
    color: #e2e2e2;
    gap: 4px;
}

.toplist-gamblinginsider__offer-payments {
    display: inline-block;
    overflow: hidden;
    width: max-content;
    max-width: 209px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.toplist-gamblinginsider__offer-payments-tooltip {
    font-family: 'Instrument Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    line-height: 22px;
    position: absolute;
    z-index: 10;
    top: 25px;
    left: 70%;
    display: flex;
    flex-wrap: wrap;
    padding: 16px;
    transform: translateX(-50%);
    color: #e2e2e2;
    border: 1px solid #363636;
    border-radius: 2px;
    background: #000;
    gap: 4px;
}

.toplist-gamblinginsider__offer-payments-wrapper:hover .toplist-gamblinginsider__offer-payments-tooltip {
    display: flex !important;
}

.toplist-gamblinginsider__offer-payment-in-tooltip {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.toplist-gamblinginsider__offer-payment-in-tooltip:not(:last-child):after {
    content: ',';
    color: #e2e2e2;
}

.toplist-gamblinginsider__offer-info-opener {
    display: none;
}

.toplist-gamblinginsider__show-more-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    margin: 16px 0;
}

.toplist-gamblinginsider__show-more-title {
    font-family: 'Instrument Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 22px;
    position: absolute;
    left: 0;
    color: #5c5c5c;
}

.toplist-gamblinginsider__show-more-btn {
    font-family: 'Instrument Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    line-height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    height: 46px;
    margin: auto;
    padding: 10px 24px;
    text-align: center;
    text-transform: capitalize;
    color: #000;
    border: 2px solid #bc0000;
    border-radius: 4px;
}

.toplist-gamblinginsider__show-more-btn:hover {
    cursor: pointer;
    border-color: #760000;
}

@media (max-width: 991px) {
    .toplist-gamblinginsider__wrapper {
        margin: 0 -15px 16px;
    }

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

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

    .toplist-gamblinginsider__filter-tag {
        font-size: 13px;
        line-height: 24px;
        height: 30px;
    }

    .toplist-gamblinginsider__filter-tag.hidden {
        display: block;
    }

    .toplist-gamblinginsider__filter-show-more-btn {
        display: none;
    }

    .toplist-gamblinginsider__offer {
        position: relative;
    }

    .toplist-gamblinginsider__offer-inner {
        padding: 20px 16px 16px;
        background: linear-gradient(216deg, var(--background-color) -14.15%, #000 38.67%);
        gap: 12px 20px;
        grid-template-areas:
            'logo title'
            'logo actions'
            'info info';
        grid-template-columns: 140px auto;
    }

    .toplist-gamblinginsider__offer-inner:before {
        font-size: 11px;
        line-height: 24px;
        width: 22px;
        height: 24px;
        border-left: unset;
    }

    .toplist-gamblinginsider__offer-top-rated {
        font-size: 11px;
        line-height: 17px;
        left: 22px;
        height: 24px;
    }

    .toplist-gamblinginsider__offer-logo-wrapper {
        flex-direction: column;
        height: 100%;
        padding: 0;
        gap: unset;
    }

    .toplist-gamblinginsider__offer-logo,
    .toplist-gamblinginsider__offer-logo img {
        width: 140px;
        height: 67px;
    }

    .toplist-gamblinginsider__offer-rating {
        width: 100%;
        margin-top: auto;
        padding: 6px 8px 4px;
    }

    .toplist-gamblinginsider__offer-rating-title {
        font-size: 11px;
        line-height: 17px;
    }

    .toplist-gamblinginsider__offer-rating-wrapper {
        align-items: center;
        flex-direction: row;
        gap: 4px;
    }

    .toplist-gamblinginsider__offer-rating-value {
        font-size: 16px;
        line-height: 19px;
    }

    .toplist-gamblinginsider__offer-rating-value:after {
        top: 0;
        width: 11px;
        height: 11px;
        background-size: 11px;
    }

    .toplist-gamblinginsider__offer-rating-tier,
    .toplist-gamblinginsider__offer-bonus,
    .toplist-gamblinginsider__offer-title {
        font-size: 11px;
        line-height: 17px;
    }

    .toplist-gamblinginsider__offer-title-wrapper {
        margin: 0;
    }

    .toplist-gamblinginsider__offer-title span {
        font-size: 22px;
    }

    .toplist-gamblinginsider__offer-actions {
        padding-right: 0;
        gap: 16px;
    }

    .toplist-gamblinginsider__offer-coupon-code-wrapper {
        width: 100%;
        padding: 4px 24px;
    }

    .toplist-gamblinginsider__offer-coupon-code {
        letter-spacing: 0.96px;
    }

    .toplist-gamblinginsider__offer-cta-btn {
        font-size: 17px;
        line-height: 24px;
        padding: 6px 12px;
    }

    .toplist-gamblinginsider__offer-info {
        overflow: hidden;
        align-items: unset;
        height: 32px;
        padding: 4px 0 0;
        border-top: unset;
    }

    .toplist-gamblinginsider__offer-info.expanded {
        height: 100%;
    }

    .toplist-gamblinginsider__offer-facts {
        align-items: unset;
        flex-wrap: wrap;
        height: max-content;
        row-gap: 4px;
    }

    .toplist-gamblinginsider__offer-fact {
        align-items: unset;
        flex-basis: auto;
        flex-direction: column;
        min-width: 33%;
        max-width: max-content;
        gap: 2px;
    }

    .toplist-gamblinginsider__offer-fact.est {
        order: 4;
    }

    .toplist-gamblinginsider__offer-fact.wager {
        order: 1;
    }

    .toplist-gamblinginsider__offer-fact.deposit {
        order: 2;
    }

    .toplist-gamblinginsider__offer-fact.payout {
        order: 3;
    }

    .toplist-gamblinginsider__offer-fact-head,
    .toplist-gamblinginsider__offer-payment-title {
        color: #737373;
    }

    .toplist-gamblinginsider__offer-fact-body,
    .toplist-gamblinginsider__offer-payment {
        font-size: 11px;
        line-height: 17px;
        color: #bfbfbf;
    }

    .toplist-gamblinginsider__offer-payments-wrapper {
        align-items: unset;
        flex-direction: column;
        justify-content: unset;
        width: 178px;
        max-width: unset;
        gap: 2px;
    }

    .toplist-gamblinginsider__offer-payments {
        line-height: 14px;
        position: relative;
        width: 178px;
        max-width: unset;
        text-overflow: unset;
    }

    .toplist-gamblinginsider__offer-payments:after {
        position: absolute;
        top: 0;
        left: 80px;
        display: block;
        width: 100px;
        height: 30px;
        content: '';
        background: linear-gradient(90deg, transparent 0%, #000 100%);
    }

    .toplist-gamblinginsider__offer-info.expanded .toplist-gamblinginsider__offer-payments {
        overflow: unset;
        width: 139px;
        white-space: unset;
    }

    .toplist-gamblinginsider__offer-info.expanded .toplist-gamblinginsider__offer-payments:after {
        display: none;
    }

    .toplist-gamblinginsider__offer-payments-tooltip,
    .toplist-gamblinginsider__offer-payments-wrapper:hover .toplist-gamblinginsider__offer-payments-tooltip {
        display: none !important;
    }

    .toplist-gamblinginsider__offer-info-extended-content .toplist-gamblinginsider__offer-info-opener {
        position: absolute;
        z-index: 5;
        right: 16px;
        bottom: 13px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 36px;
        height: 36px;
        padding: 6px;
        cursor: pointer;
        border: 1px solid #363636;
        border-radius: 36px;
        background-color: #1c1c1c;
    }

    .toplist-gamblinginsider__offer-info-opener:after {
        position: relative;
        top: 1px;
        left: -1px;
        width: 24px;
        height: 24px;
        content: '';
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 9L12 15L18 9' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    }

    .toplist-gamblinginsider__offer-info-opener.opened {
        bottom: 16px;
        transform: rotate(180deg);
    }

    .toplist-gamblinginsider__show-more-wrapper {
        flex-direction: column;
        gap: 8px;
    }

    .toplist-gamblinginsider__show-more-title {
        font-size: 13px;
        position: unset;
        order: 2;
    }

    .toplist-gamblinginsider__show-more-btn {
        font-size: 13px;
        line-height: 24px;
        order: 1;
        height: 44px;
    }
}

@media (max-width: 380px) {
    .toplist-gamblinginsider__offer-payments-wrapper,
    .toplist-gamblinginsider__offer-payments {
        width: 150px;
    }
}
