/* ---- Footer ---- */
.site-footer {
  background: #f9fafb;
}

.site-footer__container {
  max-width: 80rem;
  margin: 0 auto;
  padding: 3rem 1.5rem;
  text-align: center;
}

@media (min-width: 1024px) {
  .site-footer__container { padding: 3rem 2rem; }
}

.site-footer__text {
  font-size: 0.875rem;
  color: #4b5563;
  margin: 0;
}
