/* v92: do not split words with automatic hyphenation. */
html body *{
  -webkit-hyphens:none !important;
  -moz-hyphens:none !important;
  -ms-hyphens:none !important;
  hyphens:none !important;
}
html body p,
html body li,
html body label,
html body summary,
html body .doc-card li,
html body .documents-section p,
html body .documents-section li,
html body .content-prose p,
html body .content-prose li,
html body .faq-answer,
html body .q-field-label,
html body .q-field-help,
html body .q-review-row strong{
  word-break:normal !important;
  overflow-wrap:normal !important;
}
