/* ==========================================================================
   Footer
   ========================================================================== */
footer{background:var(--ink); color:#8FA0B0; padding:44px 0 28px;}

.footer-top{
  display:flex; justify-content:space-between; align-items:flex-start; flex-wrap:wrap; gap:24px;
  padding-bottom:28px; border-bottom:1px solid rgba(255,255,255,0.1);
}
.footer-logo{
  height:42px;
  width:auto;
  display:block;
}

.footer-links{display:flex; gap:28px; flex-wrap:wrap;}
.footer-links a{font-size:13.5px;}
.footer-links a:hover{color:var(--route-light);}

.footer-bottom{
  padding-top:22px; display:flex; justify-content:space-between; flex-wrap:wrap; gap:10px;
  font-size:12.5px;
}
