/* ─────────────────────────────────────────────────────────────
   co-footer.css — Footer compartido de las páginas de Colombia
   (co/index.html, co/cmn.rides.html, y las próximas cmn.eat/pack).
───────────────────────────────────────────────────────────── */

/* ── Footer logo derecho ─────────────────────────────────────── */
.footer-logo-right { display: flex; justify-content: flex-end; align-items: center; }
.footer-logo-right img { height: 40px; width: auto; opacity: 0.55; }

/* ── Footer izquierda: copyright · redes sociales, en una línea ── */
.footer-brand { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; }
.footer-brand .footer-copy { margin-top: 0; }
.footer-brand .footer-sep { color: var(--color-muted); font-size: var(--text-sm); }
