/* /Pages/Shared/_Layout.cshtml.rz.scp.css */
/* Layout-scoped styles. Brand styling lives in Styles/tailwind.css
   (compiled to wwwroot/css/site.css). Keep only the sticky-footer
   flex shell here. */

html[b-1el770eu5k], body[b-1el770eu5k] {
  height: 100%;
}

body[b-1el770eu5k] {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

main[b-1el770eu5k] {
  flex: 1 0 auto;
}

footer[b-1el770eu5k] {
  margin-top: auto;
}
