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

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

.toplist-pokerscout__offers {
    display: flex;
    flex-direction: column;
    counter-reset: bm-toplist-pokerscout-counter;
}

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

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

.toplist-pokerscout__filter-tag {
    font-family: Roboto, sans-serif;
    font-size: 15px;
    font-weight: 600;
    font-style: normal;
    line-height: 23px;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    justify-content: center;
    height: 40px;
    padding: 12px 16px;
    cursor: pointer;
    user-select: none;
    color: #181a1c;
    border: 1px solid #d6d8da;
    border-radius: 80px;
    background: #fff;
}

.toplist-pokerscout__filter-tag.filter-tag-active {
    border: 2px solid #181a1c;
}

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

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

.toplist-pokerscout__offer:has(.toplist-pokerscout__offer-terms) {
    margin-bottom: 0;
}

.toplist-pokerscout__offer-inner {
    position: relative;
    display: grid;
    padding: 24px;
    counter-increment: bm-toplist-pokerscout-counter 1;
    border-radius: 4px;
    background: #fff;
    box-shadow:
        0 0 4px 0 #00000014,
        0 2px 4px 0 #00000014;
    column-gap: 16px;
    grid-template-areas:
        'logo main actions'
        'logo key-features actions'
        'logo games games';
    grid-template-columns: 120px auto 240px;
    grid-template-rows: auto 1fr;
}

.toplist-pokerscout__offer-inner:before {
    font-family: Roboto, sans-serif;
    font-size: 13px;
    font-weight: 600;
    font-style: normal;
    line-height: 18px;
    position: absolute;
    z-index: 2;
    top: 6px;
    left: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    content: counter(bm-toplist-pokerscout-counter);
    color: #181a1c;
    border-radius: 100px;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M11.0391 2.02157C14.6295 2.5282 17.5532 5.39809 17.9965 9.00873H19.9942C19.5326 4.30521 15.7263 0.548727 11.0391 0.0209961V2.02157Z' fill='%23969BA1'/%3E%3Cpath d='M2.00258 9.0067C2.22814 7.19014 3.06534 5.50448 4.37642 4.22705C5.68751 2.94963 7.39437 2.15654 9.21618 1.97829V-0.0126953C6.86661 0.171153 4.6565 1.17535 2.97258 2.8242C1.28865 4.47304 0.238149 6.66152 0.00488281 9.0067H2.00258Z' fill='%23969BA1'/%3E%3Cpath d='M9.21609 18.0262C7.38208 17.8465 5.66502 17.0438 4.35101 15.7518C3.03701 14.4598 2.20542 12.7565 1.99482 10.9258H0C0.218522 13.2838 1.26315 15.4887 2.94945 17.1513C4.63575 18.8139 6.85526 19.8272 9.21609 20.0123V18.0262Z' fill='%23969BA1'/%3E%3Cpath d='M18.0051 10.9258C17.5877 14.5662 14.6468 17.4677 11.0391 17.9772V19.9768C15.7474 19.4472 19.5653 15.659 19.9999 10.9258H18.0051Z' fill='%23969BA1'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    box-shadow:
        0 0 4px 0 #0000000a,
        0 2px 4px 0 #0000000a;
}

.toplist-pokerscout__offer-top-rated {
    font-family: Roboto, sans-serif;
    font-size: 10px;
    font-weight: 700;
    font-style: normal;
    line-height: 13px;
    position: absolute;
    top: 8px;
    left: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    padding: 3px 8px 3px 24px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 16px;
    background: #d1362a;
}

.toplist-pokerscout__offer-logo-wrapper {
    grid-area: logo;
}

.toplist-pokerscout__offer-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    border-radius: 80px;
}

.toplist-pokerscout__offer-logo img {
    width: 120px;
    height: 120px;
    border-radius: 100%;
    object-fit: contain;
}

.toplist-pokerscout__offer-brand {
    font-family: Roboto, sans-serif;
    font-size: 10px;
    font-weight: 700;
    font-style: normal;
    line-height: 13px;
    margin-top: 8px;
    text-align: center;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: #969ba1;
}

.toplist-pokerscout__offer-description {
    font-family: Roboto, sans-serif;
    font-size: 25px;
    font-weight: 600;
    font-style: normal;
    line-height: 33px;
    display: inline-block;
    letter-spacing: -0.25px;
    text-transform: capitalize;
    color: #181a1c;
    grid-area: main;
}

.toplist-pokerscout__offer-coupon-code-wrapper {
    font-size: 17px;
    font-style: italic;
    line-height: 23px;
    position: relative;
    bottom: 2px;
    display: inline-block;
    margin-left: 8px;
    cursor: pointer;
    color: #e63b2e;
}

.toplist-pokerscout__offer-coupon-code {
    display: inline-block;
    border-bottom: 2px dashed #f4a59f;
}

.toplist-pokerscout__offer-coupon-code:after {
    position: relative;
    top: 2px;
    display: inline-block;
    width: 17px;
    height: 17px;
    margin-left: 4px;
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='19' viewBox='0 0 18 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.6488 6.66616H12.0883C12.6712 6.66616 13.2303 6.89781 13.6426 7.30967C14.0545 7.72198 14.2861 8.2811 14.2861 8.86395V13.2595C14.2861 13.8424 14.0545 14.4015 13.6426 14.8138C13.2303 15.2257 12.6712 15.4573 12.0883 15.4573H7.69276C7.1099 15.4573 6.55078 15.2257 6.13848 14.8138C5.72661 14.4015 5.49496 13.8424 5.49496 13.2595V12.82H5.0554C4.47255 12.82 3.91343 12.5883 3.50113 12.1765C3.08926 11.7642 2.85761 11.205 2.85761 10.6222C2.85761 9.31362 2.85761 7.53517 2.85761 6.2266C2.85761 5.64375 3.08926 5.08463 3.50113 4.67232C3.91343 4.26046 4.47255 4.02881 5.0554 4.02881C6.36397 4.02881 8.14242 4.02881 9.45099 4.02881C10.0338 4.02881 10.593 4.26046 11.0053 4.67232C11.4171 5.08463 11.6488 5.64375 11.6488 6.2266V6.66616ZM6.37408 8.86395V13.2595C6.37408 13.6094 6.51298 13.9448 6.76045 14.1918C7.00748 14.4393 7.34287 14.5782 7.69276 14.5782C9.00132 14.5782 10.7798 14.5782 12.0883 14.5782C12.4382 14.5782 12.7736 14.4393 13.0206 14.1918C13.2681 13.9448 13.407 13.6094 13.407 13.2595C13.407 11.951 13.407 10.1725 13.407 8.86395C13.407 8.51406 13.2681 8.17868 13.0206 7.93165C12.7736 7.68418 12.4382 7.54528 12.0883 7.54528H7.69276C7.34287 7.54528 7.00748 7.68418 6.76045 7.93165C6.51298 8.17868 6.37408 8.51406 6.37408 8.86395ZM5.49496 11.9409H5.0554C4.70552 11.9409 4.37013 11.802 4.1231 11.5545C3.87563 11.3075 3.73673 10.9721 3.73673 10.6222C3.73673 9.31362 3.73673 7.53517 3.73673 6.2266C3.73673 5.87671 3.87563 5.54133 4.1231 5.2943C4.37013 5.04683 4.70552 4.90793 5.0554 4.90793C6.36397 4.90793 8.14242 4.90793 9.45099 4.90793C9.80088 4.90793 10.1363 5.04683 10.3833 5.2943C10.6308 5.54133 10.7697 5.87671 10.7697 6.2266V6.66616H7.69276C7.1099 6.66616 6.55078 6.89781 6.13848 7.30967C5.72661 7.72198 5.49496 8.2811 5.49496 8.86395V11.9409Z' fill='%23E63B2E' stroke='%23E63B2E' stroke-width='0.357141'/%3E%3C/svg%3E%0A");
}

.toplist-pokerscout__offer-key-features {
    margin-top: 8px !important;
    margin-bottom: 0 !important;
    list-style-type: none !important;
    grid-area: key-features;
}

.toplist-pokerscout__offer-key-features-item {
    font-family: Roboto, sans-serif;
    font-size: 15px !important;
    font-weight: 400;
    font-style: normal;
    line-height: 23px !important;
    position: relative;
    display: flex;
    padding-bottom: 0 !important;
    padding-left: 30px !important;
    color: #464b51;
}

.toplist-pokerscout__offer-key-features-item:not(:last-child) {
    margin-bottom: 4px;
}

.toplist-pokerscout__offer-key-features-item:before {
    position: absolute;
    top: 0 !important;
    left: 0;
    width: 22px !important;
    height: 22px !important;
    margin-right: 8px;
    content: '';
    background-color: unset !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22' fill='none'%3E%3Cpath d='M9.40261 16.5C9.0608 16.5 8.73705 16.3405 8.5296 16.0655L5.72198 12.3558C5.63518 12.2412 5.57181 12.1106 5.53549 11.9716C5.49917 11.8325 5.49062 11.6876 5.51033 11.5452C5.53003 11.4029 5.5776 11.2658 5.65033 11.1418C5.72305 11.0178 5.81949 10.9094 5.93415 10.8227C6.04876 10.7356 6.17943 10.6721 6.31866 10.6356C6.45788 10.5992 6.60294 10.5905 6.7455 10.6102C6.88807 10.63 7.02534 10.6776 7.14946 10.7505C7.27358 10.8233 7.38209 10.92 7.46879 11.0348L9.31618 13.4739L13.961 6.01524C14.115 5.76897 14.3604 5.59385 14.6434 5.5283C14.9264 5.46275 15.2238 5.51211 15.4705 5.66556C15.9836 5.98459 16.1415 6.66037 15.8209 7.17427L10.333 15.983C10.2393 16.134 10.1102 16.2599 9.95681 16.3497C9.80344 16.4396 9.63047 16.4906 9.4529 16.4984C9.43562 16.5 9.4199 16.5 9.40261 16.5Z' fill='%23E63B2E'/%3E%3C/svg%3E") !important;
}

.toplist-pokerscout__offer-actions {
    grid-area: actions;
}

.toplist-pokerscout__offer-cta-btn {
    font-family: Roboto, sans-serif;
    font-size: 17px;
    font-weight: 600;
    font-style: normal;
    line-height: 23px;
    display: block;
    width: 100%;
    padding: 12px 24px;
    text-align: center;
    letter-spacing: 0.34px;
    text-transform: uppercase;
    color: #fff;
    border: 2px solid #0fb77a;
    border-radius: 80px;
    background: #0fb77a;
}

.toplist-pokerscout__offer-cta-btn:hover {
    text-decoration: unset;
    color: #fff;
    border-color: #179969;
    background: #179969;
}

.toplist-pokerscout__offer-cta-btn:focus {
    background: #0fb77a !important;
}

.toplist-pokerscout__offer-facts {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
}

.toplist-pokerscout__offer-fact {
    width: 84px;
}

.toplist-pokerscout__offer-fact-body {
    font-family: Roboto, sans-serif;
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    line-height: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 24px;
    text-transform: capitalize;
    color: #e63b2e;
}

.toplist-pokerscout__offer-fact-body span {
    font-size: 21px;
    font-weight: 600;
    line-height: 33px;
    position: relative;
    top: -1px;
}

.toplist-pokerscout__offer-fact-head,
.toplist-pokerscout__offer-fact-head a {
    font-family: Roboto, sans-serif;
    font-size: 10px;
    font-weight: 400;
    font-style: normal;
    line-height: 13px;
    margin-top: 2px;
    text-align: center;
    color: #5a6068;
}

.toplist-pokerscout__offer-fact-head a {
    text-decoration: underline;
}

.toplist-pokerscout__offer-fact-head a:hover {
    text-decoration: none;
}

.toplist-pokerscout__offer-games-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 24px;
    gap: 4px;
    grid-area: games;
}

.toplist-pokerscout__offer-games-title {
    font-family: Roboto, sans-serif;
    font-size: 13px;
    font-weight: 600;
    font-style: normal;
    line-height: 18px;
    margin-right: 4px;
    color: #181a1c;
}

.toplist-pokerscout__offer-games-list {
    display: contents;
}

.toplist-pokerscout__offer-game {
    font-family: Roboto, sans-serif;
    font-size: 13px;
    font-weight: 400;
    font-style: normal;
    line-height: 18px;
    padding: 4px 8px;
    text-align: center;
    color: #636972;
    border-radius: 80px;
    background: #f8f8f8;
}

.toplist-pokerscout__offer-game.hidden {
    display: none;
}

.toplist-pokerscout__offer-games-show-more {
    font-family: Roboto, sans-serif;
    font-size: 13px;
    font-weight: 400;
    font-style: normal;
    line-height: 18px;
    text-align: center;
    color: #181a1c;
}

.toplist-pokerscout__offer-games-show-more:hover {
    cursor: pointer;
    text-decoration: underline;
}

.toplist-pokerscout__offer-terms,
.toplist-pokerscout__offer-terms p {
    font-family: Roboto, sans-serif;
    font-size: 10px;
    font-weight: 400;
    font-style: italic;
    line-height: 13px;
    margin: 8px 0;
    color: #5a6068;
}

.toplist-pokerscout__show-more-btn-wrapper {
    margin-top: 16px;
}

.toplist-pokerscout__show-more-stripe {
    position: relative;
    top: 24px;
    display: block;
    width: 100%;
    height: 1px;
    background: #d6d8da;
}

.toplist-pokerscout__show-more-btn {
    font-family: Roboto, sans-serif;
    font-size: 15px;
    font-weight: 600;
    font-style: normal;
    line-height: 23px;
    position: relative;
    z-index: 2;
    width: 220px;
    height: 48px;
    margin: 0 auto;
    padding: 12px 24px;
    text-align: center;
    color: #181a1c;
    border: 1px solid #d6d8da;
    border-radius: 80px;
    background: #fff;
}

.toplist-pokerscout__show-more-btn:hover {
    cursor: pointer;
    border-color: #181a1c;
}

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

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

    .toplist-pokerscout__offer-inner {
        padding: 36px 0 16px;
        gap: 0 12px;
        grid-template-areas:
            'logo main'
            'actions actions'
            'key-features key-features'
            'games games';
        grid-template-columns: 88px auto;
        grid-template-rows: auto;
    }

    .toplist-pokerscout__offer-inner:before {
        font-size: 11px;
        line-height: 17px;
        top: 16px;
        left: 16px;
    }

    .toplist-pokerscout__offer-logo-wrapper {
        padding-left: 16px;
    }

    .toplist-pokerscout__offer-top-rated {
        font-size: 9px;
        line-height: 11px;
        top: 17px;
        left: 23px;
        letter-spacing: 0.72px;
    }

    .toplist-pokerscout__offer-logo {
        width: 72px;
        height: 72px;
        margin-top: 6px;
    }

    .toplist-pokerscout__offer-logo img {
        width: 72px;
        height: 72px;
    }

    .toplist-pokerscout__offer-brand {
        font-size: 9px;
        line-height: 11px;
        position: absolute;
        top: 16px;
        right: 13px;
        left: auto;
        margin-top: 0;
        letter-spacing: 0.72px;
    }

    .toplist-pokerscout__offer-description {
        font-size: 19px;
        line-height: 29px;
        display: flex;
        flex-direction: column;
        padding-right: 16px;
        letter-spacing: unset;
    }

    .toplist-pokerscout__offer-coupon-code-wrapper {
        font-size: 15px;
        line-height: 21px;
        margin-left: 0;
    }

    .toplist-pokerscout__offer-actions {
        margin: 12px 0 16px;
        padding: 0 16px;
    }

    .toplist-pokerscout__offer-facts {
        margin-top: 12px;
    }

    .toplist-pokerscout__offer-fact {
        width: 33%;
    }

    .toplist-pokerscout__offer-fact-body {
        font-size: 13px;
        line-height: 21px;
    }

    .toplist-pokerscout__offer-fact-body span {
        font-size: 19px;
        line-height: 29px;
    }

    .toplist-pokerscout__offer-fact-head,
    .toplist-pokerscout__offer-fact-head a {
        line-height: 21px;
        margin-top: 2px;
    }

    .toplist-pokerscout__offer-key-features {
        margin: 0 16px !important;
        padding-top: 16px !important;
        border-top: 0.5px solid #d6d8da;
    }

    .toplist-pokerscout__offer-key-features-item {
        line-height: 25px !important;
    }

    .toplist-pokerscout__offer-games-wrapper {
        overflow: hidden;
        align-items: unset;
        flex-direction: column;
        margin-top: 16px;
        padding-left: 16px;
    }

    .toplist-pokerscout__offer-games-title {
        font-size: 13px;
        line-height: 21px;
    }

    .toplist-pokerscout__offer-games-list {
        display: unset;
        overflow: scroll;
        width: 100%;
        white-space: nowrap;
    }

    .toplist-pokerscout__offer-games-list::-webkit-scrollbar {
        display: none;
    }

    .toplist-pokerscout__offer-game,
    .toplist-pokerscout__offer-game.hidden {
        font-size: 11px;
        line-height: 17px;
        display: inline-block;
        width: max-content;
    }

    .toplist-pokerscout__offer-games-show-more {
        display: none;
    }

    .toplist-pokerscout__offer-terms,
    .toplist-pokerscout__offer-terms p {
        font-size: 9px;
        line-height: 11px;
    }
}
