/* CarriersScore Demo theme shell — makes the embedded demo read as the
   full platform: edge-to-edge, no card border, fills the viewport. */

html, body { margin: 0; padding: 0; min-height: 100%; }
body.csdt-app-shell {
	background: #F8FAFC;
	font-family: "IBM Plex Sans", system-ui, -apple-system, sans-serif;
}

.csdt-stage { min-height: 100vh; display: flex; flex-direction: column; }
.csdt-stage .csd-app {
	flex: 1;
	border: 0;
	border-radius: 0;
	min-height: 100vh;
}

.csdt-missing { padding: 3rem 1.5rem; text-align: center; color: #486581; }

/* Hide the WordPress admin bar on the front end so the illusion holds
   even while logged in (the demo is the whole site). */
#wpadminbar { display: none !important; }
html { margin-top: 0 !important; }
