/* pi-plugin/assets/css/runner.css */

/**
 * Pi.js Runner Styles
 * Fullscreen runner container and iframe styling
 */

#pijs-runner-container {
	position: fixed;
	inset: 0;
	width: 100%;
	height: 100%;
	background: var(--pi-color-panel);
	z-index: 10000;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: stretch;
}

#pijs-runner-container iframe {
	border: 0;
	width: 100%;
	height: 100%;
}

#pijs-runner-container .pijs-runner-close {
	position: absolute;
	top: 12px;
	left: 12px;
	z-index: 1;
}
