/* Global RWD safety rules to prevent horizontal overflow and off-screen text. */
h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
a,
span,
button,
label,
td,
th {
  overflow-wrap: break-word;
  word-break: normal;
  hyphens: none;
}

@media (max-width: 860px) {
  [class^="gamed-"],
  [class*=" gamed-"] {
    max-width: 100%;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  li,
  a,
  span,
  button,
  label {
    white-space: normal;
  }
}
