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

.toplist-gamblinginsider-review__wrapper {
    margin-bottom: 16px;
}

.toplist-gamblinginsider-review__offers {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.toplist-gamblinginsider-review__offer {
    background: #000;
}

.toplist-gamblinginsider-review__offer-inner {
    position: relative;
    display: grid;
    align-items: center;
    padding: 0 24px;
    background: linear-gradient(160deg, var(--background-color) -14.15%, #000 32.67%);
    gap: 40px;
    grid-template-areas: 'logo main actions';
    grid-template-columns: 166px auto 172px;
    grid-template-rows: 1fr;
}

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

.toplist-gamblinginsider-review__offer-logo img {
    width: 166px;
    height: 80px;
    padding: 8px;
    object-fit: contain;
}

.toplist-gamblinginsider-review__offer-main {
    display: flex;
    flex-direction: column;
    gap: 3px;
    grid-area: main;
}

.toplist-gamblinginsider-review__offer-top-rated {
    font-family: 'Instrument Sans', sans-serif;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    line-height: 18px;
    color: #e2e2e2;
}

.toplist-gamblinginsider-review__offer-title {
    font-family: 'Instrument Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 22px;
    width: fit-content;
    text-decoration: none;
    color: #fff;
}

.toplist-gamblinginsider-review__offer-title:hover {
    text-decoration: none;
    color: #fff;
}

.toplist-gamblinginsider-review__offer-title span {
    font-size: 26px;
    font-weight: 700;
    line-height: 30px;
    position: relative;
    top: -3px;
    vertical-align: middle;
}

.toplist-gamblinginsider-review__offer-actions {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 16px 0;
    gap: 12px;
    grid-area: actions;
}

.toplist-gamblinginsider-review__offer-coupon-code-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px 24px;
    cursor: pointer;
    border: 1px dashed #dfdfdf;
    border-radius: 2px;
    background: #1c1c1c;
}

.toplist-gamblinginsider-review__offer-coupon-code-wrapper.empty {
    cursor: unset;
    border: unset;
}

.toplist-gamblinginsider-review__offer-coupon-code {
    font-family: Inter, sans-serif;
    font-size: 12px;
    font-weight: 700;
    font-style: normal;
    line-height: 16px;
    text-align: center;
    letter-spacing: 1.2px;
    color: #fff;
}

.toplist-gamblinginsider-review__offer-coupon-code-wrapper.empty .toplist-gamblinginsider-review__offer-coupon-code {
    color: #5c5c5c;
}

.toplist-gamblinginsider-review__offer-cta-btn {
    font-family: 'Instrument Sans', sans-serif;
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 44px;
    padding: 6px 10px;
    text-align: center;
    text-decoration: unset;
    color: #fff;
    border-radius: 4px;
    background: #bc0000;
}

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

@media (max-width: 1024px) {
    .toplist-gamblinginsider-review__offer-inner {
        align-items: unset;
        padding: 16px;
        gap: 16px 8px;
        grid-template-areas:
            'logo main'
            'actions actions';
        grid-template-columns: 83px auto;
    }

    .toplist-gamblinginsider-review__offer-logo {
        height: 40px;
    }

    .toplist-gamblinginsider-review__offer-logo img {
        width: 83px;
        height: 40px;
        padding: 0;
    }

    .toplist-gamblinginsider-review__offer-main {
        margin-top: 5px;
        gap: 0;
    }

    .toplist-gamblinginsider-review__offer-top-rated {
        font-size: 11px;
        line-height: 17px;
    }

    .toplist-gamblinginsider-review__offer-title {
        font-size: 11px;
        line-height: 17px;
    }

    .toplist-gamblinginsider-review__offer-title span {
        font-size: 22px;
    }

    .toplist-gamblinginsider-review__offer-actions {
        flex-direction: row;
        padding: 0;
    }

    .toplist-gamblinginsider-review__offer-coupon-code-wrapper {
        width: 50%;
        height: 44px;
        padding: 2px 12px;
    }

    .toplist-gamblinginsider-review__offer-cta-btn {
        font-size: 17px;
        width: 50%;
        padding: 6px 12px;
    }
}
