.site-footer {
  background-color: #F7F4F0;
  text-align: center;
  font-family: sans-serif;
  font-size: 0.9rem;
  color: #373837;
}

.footer-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer-content p {
  line-height: 1.5;
  margin: 0.3rem 0;
}
.social-links {
    display: flex;
    gap: 12px;
}

.social-link {
    display: flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    color: inherit;
}

.social-icon {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}
