/* Hide search/subscribe buttons */
.gh-navigation-actions {
    display: none !important;
}

/* Hide search boxes */
.gh-header form, .gh-footer form {
    display: none !important;
}

/* Hide ghost portal */
#ghost-portal-root {
    display: none !important;
}

/* Hide comments section (not crawled / not working in ZIM) */
.gh-comments {
    display: none !important;
}