/* Componentes compartilhados (footer Legal Prime) */
@import url('./legacy.css');

.footerSection a:hover {
  opacity: 0.9;
}

.footer-link:hover {
  color: var(--text-white) !important;
  padding-left: var(--space-6) !important;
}

.footer-link:hover .footer-link-icon {
  opacity: 1 !important;
}

.social-link:hover {
  background: rgba(255, 255, 255, 0.2) !important;
  transform: translateY(-2px);
}
