/* Site overrides on top of donor homepage blocks */

/* Unified header menu — hide legacy embedded nav (replaced by site-header) */
#rec1117675046,
#rec1107500066 {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
    height: 0 !important;
    overflow: hidden !important;
}

.body-home {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    background: #ebebeb;
    color: #494949;
    overflow-x: hidden;
}

.body-home main {
    padding: 0;
    margin: 0;
}

.body-home .t-records {
    opacity: 1 !important;
}

/* Legacy Tilda contacts/footer block — replaced by site_footer.php */
#rec1109975456 {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
    height: 0 !important;
    overflow: hidden !important;
    padding: 0 !important;
    margin: 0 !important;
}

.body-home .site-footer {
    position: relative;
    z-index: 2;
    clear: both;
}