/* Arbitex typography wrapping fix — 2026-08-23 */
h1,h2,h3,h4,h5,h6{
  overflow-wrap:normal!important;
  word-break:normal!important;
  hyphens:none!important;
}
.article p,.article li,.hubhero h1,.card h3{
  overflow-wrap:normal!important;
  word-break:normal!important;
  hyphens:none!important;
}
