/* The floating game HUD must remain above the tilted board stacking context. */
.home-match3-world {
  isolation: isolate;
}

.home-match3-world .home-match3-grid[data-home-match3-grid] {
  position: relative;
  z-index: 2;
}

.home-match3-world .home-match3-demo-hud,
.home-match3-world .home-match3-chain,
.home-match3-world .home-match3-objective {
  z-index: 12;
  pointer-events: none;
}
