/* Document preview */
.bldr-constructor.document-preview-container {
    height: 100%;
}

.wdk-layout-mini .document-preview-container {
    width: 100%;
    height: calc(100vh - 210px);
}
.wdk-layout-mini .document-preview-container.wdk-box {
    min-height: calc(100vh - 160px);
    overflow: auto;
}
