/* AI Workspace must not expose paid OpenAI image generation. */
.s6-workspace-grid > .s6-image-zone {
  display: none !important;
}

@media (min-width: 821px) {
  .s6-workspace-grid {
    grid-template-rows: 1fr !important;
  }

  .s6-workspace-grid > aside {
    grid-row: 1 !important;
  }
}
