.site-footer {
  background-color: #282725;
  color: #f9f9f8;
  padding: 2rem 1rem;
}
.site-footer .footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: space-between;
  align-items: center;
  font-size: 0.95rem;
}
.site-footer .footer-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.site-footer .footer-item i {
  width: 1.2rem;
  height: 1.2rem;
  stroke: #eae7e3;
}
.site-footer .footer-item a {
  color: #f4f3f1;
  text-decoration: none;
}
.site-footer .footer-item a:hover {
  text-decoration: underline;
}
.site-footer .footer-item svg {
  flex-shrink: 0;
}

@media (max-width: 600px) {
  .site-footer .footer-container {
    flex-direction: column;
    text-align: center;
  }
  .site-footer .footer-container .footer-item {
    justify-content: center;
    flex: 0;
  }
}/*# sourceMappingURL=footer.css.map */