/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page-ground[b-s2i2o7u8yo] {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	background-color: var(--paper);
	/* Full-bleed bands use 100vw, which includes the scrollbar width; clip the overshoot. */
	overflow-x: clip;
}

.content-container[b-s2i2o7u8yo] {
	flex: 1 1 auto;
	padding: 28px 24px 64px;
}

.navbar-gsk[b-s2i2o7u8yo] {
	background-color: var(--navy-900);
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.navbar-gsk .navbar-brand span[b-s2i2o7u8yo] {
	font-family: var(--serif);
	font-size: 1.15rem;
	letter-spacing: 0.01em;
}

.navbar-brand img[b-s2i2o7u8yo] {
	max-height: 38px;
	width: auto;
}

/* ───── Footer ───── */
.site-footer[b-s2i2o7u8yo] {
	background-color: var(--navy-950);
	color: rgba(255, 255, 255, 0.82);
}

.footer-grid[b-s2i2o7u8yo] {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 36px;
	padding: 44px 0 32px;
}

.site-footer h3[b-s2i2o7u8yo] {
	font-size: 1.05rem;
	color: #fff;
	margin-bottom: 12px;
}

.site-footer p[b-s2i2o7u8yo] {
	margin: 0 0 10px;
	font-size: 0.92rem;
}

.footer-muted[b-s2i2o7u8yo] {
	color: rgba(255, 255, 255, 0.55);
}

.site-footer a[b-s2i2o7u8yo] {
	color: var(--gold-300);
	text-decoration: none;
}

.site-footer a:hover[b-s2i2o7u8yo] {
	text-decoration: underline;
}

.smallprint[b-s2i2o7u8yo] {
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	padding: 16px 0 24px;
	font-size: 0.8rem;
	color: rgba(255, 255, 255, 0.45);
	display: flex;
	justify-content: space-between;
	gap: 12px;
	flex-wrap: wrap;
}

#blazor-error-ui[b-s2i2o7u8yo] {
	color-scheme: light only;
	background: lightyellow;
	bottom: 0;
	box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
	display: none;
	left: 0;
	padding: 0.6rem 1.25rem 0.7rem 1.25rem;
	position: fixed;
	width: 100%;
	z-index: 1000;
}

#blazor-error-ui .dismiss[b-s2i2o7u8yo] {
	cursor: pointer;
	position: absolute;
	right: 0.75rem;
	top: 0.5rem;
}
