/* === PERSAO FOOTER GODMODE ENTERPRISE v2 === */
footer.persao-footer-normalized {
  text-align: center;
  padding: 1.5rem 0;
}

footer.persao-footer-normalized .footer-links {
  margin-bottom: 0.5rem;
}

footer.persao-footer-normalized .footer-links a {
  margin: 0 0.75rem;
  text-decoration: none;
}

footer.persao-footer-normalized .footer-links a:hover {
  text-decoration: underline;
}

footer.persao-footer-normalized .footer-copy {
  opacity: 0.8;
  font-size: 0.85rem;
}

@media (max-width: 768px) {
  footer.persao-footer-normalized .footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
  }
}
