/**
 * Stylesheet for the public-facing display.
 *
 * @since		2.0.0
 * @package     nui
 * @copyright   2026 Keith Pfeiffer
 */

.separate-containers .site-main > * {
	margin-bottom: var(--pnet-v-space);
}

/* Testing */

.testing .site-content .pnet-content-container,
.site-content .pnet-archive-description-container {
	background-color: antiquewhite;
}

.testing .site-content .pnet-content-title-container {
	background-color: lightyellow;
}

.testing .site-content .pnet-header-image-container {
	background-color: lightblue;
}

.testing .site-content .pnet-container-wide {
	background-color: linen;
}

.testing .site-content .pnet-container-wide > * {
	background-color: whitesmoke;
}


/* these belong in the site footer element */
body .site-footer {
	width: 100%;
	max-width: 1200px;
	margin-left: auto ;
	margin-right: auto ;
}



/* Page layout - sticky footer */
body {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	row-gap: var(--pnet-v-space);
}

body>* {
	margin-bottom: 0;
	margin-top: 0
}

body .site-footer {
	margin-top: auto;
}
