﻿.ng-embed .ng-embed-hidden {
    display: none;
}

body.ng-embed {
    /*Note: in embed mode need to ensure body does not fill the container (as iframe size should not be prioritized)*/
    height: auto;
    min-height: auto;
}

body.ng-embed-full-height {
    min-height: var(--ng-parent-viewport-height);
}