@import url('https://fonts.googleapis.com/css2?family=Mukta&family=Protest+Strike&display=swap');

.dw-toplist-jbc__wrapper {
    margin: 0 0 48px;
}

.dw-toplist-jbc__offers {
    display: flex;
    flex-direction: column;
    gap: 1px;
}

.dw-toplist-jbc__offer {
    display: flex;
    border-radius: 24px;
    background: #FFFFFF;
}

.dw-toplist-jbc__offer.hidden {
    display: none;
}

.dw-toplist-jbc__offer-inner {
    position: relative;
    display: grid;
    align-items: center;
    width: 100%;
    padding: 20px 24px 20px 12px;
    grid-template-columns: auto 278px 200px;
    grid-template-rows: auto;
    gap: 24px;
    grid-template-areas:
    "main extra cta-btn";
}

.dw-toplist-jbc__offer-logo-wrapper {
    position: relative;
    flex-shrink: 0;
    padding: 17px 15.83px;
}

.dw-toplist-jbc__offer-label-highlight {
    font-family: 'Protest Strike', serif;
    font-size: 10px;
    font-weight: 400;
    font-style: normal;
    line-height: 125%;
    position: absolute;
    top: 10px;
    left: 20px;
    display: flex;
    align-items: center;
    width: fit-content;
    height: 20px;
    padding: 0 8px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #0B062B;
    border-radius: 20px;
    background: #F2D422;
    filter: drop-shadow(0px 0px 4px #0000000A) drop-shadow(0px 2px 4px #0000000A);
}

.dw-toplist-jbc__offer-logo {
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
}

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

.dw-toplist-jbc__offer-main {
    display: flex;
    flex-direction: column;
    grid-area: main;
    gap: 6px;
}

.dw-toplist-jbc__offer-main-head {
    display: flex;
    align-items: center;
    gap: 10px;
}

.dw-toplist-jbc__offer-brand-name {
    font-family: 'Protest Strike', serif;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    line-height: 94%;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #929EB8;
}

.dw-toplist-jbc__offer-rating {
    display: flex;
    align-items: center;
    justify-content: center;
}

.dw-toplist-jbc__offer-rating img {
    width: 83px;
    height: 15px;
}

.dw-toplist-jbc__offer-title,
.dw-toplist-jbc__offer-title p {
    font-family: 'Protest Strike', serif;
    font-size: 26px;
    font-weight: 400;
    font-style: normal;
    line-height: 120%;
    text-transform: capitalize;
    color: #121F2B;
}

.dw-toplist-jbc__offer-title p {
    margin: 0;
    padding: 0;
}

.dw-toplist-jbc__offer-extra {
    grid-area: extra;
}

.dw-toplist-jbc__offer-facts {
    display: flex;
    align-items: center;
    width: 100%;
}

.dw-toplist-jbc__offer-fact {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: calc(100% / 3);
    gap: 5px;
}

.dw-toplist-jbc__offer-fact-head {
    font-family: 'Protest Strike', serif;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    line-height: 150%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #929EB8;
    gap: 2px;
}

.dw-toplist-jbc__offer-fact-body {
    font-family: 'Protest Strike', serif;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    line-height: 140%;
    text-align: center;
    text-transform: capitalize;
    color: #121F2B;
}

.dw-toplist-jbc__offer-cta-btn {
    font-family: 'Protest Strike', serif;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    line-height: 140%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 48px;
    padding: 0 24px;
    text-transform: capitalize;
    color: #9FE870;
    border-radius: 16px;
    background: #121F2B;
    grid-area: cta-btn;
}

.dw-toplist-jbc__offer-cta-btn:after {
    position: relative;
    width: 24px;
    height: 24px;
    margin-right: -12px;
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='0.27536' width='24' height='24' rx='12' fill='%239FE870'/%3E%3Cpath d='M10 18.2754L16 12.2754L10 6.27536' stroke='%230B062B' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
}

.dw-toplist-jbc__offer-cta-btn:hover {
    text-decoration: none;
    color: #0B062B;
    background: #9FE870;
}

.dw-toplist-jbc__show-more-btn {
    font-family: 'Protest Strike', serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: 130%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-width: 220px;
    height: 48px;
    margin: 32px auto 0;
    padding: 0 16px;
    text-align: center;
    text-transform: capitalize;
    color: #121F2B;
    border: 2px solid #121F2B;
    border-radius: 4px;
}

.dw-toplist-jbc__show-more-btn:hover {
    cursor: pointer;
    opacity: 0.6;
}

@media screen and (min-width: 992px) {
    .dw-toplist-jbc__offer-logo-wrapper {
        background: unset !important;
    }

    .dw-toplist-jbc__offer-extra {
        height: 100%;
    }

    .dw-toplist-jbc__offer-facts {
        justify-content: flex-end;
        height: 100%;
        padding-right: 24px;
        border-right: 1px solid #9FE870;
    }
}

@media screen and (max-width: 991px) {
    .dw-toplist-jbc__wrapper {
        margin: 12px 0 24px;
    }

    .dw-toplist-jbc__offers {
        gap: 12px;
    }

    .dw-toplist-jbc__offer {
        flex-direction: column;
    }

    .dw-toplist-jbc__offer-inner {
        align-items: flex-start;
        padding: 16px;
        grid-template-columns: auto;
        grid-template-rows: auto;
        grid-template-areas:
        "main"
        "extra"
        "cta-btn";
        gap: 0;
    }

    .dw-toplist-jbc__offer-label-highlight {
        top: 26px;
        left: 21px;
    }

    .dw-toplist-jbc__offer-logo-wrapper {
        padding: 16px 16px 0;
    }

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

    .dw-toplist-jbc__offer-logo img {
        width: 166.67px;
        height: 80px;
    }

    .dw-toplist-jbc__offer-main {
        align-items: center;
    }

    .dw-toplist-jbc__offer-title,
    .dw-toplist-jbc__offer-title p {
        text-align: center;
    }

    .dw-toplist-jbc__offer-facts {
        align-items: flex-start;
        justify-content: center;
        margin-top: 12px;
        padding-bottom: 16px;
        border-bottom: 1px solid #9FE870;
    }

    .dw-toplist-jbc__offer-fact-body {
        font-size: 16px;
        line-height: 130%;
    }

    .dw-toplist-jbc__offer-cta-btn {
        margin-top: 16px;
    }
}
