/* fix strange gap on donation form due to setting $block-underline to false */

body.donate:not(.productsList):not(.productPage):not(.faqsList) article.post .headerText {
    margin-top:-7vw!important;
}

/* 612564 Reduce header spacing */
body:not(.productsList):not(.productPage):not(.faqsList) article.post .postContent {
    padding-top: 10px !important;
}