/* ==========================================================================
   Footer
   ========================================================================== */

.site-footer{
  padding: 24px 0;
  border-top: 1px solid var(--border);
  margin-top: 22px;
}

.footer-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 12px;
  flex-wrap: wrap;
}
