/* Keep words intact across all public pages, including component styles. */
body.public,
body.public * {
    -webkit-hyphens: none !important;
    -ms-hyphens: none !important;
    hyphens: none !important;
    word-break: normal !important;
    word-wrap: normal !important;
    overflow-wrap: normal !important;
}
