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

.toplist-yournextbigwin__wrapper {
    margin: 40px 0;
}

.toplist-yournextbigwin__offers {
    display: flex;
    overflow: hidden;
    flex-direction: column;
    counter-reset: bm-toplist-yournextbigwin-counter;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
}

.toplist-yournextbigwin__offer {
    position: relative;
    display: grid;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px 20px 44px;
    border-bottom: 1px solid #3AFFCB;
    background: #FFFFFF;
    grid-template-columns: 165.83px 1fr 180px;
    grid-template-rows: auto;
    grid-template-areas:
    "logo facts cta-btn";
    gap: 40px;
}

.toplist-yournextbigwin__offer:before {
    font-family: 'Epilogue', serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    position: absolute;
    top: calc(50% - 8px);
    left: 16px;
    width: 12px;
    height: 16px;
    content: counter(bm-toplist-yournextbigwin-counter);
    counter-increment: bm-toplist-yournextbigwin-counter;
    text-align: center;
    letter-spacing: 0.01em;
    color: #716D7B;
}

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

.toplist-yournextbigwin__offer-logo-wrapper {
    display: flex;
    overflow: hidden;
    align-items: center;
    flex-direction: column;
    border: 1px solid #FFFFFF;
    border-radius: 10px;
    grid-area: logo;
}

.toplist-yournextbigwin__offer-logo img {
    width: 145.83px;
    height: 70px;
    object-fit: contain;
}

.toplist-yournextbigwin__offer-founded {
    font-family: 'Epilogue', serif;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    line-height: 16px;
    width: 100%;
    height: 20px;
    padding-top: 4px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #716D7B;
    background: #FFFFFF;
}

.toplist-yournextbigwin__offer-facts {
    display: flex;
    grid-area: facts;
    gap: 20px;
}

.toplist-yournextbigwin__offer-fact {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-shrink: 0;
    justify-content: center;
    width: calc(100% / 6 - (20px * 5 / 6));
    padding-left: 20px;
    border-left: 1px solid #3AFFCB;
    gap: 2px;
}

.toplist-yournextbigwin__offer-fact:first-of-type {
    padding-left: 24px;
    border: unset;
}

.toplist-yournextbigwin__offer-title-wrapper {
    align-items: flex-start;
    width: calc(100% / 2 - (20px * 5 / 6));
    padding-left: 32px !important;
}

.toplist-yournextbigwin__offer-title {
    font-family: 'Epilogue', serif;
    font-size: 24px;
    font-weight: 900;
    line-height: 34px;
    text-align: left;
    text-transform: capitalize;
    color: #321464;
}

.toplist-yournextbigwin__offer-fact-head {
    font-family: 'Epilogue', serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.01em;
    text-wrap: nowrap;
    color: #716D7B;
}

.toplist-yournextbigwin__offer-fact-body {
    font-family: 'Epilogue', serif;
    font-size: 24px;
    font-weight: 900;
    line-height: 34px;
    text-align: center;
    text-transform: capitalize;
    color: #321464;
}

.toplist-yournextbigwin__offer-fact-bonus {
    font-family: 'Epilogue', serif;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    line-height: 16px;
    position: absolute;
    top: 1px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: calc(100% - 2px);
    transform: rotate(180deg);
    text-align: center;
    letter-spacing: 0.01em;
    color: #716D7B;
    border-radius: 0 0 10px 0;
    background: #3AFFCB;
    writing-mode: vertical-rl;
}

.toplist-yournextbigwin__offer-rating-score {
    display: flex;
    gap: 2px;
}

.toplist-yournextbigwin__offer-rating-score:after {
    width: 22px;
    height: 34px;
    content: '';
    background-image: url('../images/ynbw-star.svg');
    background-repeat: no-repeat;
    background-position: top 5px center;
}

.toplist-yournextbigwin__offer-cta-btn {
    font-family: 'Epilogue', serif;
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    line-height: 24px;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 48px;
    padding: 12px 24px;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
    border-radius: 32px;
    background: #FE5B09;
    grid-area: cta-btn;
    gap: 4px;
}

.toplist-yournextbigwin__offer-cta-btn:before {
    position: absolute;
    z-index: -1;
    content: '';
    border-radius: 35px;
    background: linear-gradient(90deg, #FE5B09 0%, #F4EE00 100%);
    inset: -3px;
}

.toplist-yournextbigwin__offer-cta-btn:after {
    position: absolute;
    z-index: -1;
    content: '';
    border-radius: 32px;
    background: #FE5B09;
    inset: 0;
}

.toplist-yournextbigwin__offer-cta-btn-arrow {
    width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml,%3Csvg width='19' height='18' viewBox='0 0 19 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.062 9.04493L5.2197 14.5822C4.38443 15.0516 3.3125 14.4832 3.3125 13.5368V2.46235C3.3125 1.51748 4.38288 0.947564 5.2197 1.4185L15.062 6.95572C15.252 7.06089 15.4099 7.21292 15.5198 7.39637C15.6296 7.57983 15.6875 7.78819 15.6875 8.00033C15.6875 8.21246 15.6296 8.42082 15.5198 8.60428C15.4099 8.78774 15.252 8.93976 15.062 9.04493Z' fill='white'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
}

.toplist-yournextbigwin__offer-cta-btn:hover {
    text-decoration: none;
    color: #FFFFFF;
}

.toplist-yournextbigwin__offer-cta-btn:hover:after {
    background: unset;
}

.toplist-yournextbigwin__show-more-btn {
    font-family: 'Epilogue', serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    height: 48px;
    margin: 40px auto 0;
    padding: 12px 24px;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
    border: 1px solid #3E1273;
    border-radius: 4px;
    background: #4A1F93;
}

.toplist-yournextbigwin__show-more-btn:hover {
    cursor: pointer;
    color: #FFFFFF;
    background: #5728B3;
}

@media screen and (max-width: 991px) {
    .toplist-yournextbigwin__offer {
        align-items: flex-start;
        justify-content: flex-start;
        padding: 24px 20px 20px;
        grid-template-columns: 1fr;
        grid-template-areas:
        "logo"
        "facts"
        "cta-btn";
        gap: 8px;
    }

    .toplist-yournextbigwin__offer:before {
        font-size: 10px;
        line-height: 14px;
        top: 11px;
        left: 5px;
        height: 14px;
    }

    .toplist-yournextbigwin__offer-founded {
        font-size: 10px;
        line-height: 14px;
        height: 18px;
    }

    .toplist-yournextbigwin__offer-facts {
        flex-wrap: wrap;
        margin-top: 14px;
        gap: 0;
    }

    .toplist-yournextbigwin__offer-fact {
        width: calc(100% / 3);
        padding: 9px 0;
        border: unset;
    }

    .toplist-yournextbigwin__offer-fact:first-of-type {
        padding-left: 0;
    }

    .toplist-yournextbigwin__offer-fact:nth-child(1) {
        order: 1;
    }

    .toplist-yournextbigwin__offer-fact:nth-child(2) {
        order: 2;
    }

    .toplist-yournextbigwin__offer-fact:nth-child(3) {
        order: 6;
    }

    .toplist-yournextbigwin__offer-fact:nth-child(4) {
        order: 4;
    }

    .toplist-yournextbigwin__offer-fact:nth-child(5) {
        order: 5;
    }

    .toplist-yournextbigwin__offer-fact:nth-child(6) {
        order: 3;
    }

    .toplist-yournextbigwin__offer-rating-wrapper {
        order: 10 !important;
    }

    .toplist-yournextbigwin__offer-title-wrapper {
        width: 100%;
        padding-left: 0 !important;
    }

    .toplist-yournextbigwin__offer-title {
        font-size: 16px;
        line-height: 20px;
    }

    .toplist-yournextbigwin__offer-fact-bonus {
        font-size: 10px;
        line-height: 14px;
        top: -14px;
        width: 100%;
        height: 14px;
        transform: none;
        border-radius: 8px 8px 0 0;
        writing-mode: unset;
    }

    .toplist-yournextbigwin__offer-title-wrapper .toplist-yournextbigwin__offer-fact-bonus {
        width: calc(100% / 3);
    }

    .toplist-yournextbigwin__offer-fact-head {
        font-size: 10px;
        line-height: 14px;
    }

    .toplist-yournextbigwin__offer-fact-body {
        font-size: 16px;
        line-height: 14px;
    }

    .toplist-yournextbigwin__offer-rating-score:after {
        width: 14px;
        height: 12px;
        background-position: center;
        background-size: contain;
    }

    .toplist-yournextbigwin__offer-cta-btn {
        font-size: 16px;
        line-height: 20px;
        height: 44px;
    }

    .toplist-yournextbigwin__show-more-btn {
        font-size: 14px;
        line-height: 20px;
    }
}
