/* Global styles for Parallels Explorer */
/* CSS imports handled via Tailwind CDN in HTML */

html, body, #__next, #root, .constitution-explorer-root {
	height: 100%;
	min-height: 100vh;
}

.constitution-explorer-root {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.constitution-explorer-main {
	flex: 1 1 0%;
	min-height: 0;
	overflow-y: auto;
}
