: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: #DF4347;
    --bm-cta-button-hover-background: #BD0202;
    --main-action: #DF4347;
    --main-action-hover: #BD0202;

}
.campaign-list-item__cta_button{
    text-decoration: none;
}
: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: #DF4347;
    --bm-cta-button-hover-background: #BD0202;
    --main-action: #DF4347;
    --main-action-hover: #BD0202;

}
.campaign-list-item__cta_button{
    text-decoration: none;
}
.toplist-outlook-india__offer-cta-btn{
    text-decoration: none;
    background-color: var(--bm-cta-button-background) !important;
}
.toplist-outlook-india__offer-cta-btn:hover{
    background-color: var(--bm-cta-button-hover-background) !important;
}

