/*
Theme Name: WMD Theme
*/

/*html :where(img){height:inherit;max-width:none;}*/


body .get-up-btn {
    display: none;
}
body .campaign-list-item_key-features > p {
    margin-top: 0;
    color: #fff;
}

.campaign-list-item {
    background: #02234e;
}

.campaign-list-item_cta-btn {
    background: #c8d003;
}

body .campaign-list-item_key-features ul li {
	background: url(/wp-content/uploads/2025/06/tick-white-1.svg) left 5px no-repeat;
}

body .campaign-list-item_cta-btn {
    background: #c8d003;
}

body .campaign__voting_section svg path {
    fill: #fff;
}

body .campaign-list-item_cta-btn:hover {
    background: #abb01f;
}

body .campaign_list_item__score_text, body .campaign__voting_section__text, body .campaign-list-item_key-features ul li {
    color: #fff;
}

img.custom-logo {
    height: 100px;
    max-width: 300px;
    width: 100%;
}




@media (max-width: 768px) {
   img.custom-logo {
       height: 70px;
    }
}
