.footer {
  margin-top: auto;
  padding: 2rem 0;
  background-color: #f8f8f8;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.footer-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.footer-icons {
  display: flex;
  gap: 1rem;
  font-size: 1.5rem;
}

.footer-icons a {
  color: #666;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-icons a:hover {
  color: #333;
}
