/* Avanza AI Studio v73 — immersive demo viewport fill fix
   Scope: fullscreen demo shell only. Prevents the retired v70 header grid row
   from reserving empty space beneath the v72 full-page Agent workspace. */

.demo-experience-shell {
  display: block !important;
  width: 100%;
  height: 100%;
  min-height: 0;
}

.demo-experience-canvas {
  width: 100%;
  height: 100%;
  min-height: 0;
}
