h1.gb-headline {
    word-wrap: break-word;
    hyphens: auto;
}

.entry-header,
.site-content {
    word-wrap: break-all;
}

/** Disabled to test - seems conflicting the above
.entry-header,
.site-content {
    word-wrap: normal;
}
*/
