/* Page shell — full-width min-height viewport; ticker at bottom when content is short */

.gcva-page-shell {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	width: 100%;
}

.gcva-page-shell.alignfull {
	max-width: none;
}

.gcva-page-shell > .gcva-members-ticker {
	flex-shrink: 0;
	margin-top: auto;
}

.gcva-page-shell--editor {
	border: 1px dashed #9ec2e6;
	border-radius: 4px;
	background: #f8fbfe;
	padding: 0 1rem 1rem;
}

.gcva-page-shell__inner {
	min-height: 4rem;
}
