/* Layout hooks for the app mount. The app styles itself; this only makes the
   mount fill the shell so the app's own full-page CSS has room to work. */

.vcp-shell .vcp-app-mount {
	width: 100%;
}

.vcp-shell .vcp-app-mount > #dc-root,
.vcp-shell .vcp-app-mount x-dc {
	display: block;
	width: 100%;
}

/* Hide the raw template for the brief moment before the runtime mounts,
   avoiding a flash of unstyled template markup. */
.vcp-app-mount x-dc:not(:defined) {
	visibility: hidden;
}
