/* === Footer Nav Menu (injected via JS) === */
.footer-nav-inject {
text-align: center;
padding: 12px 0;
line-height: 2;
}
.footer-nav-inject a {
color: rgba(255,255,255,0.8) !important;
text-decoration: none !important;
margin: 0 15px;
font-size: 14px;
transition: color 0.3s ease;
}
.footer-nav-inject a:hover {
color: #ffffff !important;
}
