/*!
 * S3.6 / UX-017 — Brand name "tna W rna" should never split across lines.
 * The auto-wrapper (brand-wrap.js) adds <span class="brand"> around every
 * occurrence; this rule enforces no-break + a hint that it's the brand.
 */
.brand,
span.brand {
    white-space: nowrap !important;
    word-break: keep-all !important;
}
