.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1rem;
  margin-top: 0.85rem;
}

.social-links a {
  font-size: 0.8rem;
  font-weight: 600;
  text-decoration: none;
  opacity: 0.9;
  transition: opacity 0.2s;
}

.social-links a:hover {
  opacity: 1;
  text-decoration: underline;
}
