html, body {

  overflow-x: hidden;

}

section {

  overflow: hidden;

}

/* Blog article text only */

.single-post .entry-content,

.single-post .entry-content p,

.single-post .entry-content li {

    color: #ffffff !important;

}

/* Blog article headings only */

.single-post .entry-content h1,

.single-post .entry-content h2,

.single-post .entry-content h3,

.single-post .entry-title {

    color: #32dc32 !important;

}

/* Blog article links only */

.single-post .entry-content a {

    color: #32dc32 !important;

}
/* Force single blog post text colours */
body.single-post,
body.single-post p,
body.single-post li,
body.single-post span,
body.single-post div {
    color: #ffffff !important;
}

body.single-post h1,
body.single-post h2,
body.single-post h3,
body.single-post h4,
body.single-post .entry-title,
body.single-post .wp-block-heading {
    color: #32dc32 !important;
}

body.single-post a {
    color: #32dc32 !important;
}
/* Make blog post subheadings green */
body.single-post h2,
body.single-post h3,
body.single-post h4,
body.single-post h2 span,
body.single-post h3 span,
body.single-post h4 span {
    color: #32dc32 !important;
}
/* Override manually styled blog headings */
body.single-post h2 *,
body.single-post h3 *,
body.single-post h4 * {
    color: #32dc32 !important;
}
/* Force all text inside blog headings to brand green */
body.single-post h1,
body.single-post h2,
body.single-post h3,
body.single-post h4,
body.single-post h1 *,
body.single-post h2 *,
body.single-post h3 *,
body.single-post h4 *,
body.single-post .wp-block-heading,
body.single-post .wp-block-heading * {
    color: #32dc32 !important;
}
/* Force stubborn blog heading text */
body.single-post h2,
body.single-post h2 strong,
body.single-post h2 span,
body.single-post h2 em,
body.single-post .entry-content h2,
body.single-post .entry-content h2 * {
    color: #32dc32 !important;
}
/* Hide Jetpack customise buttons link */
body.single-post .sharing-hidden .inner,
body.single-post a.sharing-anchor,
body.single-post .sharing-hidden,
body.single-post .sd-social-icon .sharing-hidden,
body.single-post .sharedaddy .sharing-hidden,
body.single-post .sharedaddy a[href*="sharing"] {
    display: none !important;
}
/* Hide Jetpack empty like text but keep Like button */
body.single-post .sd-like .post-likes-widget p,
body.single-post .likes-widget-placeholder span {
    display: none !important;
}