/* Palpedia — collaborator lockup in the global footer.
   The IcedFox artwork is served exactly as delivered, with the page's footer
   color (4, 14, 20) baked in instead of the black field. No filters, no blend. */

body.app-chrome-page .app-footer-partner {
  display: flex;
  align-items: center;
  gap: .6rem;
  margin: .9rem 0 0;
  color: var(--muted, #9fb5b7);
  font-size: .64rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

body.app-chrome-page .app-footer-partner__link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  border-bottom: 0;
}

body.app-chrome-page .app-footer-partner__logo {
  display: block;
  width: auto;
  height: 2.3rem;
}
