body {
  display: flex;
  flex-direction: column;
}

body > .app-shell {
  order: 1;
  flex: 1 0 auto;
}

.public-release-footer {
  order: 2;
  width: 100%;
  padding: 1rem max(1rem, calc((100vw - 90rem) / 2 + 1.5rem)) 1.5rem;
  border-top: 1px solid #3a433f;
  background: #111615;
  color: #bdc4bf;
  font-size: 0.78rem;
  line-height: 1.5;
  text-align: left;
}

.public-release-footer p {
  max-width: 72rem;
  margin: 0.2rem 0;
}

.public-release-footer strong {
  color: #f4f0e7;
}

body:has(> .app-shell.theme-light) > .public-release-footer {
  border-top-color: #cec9bc;
  background: #e4e0d6;
  color: #59615c;
}

body:has(> .app-shell.theme-light) > .public-release-footer strong {
  color: #202522;
}
