/* App-specific styles. Blok ships its own CSS (sitecore-blok.css) — keep this minimal. */

html, body {
	margin: 0;
	padding: 0;
}

.pli-panel {
	display: flex;
	flex-direction: column;
	height: 100vh;
	overflow: hidden;
}

.pli-panel__body {
	flex: 1 1 auto;
	overflow: auto;
}
