@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: #E90000;
    --bm-cta-button-hover-background: #BD0202;
}
.toplist-poker-compact__offer-cta-btn{
    text-decoration: none;
}
.toplist-poker-compact__offer-title,
.toplist-poker-compact__offer-title p{
    text-decoration: none;
}
.toplist-outlook-india__offer-cta-btn{
    text-decoration: none;
}
.campaign-list-item_cta-btn{
    text-decoration: none;
    font-family: var(--bm-font-family);
    font-size: 15px;
    font-weight: var(--bm-font-weight);
    line-height: 44px;    
    background: var(--bm-cta-button-background);
}
.campaign-compact-table,
.campaign-compact-table td {
    width: 100%;
}

.campaign-list-item_key-features ul, .campaign-compact-table__offer-key-features ul{
    padding-left: 0px !important;
}