/*
Theme Name: CEE Theme - Lovable Clone
Theme URI: https://guide-renov-zen.lovable.app/
Description: A 100% exact design, structure, and responsiveness clone of the Lovable application for cee.fr.
Version: 1.0.0
Author: Antigravity
Author URI: https://github.com/google-deepmind
Text Domain: cee-theme
*/

/* Footer Dynamic Menus Styling */
footer ul, 
footer ul.menu {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}

footer ul li a {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    color: var(--primary-foreground, #FAF9F6);
    opacity: 0.8;
    font-size: 14px;
    font-weight: 500;
    transition: color 150ms cubic-bezier(0.4, 0, 0.2, 1), opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
}

footer ul li a:hover {
    color: var(--accent, #eab308);
    opacity: 1;
}

