/* footer.css — DelegateAI
   Imported after header.css; shares all :root tokens
   No duplicate token definitions here */

/* footer overrides for mobile-first layout adjustments */
.footer-brand .rzbhz-logo img {
  max-width: calc(var(--logo-w) * 0.9);
  max-height: calc(var(--logo-h) * 0.9);
  width: auto;
  height: auto;
  display: block;
  margin-bottom: var(--sp-6);
}
