.ai3d-preview-stage:fullscreen {
    padding: 24px;
}

.ai3d-preview-stage:fullscreen .ai3d-preview-stage-viewport,
.ai3d-preview-stage:fullscreen .ai3d-preview-mount,
.ai3d-preview-stage:fullscreen .ai3d-preview-canvas-frame,
.ai3d-preview-stage:fullscreen .ai3d-model-viewer {
    min-height: calc(100vh - 172px);
    height: calc(100vh - 172px);
}

.ai3d-preview-stage:fullscreen .ai3d-preview-workbench {
    top: 34px;
    right: 22px;
    bottom: 28px;
}

.ai3d-preview-stage:fullscreen::after {
    inset: 0;
    border-radius: 0;
    border: 0;
    box-shadow: none;
}

.ai3d-preview-stage:fullscreen::backdrop {
    background: #04060a;
}
