@font-face {
    font-family: 'BMFont';
    src: url('../fonts/BMFont.eot');
    src: url('../fonts/BMFont.eot') format('embedded-opentype'),
        url('../fonts/BMFont.woff2') format('woff2'),
        url('../fonts/BMFont.woff') format('woff'),
        url('../fonts/BMFont.ttf') format('truetype'),
        url('../fonts/BMFont.svg#BMFont') format('svg');
    font-display: swap;
}

:root {
    --bm-font-family: 'BMFont', sans-serif;
    --bm-font-weight: 700;
    --bm-alt-font-family: 'Arial', sans-serif;
    --bm-cta-button-color: #FFF;
    --bm-cta-button-hover-color: #FFF;
    --bm-cta-button-background: #092863;
    --bm-cta-button-hover-background: #0E3684;
}

.campaign-compact-table__offer-cta-button>div[href=''],
.campaign-list-item_cta-btn[href=''],
.popup-offers-widget__cta-btn[href=''],
.recommended-offers-widget_link-section[href=''],
.bm-cmprs-tbl_cta-btn[href=''],
.sticky_banner__cta_button[href='#sticky'],
.review-banner_brand-cta-btn[href=''],
.review-sticky-banner_brand-cta-btn[href=''],
.sidebar-review_brand-cta-btn[href=''] {
    display: none;
}

.campaign-compact-table__offer-cta-button>div[href='']~div {
    margin-top: 0;
}

.toplist-repurposed__offer-cta-btn {
    color: #fff !important;
    border: 1px solid #092863 !important;
    border-radius: 4px !important;
    background: #092863 !important;
    text-decoration: none;
    height: 44px !important;
}

.toplist-repurposed__offer-cta-btn:hover {
    text-decoration: none !important;
    background: #0E3684 !important;
}

.toplist-flagship-crypto__offer-visit-link {
    color: #fff !important;
    background: #092863 !important;
    text-decoration: none !important;
}

.toplist-flagship-crypto__offer-visit-link:hover {
    cursor: pointer;
    background: #0E3684 !important;
}

.toplist-flagship-crypto__offer-visit-link:after {
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='32' viewBox='0 0 20 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 32V20L0 0V32H20Z' fill='%23092863'/%3E%3C/svg%3E%0A") !important;
}

.toplist-flagship-crypto__offer-visit-link:before {
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='32' viewBox='0 0 10 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0V22L10 32V0H0Z' fill='%23092863'/%3E%3C/svg%3E%0A") !important;
}

.toplist-flagship-crypto__offer-visit-link:hover:after {
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='32' viewBox='0 0 20 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 32V20L0 0V32H20Z' fill='%230E3684'/%3E%3C/svg%3E%0A") !important;
}

.toplist-flagship-crypto__offer-visit-link:hover:before {
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='32' viewBox='0 0 10 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0V22L10 32V0H0Z' fill='%230E3684'/%3E%3C/svg%3E%0A") !important;
}

.offer-review__cta-link {
    color: #fff !important;
    border-radius: 4px !important;
    border: 1px solid #092863 !important;
    background: #092863 !important;
    text-decoration: none;
}

.offer-review__cta-link:hover {
    text-decoration: none !important;
    background: #0E3684 !important;
}

.offer-review__cta-link {
    color: #fff !important;
    border-radius: 4px !important;
    border: 1px solid #092863 !important;
    background: #092863 !important;
    text-decoration: none;
}

.offer-review__cta-link:hover {
    text-decoration: none !important;
    background: #0E3684 !important;
}
.bm-pros-cons__list-items{
    padding-left: 0px;
}

