.footer {
  /* Keep the author link above the fixed support launcher at narrow widths. */
  padding-bottom: calc(96px + env(safe-area-inset-bottom, 0px));
}

.footer-inner {
  max-width: var(--max-w, 1120px);
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px 24px;
  text-align: start;
}
.footer-inner p { margin: 0; }
.footer-links {
  margin-inline-start: auto;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px 20px;
}
.footer-links a {
  display: flex;
  align-items: center;
  min-height: 24px;
  max-width: 100%;
  color: var(--text-sub, #666);
  line-height: 1.6;
  text-decoration: none;
  text-underline-offset: 3px;
}
.footer-links a:hover { text-decoration: underline; }
.footer-links a:focus-visible { outline: 2px solid currentColor; outline-offset: 4px; }
