/* Footer chrome stays independent of the page's reading width and app grid. */
@font-face { font-family: Inter; src: url('/static/fonts/InterVariable.woff2') format('woff2'); font-weight: 100 900; font-display: swap; }
@font-face { font-family: Fraunces; src: url('/static/fonts/FrauncesVariable.woff2') format('woff2'); font-weight: 100 900; font-display: swap; }

footer.site-footer#legal-footer {
  display: block;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  border: 0;
  text-align: left;
  background: var(--glass-shell, #f7f5ef);
  color: #163b34;
  font: 17px/1.65 Inter, Arial, sans-serif;
}
#legal-footer .site-footer-legal {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin: 0;
  padding: 1.5rem 1rem max(1.5rem, env(safe-area-inset-bottom));
  border-top: 1px solid #dce2d7;
  font: 14px/1.5 Inter, Arial, sans-serif;
}
#legal-footer .site-footer-legal a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: #163b34;
  text-underline-offset: .2em;
}
#legal-footer .site-footer-legal a:focus-visible { outline: 3px solid #7d55a1; outline-offset: 5px; }
#legal-footer .site-footer-dedication { margin: 0; padding: 0 1rem .75rem; text-align: center; font: 13px/1.5 Inter, Arial, sans-serif; color: #576a62; }
#legal-footer .site-footer-dedication a { color: inherit; font-style: italic; text-underline-offset: .2em; }
footer.site-footer#legal-footer:has(> .working-funding) { margin-top: 2rem; background: var(--paper, #f7f5ef); color: var(--ink, #163b34); font-size: .875rem; }
#legal-footer .working-funding { padding: 0; border-top: 1px solid var(--line, #dce2d7); }
#legal-footer .working-funding > summary { min-height: 44px; padding: .75rem 1rem; cursor: pointer; overflow-wrap: anywhere; }
#legal-footer:has(> .working-funding) .site-footer-legal { padding-block: .5rem; border-color: var(--line, #dce2d7); font-size: .875rem; }
#legal-footer:has(> .working-funding) .site-footer-legal a { color: var(--green, #163b34); }
/* The study shell forces zero tracking globally. Keep the approved totals
 * together so a value such as 1.480 cannot split into a second line. */
#legal-footer .funding-number-value { white-space: nowrap; overflow-wrap: normal; letter-spacing: -.055em !important; }
@media print { footer.site-footer#legal-footer { display: none !important; } }
