/* Mobile/PWA rendering hardening (loaded after globals.css) */

img,
video,
canvas {
  max-width: 100%;
  height: auto;
}

svg {
  max-width: 100%;
}

iframe,
embed,
object {
  max-width: 100%;
}

picture {
  display: block;
  max-width: 100%;
}

table {
  max-width: 100%;
}

pre,
code {
  white-space: pre-wrap;
  word-break: break-word;
}

