/* iOS WebKit hyphenates long title words (e.g. Architecture → Ar-chitecture); disable for headings */
#R-body h1,
#R-body h2,
#R-body h3,
#R-body h4,
#R-body h5,
#R-body h6,
#R-body .article-subheading {
  hyphens: none;
  -webkit-hyphens: none;
}
