.site-footer {
  color: #444;
  font-size: 14px;
}

.footer-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 20px;
  margin-bottom: 20px;
}

.footer-column h4 {
  font-size: 15px;
  margin-bottom: 10px;
  color: #222;
}

.footer-column ul {
  list-style: none;
  padding-left: 0;
}

.footer-column li {
  margin-bottom: 8px;
}

.footer-column a {
  color: #576f76;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-column a:hover {
  color: #000;
}

.footer-bottom {
  text-align: center;
  border-top: 1px solid #e0e0e0;
  padding-top: 15px;
  font-size: 13px;
  color: #777;
}
