footer.portal-site-footer {
  background: #fff;
  border-top: 1px solid #e5e7eb;
  padding: 14px 22px;
  margin-top: auto;
  flex-shrink: 0;
}

footer.portal-site-footer .footer-inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
}

footer.portal-site-footer .footer-text {
  color: #667085;
  font-size: 12px;
  text-align: center;
}

/* Tema escuro — rodapé (portal-site-footer, page-footer e footer nu) */
html.dk-dark footer.portal-site-footer,
html.dk-dark .page-footer,
html.dk-dark footer:not([class]),
html.dk-dark body > footer {
  background: var(--lg-fill, rgba(32, 36, 42, 0.72)) !important;
  border-top: 1px solid var(--lg-border, rgba(168, 178, 188, 0.34)) !important;
  color: #c5ced8 !important;
  box-shadow: none !important;
}

html.dk-dark footer.portal-site-footer .footer-text,
html.dk-dark footer .footer-text,
html.dk-dark .page-footer,
html.dk-dark .page-footer .footer-text {
  color: rgba(255, 255, 255, 0.88) !important;
}
