/* ========================================
   nexUS Observatories - Footer Styles
   Footer Components and Links
   ======================================== */

/* Footer */
.footer {
    margin-top: 3rem;
    font-size: 0.9rem;
    color: var(--text-muted);
    letter-spacing: 1px;
}

.footer-links {
    margin-top: 0.5rem;
}

.footer-links a {
    color: var(--text-muted);
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: var(--primary-color);
}
