html,
body {
  width: 100%;
  height: 100%;
  min-height: 100%;
  min-height: 100svh;
  margin: 0;
  overflow: hidden;
}

body {
  background: #f8efd9;
}

body.wb-game-embed-runtime,
.wb-game-runtime-shell,
.wb-game-runtime-shell .wb-game-canvas-card {
  height: 100%;
  height: 100svh;
  min-height: 100%;
  min-height: 100svh;
}

.wb-game-runtime-shell {
  align-content: stretch;
  padding: 0;
}

.wb-game-runtime-shell .wb-game-canvas-card {
  width: 100%;
  max-height: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.wb-game-runtime-shell .wb-game-canvas-card canvas {
  display: block;
  touch-action: none;
}

.wb-game-fallback-note {
  margin: 1rem;
  color: #4b3b32;
  font: 700 1rem Nunito, Arial, sans-serif;
}