.footer-social {
  margin-top: 20px;
  font-size: 14px;
}

.footer-social h4 {
  color: white;
  margin-bottom: 10px;
}

.footer-social a {
  color: #94a3b8;
  text-decoration: none;
  display: block;
  margin-bottom: 5px;
  transition: color 0.2s;
}

.footer-social a:hover {
  color: #3b82f6;
  text-decoration: underline;
}