/* Accessibility/layout fix: allow all textual content to wrap normally. */
html, body {
  overflow-wrap: anywhere;
  word-wrap: break-word;
}

p, li, td, th, label, a, span, div, section, article, header, footer, main, aside,
h1, h2, h3, h4, h5, h6, button {
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: normal;
}

table {
  width: 100%;
  max-width: 100%;
}

img, svg {
  max-width: 100%;
}
