/* Páginas legais — mesmo tamanho da index (80px), com !important para vencer o reset img do Tailwind */
footer .footer-partner-logos {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 2rem 2.5rem !important;
}

footer .footer-partner-logos .footer-logo-bp,
footer .footer-partner-logos .footer-logo-asaas {
  display: block !important;
  height: 5rem !important;
  width: auto !important;
  max-width: min(20rem, 90vw) !important;
  max-height: 5rem !important;
  object-fit: contain !important;
}

footer .footer-partner-logos .footer-logo-asaas-link {
  display: inline-flex !important;
  align-items: center !important;
  line-height: 0 !important;
  border: none !important;
}

.dark footer .footer-partner-logos .footer-logo-asaas {
  filter: brightness(0) invert(1) !important;
}
