html,
body,
main,
#cadPreviewSection,
.cad-host {
  width: 100%;
  height: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

body {
  background: #111820;
}

body > :not(main):not(customer-price-window),
main > :not(#cadPreviewSection):not(#generatorWorkspace):not(customer-price-window),
#cadPreviewSection > :not(.cad-host):not(.tip-over-review),
#generatorWorkspace {
  display: none !important;
}

main > customer-price-window[embedded] {
  display: block !important;
  pointer-events: none;
}

#cadPreviewSection {
  position: fixed;
  inset: 0;
  border: 0;
  background: #111820;
}

.cad-host {
  position: absolute;
  inset: 0;
  border: 0;
}

.cad-host canvas {
  display: block;
  width: 100% !important;
  height: 100% !important;
}
