/* Render legacy project sites directly, without a secondary local wrapper. */
.gd-legacy-project-embed {
  width: 100%;
  min-height: 100dvh;
  margin: 0;
  background: #fff;
}

.gd-legacy-project-embed iframe {
  display: block;
  width: 100%;
  min-height: 100dvh;
  height: 100dvh;
  border: 0;
  background: #fff;
}
