/* One normal-flow publication footer per content document. Source editions stay
   with their evidence; the explicit page date records editorial maintenance. */
footer.platform-footer {
  box-sizing: border-box;
  position: static;
  flex: 0 0 auto;
  width: 100%;
  margin: 32px 0 0;
  padding: 22px max(22px, calc((100% - 1240px) / 2));
  border-top: 1px solid var(--line, var(--border, #303641));
  background: transparent;
  color: var(--dim, var(--text-secondary, #808997));
  font: 400 13px/1.55 'Source Sans 3', system-ui, sans-serif;
  letter-spacing: normal;
  text-align: left;
  text-transform: none;
  overflow-wrap: anywhere;
}
.platform-footer p { margin: 0; font: inherit; color: inherit; }
.platform-footer .platform-footer__identity { margin-bottom: 7px; }
.platform-footer__identity > [aria-hidden="true"] { padding: 0 4px; }
.platform-footer a { color: inherit; text-decoration: underline; text-underline-offset: 3px; }
.platform-footer a:hover { color: var(--text, var(--fg, currentColor)); }
.platform-footer a:focus-visible { outline: 2px solid currentColor; outline-offset: 4px; }
.platform-footer .platform-footer__note { margin-top: 7px; font: inherit; color: inherit; }
.platform-footer__links { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: 9px; }
.platform-footer[data-footer-theme="light"] { color: #56615b; border-color: #d2d8d3; }
/* Preserve the map workspace's viewport before the reachable document footer. */
html.platform-footer-scroll, html.platform-footer-scroll body { height: auto; min-height: 100%; overflow: auto; }
.platform-footer-viewport { display: flex; flex-direction: column; flex: 0 0 auto; height: 100vh; height: 100svh; min-height: 520px; }
@media (max-width: 600px) {
  footer.platform-footer { margin-top: 24px; padding: 18px 20px; }
}
@media print {
  footer.platform-footer { margin-top: 14px; padding: 10px 0; color: #555; border-color: #ccc; font-size: 10px; break-inside: avoid; }
  .platform-footer__links { display: none; }
  .platform-footer a { color: inherit; }
}
