/* Host-page styles for the simulator frame; the simulator styles itself. */
.pc-airflow-frame {
  display: block;
  width: 100%;
  height: 1400px;
  border: 0;
  border-radius: 0.5rem;
  background: #0c111b;
  color-scheme: dark;
}
