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

.toplist-casinobeats-homepage__wrapper {
    margin-bottom: 32px;
}

.toplist-casinobeats-homepage__offers {
    display: flex;
    flex-wrap: wrap;
    counter-reset: bm-toplist-casinobeats-homepage-counter;
    gap: 16px;
}

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

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

.toplist-casinobeats-homepage__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: 32px;
    padding: 4px 16px;
    cursor: pointer;
    user-select: none;
    text-align: center;
    color: #5c5c5c;
    border: 1px solid #dfdfdf;
    border-radius: 50px;
    background: #fff;
}

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

.toplist-casinobeats-homepage__offer {
    position: relative;
    display: grid;
    width: calc(100% / 5 - (16px * 4 / 5));
    padding: 16px;
    counter-increment: bm-toplist-casinobeats-homepage-counter;
    border: 1px solid #dfdfdf;
    border-radius: 8px;
    background:
        url('../images/casinobeats/background-mobile.svg') no-repeat,
        linear-gradient(180deg, #f8f8f8 0%, #fff 100%);
    box-shadow:
        0 1px 2px 0 #0000000a,
        0 4px 16px 0 #0000000f;
    gap: 16px;
    grid-template-areas:
        'logo'
        'main'
        'actions';
    grid-template-columns: auto;
    grid-template-rows: auto 1fr;
}

.toplist-casinobeats-homepage__offer:before {
    font-family: Lato, sans-serif;
    font-size: 14px;
    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-homepage-counter);
    text-align: center;
    text-transform: capitalize;
    color: #000;
    border-radius: 0 0 24px 24px;
    background: #e6e6e6;
}

.toplist-casinobeats-homepage__offer.hidden {
    display: none;
}

.toplist-casinobeats-homepage__offer-logo-wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 102px;
    grid-area: logo;
}

.toplist-casinobeats-homepage__offer-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 167px;
    height: 80px;
}

.toplist-casinobeats-homepage__offer-logo img {
    width: 167px;
    height: 80px;
    object-fit: contain;
}

.toplist-casinobeats-homepage__offer-rating-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 22px;
    padding: 1px 8px 1px 10px;
    border: 1px solid #dfdfdf;
    border-radius: 22px;
    gap: 4px;
}

.toplist-casinobeats-homepage__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-homepage__offer-rating-img {
    position: relative;
    top: -1px;
    width: 67px;
    min-width: 67px;
}

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

.toplist-casinobeats-homepage__offer-main {
    display: flex;
    align-items: start;
    flex-direction: column;
    grid-area: main;
}

.toplist-casinobeats-homepage__offer-title {
    font-family: Lato, sans-serif;
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    line-height: 26px;
    width: 100%;
    padding: 8px 24px 8px 12px;
    text-transform: capitalize;
    color: #fff;
    border-radius: 0 32px 0 0;
    background: #000;
}

.toplist-casinobeats-homepage__offer-title span {
    color: #d33;
}

.toplist-casinobeats-homepage__offer-key-feature {
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    line-height: 22px;
    position: relative;
    width: 100%;
    padding: 8px 8px 8px 32px;
    color: #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    background: #fff;
}

.toplist-casinobeats-homepage__offer-key-feature:before {
    position: absolute;
    top: 12px;
    left: 8px;
    width: 16px;
    height: 12px;
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='12' viewBox='0 0 17 12' fill='none'%3E%3Cpath d='M2.76915 6.72528L5.93398 9.89012L13.8461 1.97803' stroke='%230F9960' stroke-width='1.23077' stroke-linecap='square'/%3E%3C/svg%3E");
}

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

.toplist-casinobeats-homepage__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-homepage__offer-cta-btn:hover {
    text-decoration: unset;
    color: #fff;
    background: #8d0f10;
}

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

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

    .toplist-casinobeats-homepage__offers::-webkit-scrollbar,
    .toplist-casinobeats-homepage__filter-wrapper::-webkit-scrollbar {
        display: none;
    }

    .toplist-casinobeats-homepage__filter-tag {
        height: 34px;
    }

    .toplist-casinobeats-homepage__offer {
        width: 100%;
        max-width: 200px;
    }

    .toplist-casinobeats-homepage__offer-title,
    .toplist-casinobeats-homepage__offer-cta-btn {
        font-size: 17px;
    }
}
