.codora-footer{background-color:var(--secondary-color);padding:2rem;color:var(--secondary-text);display:flex;justify-content:space-between;align-items:center}.codora-footer-logo svg{fill:var(--logo-color);width:120px;max-width:90vw}.codora-footer-links{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap;padding-right:7rem}.codora-footer-links a{color:var(--secondary-text);text-decoration:none;font-weight:500;transition:color 0.3s ease}@media (max-width:520px){.codora-footer-links{flex-direction:column;gap:1rem}}@media (max-width:400px){.codora-footer{padding:4rem 1rem}.codora-footer-links{padding-right:1rem}}