#esc-iframe-storm {
  position: fixed;
  inset: 0;
  /* above esc-warning popup (2147483650) */
  z-index: 2147483660;
  pointer-events: none;
  display: none;
}

#esc-iframe-storm:not([hidden]) {
  display: block;
}

html.esc-iframe-storm-active #esc-iframe-storm .esc-iframe-tile {
  pointer-events: auto;
}

html.esc-fs-bombard #prank-shell,
html.esc-fs-bombard #esc-warning-overlay,
html.esc-fs-bombard #esc-iframe-storm {
  position: fixed !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100vw !important;
  max-height: 100dvh !important;
}

#esc-warning-iframe-wrap {
  margin-top: 12px;
  border: 2px solid #c00;
  border-radius: 6px;
  overflow: hidden;
  height: 72px;
  background: #1a0000;
  touch-action: none;
}

#esc-warning-iframe {
  width: 100%;
  height: 72px;
  border: 0;
  display: block;
  pointer-events: auto;
}

.esc-warning-hint {
  margin: 8px 0 0;
  font-size: 11px;
  color: #a00;
  font-weight: 600;
}
