.site-footer .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.site-footer .wrap .footer-link { color: #111; text-decoration: none; }

.copyright { margin: 0; }

@media (max-width: 768px) {
  .site-footer .wrap {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 12px;
  }
}