.planning-route {
  height: 100vh;
  overflow: hidden;
}

.planning-shell {
  height: 100vh;
  min-height: 0;
}

.planning-brand {
  color: inherit;
  text-decoration: none;
}

.planning-route .nav-item {
  text-decoration: none;
}

.planning-main {
  min-width: 0;
  height: 100vh;
  overflow: hidden;
  background: #f5f7fc;
}

.planning-demo-frame {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  background: #fff;
}

.planning-demo-frame.planning-demo-frame-modal-open {
  position: fixed;
  z-index: 1000;
  inset: 0;
  width: 100vw;
  height: 100vh;
}

html.planning-page-modal-open,
html.planning-page-modal-open body {
  overflow: hidden;
}

@media (max-width: 900px) {
  .planning-main {
    width: 100vw;
  }
}
