/* Demo landing pages only: use the page scroll, preserve cosmos geometry. */
@media (min-width:700px) {
  [data-demo-workspace] .a207-demo-workarea {
    position: static;
    max-height: none;
  }
  [data-demo-workspace] .a207-demo-cosmos {
    overflow: visible;
    flex: 0 0 auto;
    scrollbar-gutter: auto;
  }
}
