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

.toplist-casinobeats__wrapper {
    margin-bottom: 32px;
}

.toplist-casinobeats__offers {
    display: flex;
    flex-direction: column;
    counter-reset: bm-toplist-casinobeats-counter;
    gap: 16px;
}

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

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

.toplist-casinobeats__filter-tag {
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    line-height: 22px;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    justify-content: center;
    height: 34px;
    padding: 4px 16px;
    cursor: pointer;
    user-select: none;
    text-align: center;
    color: #5c5c5c;
    border: 1px solid #dfdfdf;
    border-radius: 50px;
    background: #fff;
}

.toplist-casinobeats__filter-tag.filter-tag-active {
    color: #fff;
    border-color: #d33;
    background: #d33;
}

.toplist-casinobeats__offer {
    display: flex;
    flex-direction: column;
    counter-increment: bm-toplist-casinobeats-counter;
    gap: 4px;
}

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

.toplist-casinobeats__offer-inner {
    position: relative;
    display: grid;
    align-items: center;
    padding: 24px;
    border: 1px solid #dfdfdf;
    border-radius: 8px;
    background-color: #fff;
    background-image: url('../images/casinobeats/background.svg');
    background-repeat: no-repeat;
    box-shadow:
        0 1px 2px 0 #0000000a,
        0 4px 16px 0 #0000000f;
    gap: 20px;
    grid-template-areas: 'logo main actions';
    grid-template-columns: 158px auto 194px;
    grid-template-rows: 1fr;
}

.toplist-casinobeats__offer-inner:before {
    font-family: Lato, sans-serif;
    font-size: 16.5px;
    font-weight: 700;
    font-style: normal;
    line-height: 26px;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 30px;
    height: 30px;
    padding: 6px;
    content: counter(bm-toplist-casinobeats-counter);
    text-align: center;
    text-transform: capitalize;
    color: #000;
    border-radius: 0 0 24px 24px;
    background: #e6e6e6;
}

.toplist-casinobeats__offer-brand-name {
    font-family: Lato, sans-serif;
    font-size: 10px;
    font-weight: 400;
    font-style: normal;
    line-height: 10px;
    position: absolute;
    z-index: 1;
    top: 10px;
    left: 56px;
    text-transform: uppercase;
    color: #5c5c5c;
}

.toplist-casinobeats__offer-logo-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    grid-area: logo;
}

.toplist-casinobeats__offer-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 80px;
}

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

.toplist-casinobeats__offer-rating-wrapper {
    position: absolute;
    top: 68px;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 22px;
    padding: 1px 8px 1px 10px;
    transform: translateX(-50%);
    border: 1px solid #dfdfdf;
    border-radius: 22px;
    gap: 4px;
}

.toplist-casinobeats__offer-rating-score {
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    line-height: 26px;
    text-align: center;
    color: #000;
}

.toplist-casinobeats__offer-rating-img {
    position: relative;
    top: -1px;
    width: 67px;
    min-width: 67px;
}

.toplist-casinobeats__offer-rating-img img {
    height: 12.7px;
}

.toplist-casinobeats__offer-review-link {
    font-family: Lato, sans-serif;
    font-size: 10px;
    font-weight: 400;
    font-style: normal;
    line-height: 16.5px;
    text-decoration: underline;
    color: #5c5c5c;
}

.toplist-casinobeats__offer-review-link:hover {
    text-decoration: unset;
    color: #5c5c5c;
}

.toplist-casinobeats__offer-main {
    display: flex;
    align-items: start;
    flex-direction: column;
    gap: 8px;
    grid-area: main;
}

.toplist-casinobeats__offer-title {
    font-family: Lato, sans-serif;
    font-size: 22px;
    font-weight: 900;
    font-style: normal;
    line-height: 30px;
    padding: 4px 24px 4px 12px;
    text-transform: capitalize;
    color: #fff;
    border-radius: 0 50px 50px 0;
    background: #000;
}

.toplist-casinobeats__offer-key-feature {
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    line-height: 26px;
    position: relative;
    padding: 2px 24px 2px 45px;
    color: #000;
    border-radius: 0 50px 50px 0;
    background: #e6e6e6;
}

.toplist-casinobeats__offer-key-feature:before {
    position: absolute;
    top: 5px;
    left: 8px;
    width: 27px;
    height: 20px;
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='20' viewBox='0 0 27 20' fill='none'%3E%3Cpath d='M4.5 10.9285L9.64286 16.0714L22.5 3.21423' stroke='%230F9960' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E");
}

.toplist-casinobeats__offer-actions {
    margin-left: 4px;
    gap: 1px;
    grid-area: actions;
}

.toplist-casinobeats__offer-cta-btn {
    font-family: Lato, sans-serif;
    font-size: 18px;
    font-weight: 900;
    font-style: normal;
    line-height: 26px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 190px;
    height: 50px;
    padding: 6px 44px 6px 12px;
    text-align: center;
    text-decoration: unset;
    color: #fff;
    border-radius: 32px;
    background: #d33;
}

.toplist-casinobeats__offer-cta-btn:after {
    position: absolute;
    right: 6px;
    width: 38px;
    height: 38px;
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='38' height='38' viewBox='0 0 38 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='38' height='38' rx='19' fill='%23F5F5F5'/%3E%3Cpath d='M23.326 19.8127L15.6709 24.1195C15.0212 24.4846 14.1875 24.0425 14.1875 23.3064V14.6929C14.1875 13.958 15.02 13.5148 15.6709 13.8811L23.326 18.1878C23.4738 18.2696 23.5966 18.3878 23.6821 18.5305C23.7675 18.6732 23.8125 18.8353 23.8125 19.0003C23.8125 19.1652 23.7675 19.3273 23.6821 19.47C23.5966 19.6127 23.4738 19.7309 23.326 19.8127Z' fill='black'/%3E%3C/svg%3E%0A");
}

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

.toplist-casinobeats__offer-coupon-code-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 189px;
    height: 29px;
    padding: 0 16px;
    cursor: pointer;
    background: #fff;
    gap: 12px;
}

.toplist-casinobeats__offer-coupon-code {
    font-family: Lato, sans-serif;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    line-height: 16px;
    width: 100%;
    text-align: center;
    letter-spacing: 0.96px;
    text-transform: uppercase;
    color: #767676;
}

.toplist-casinobeats__offer-coupon-code-btn {
    font-family: Lato, sans-serif;
    font-size: 12px;
    font-weight: 900;
    font-style: normal;
    line-height: 16px;
    display: flex;
    align-items: center;
    padding-left: 12px;
    text-align: center;
    color: #000;
    border-left: 1px dashed #bcbcbc;
}

.toplist-casinobeats__offer-terms,
.toplist-casinobeats__offer-terms p {
    font-family: Lato, sans-serif;
    font-size: 10px;
    font-weight: 400;
    font-style: italic;
    line-height: 12px;
    margin-bottom: 0;
    color: #5c5c5c;
}

.toplist-casinobeats__show-more-btn {
    font-family: Lato, sans-serif;
    font-size: 16.5px;
    font-weight: 700;
    font-style: normal;
    line-height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-width: 160px;
    height: 50px;
    margin: 16px auto 0;
    padding: 12px 32px;
    text-align: center;
    color: #000;
    border: 2px solid #d33;
    border-radius: 32px;
}

.toplist-casinobeats__show-more-btn:hover {
    cursor: pointer;
    color: #fff;
    border-color: #8d0f10;
    background: #8d0f10;
}

@media (max-width: 1024px) {
    .toplist-casinobeats__wrapper {
        margin-bottom: 24px;
    }

    .toplist-casinobeats__offers {
        gap: 12px;
    }

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

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

    .toplist-casinobeats__offer-inner {
        padding: 16px;
        background:
            url('../images/casinobeats/background-mobile.svg') no-repeat,
            linear-gradient(180deg, #f8f8f8 0%, #fff 100%);
        gap: 16px;
        grid-template-areas:
            'logo'
            'main'
            'actions';
        grid-template-columns: auto;
    }

    .toplist-casinobeats__offer-inner:before {
        font-size: 16px;
    }

    .toplist-casinobeats__offer-rating-wrapper {
        position: unset;
        width: max-content;
        margin: auto;
        transform: unset;
    }

    .toplist-casinobeats__offer-review-link {
        line-height: 16px;
    }

    .toplist-casinobeats__offer-title {
        font-size: 20px;
        line-height: 26px;
    }

    .toplist-casinobeats__offer-actions {
        margin-left: 0;
        gap: 0;
    }

    .toplist-casinobeats__offer-cta-btn {
        font-size: 17px;
        width: 100%;
    }

    .toplist-casinobeats__offer-coupon-code-wrapper {
        width: max-content;
        margin: auto;
    }

    .toplist-casinobeats__offer-coupon-code,
    .toplist-casinobeats__offer-coupon-code-btn {
        line-height: 14px;
    }

    .toplist-casinobeats__show-more-btn {
        font-size: 16px;
        min-width: 156px;
    }
}
