/* ============================================================================
   LIBERTATEM — Liens légaux dans le footer
   ============================================================================ */

.lib-footer-legal-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.78rem;
}

.lib-footer-legal-links a {
    color: rgba(247, 243, 233, 0.75) !important;
    text-decoration: none;
    white-space: nowrap;
}

.lib-footer-legal-links a:hover {
    color: #f7f3e9 !important;
    text-decoration: underline;
}

.lib-footer-legal-sep {
    color: rgba(247, 243, 233, 0.4);
    font-size: 0.75rem;
}

@media (max-width: 600px) {
    .lib-footer-legal-links {
        font-size: 0.72rem;
        gap: 0.35rem;
    }
}