/*
Theme Name: CNS 2026
Author: John Purdy
Description: College of Natural Sciences 2026 theme for WordPress.
Requires at least: 6.8
Tested up to: 6.9
Requires PHP: 8.2
Version: 0.1.0
License: Proprietary
Text Domain: cns-2026
*/

.wp-block-separator.is-cns-height-stretch {
	height: stretch !important;
}

/* Keep footer at viewport bottom on short pages. */
.wp-site-blocks {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.wp-site-blocks > main {
	flex: 1 0 auto;
}