.bottom-links {
  display: flex;
  gap: 0.25rem;
  margin-right: 0.2rem;
}

.bottom-links a {
  color: #666;
  text-decoration: none;
  font-size: 0.16rem;
  font-weight: bold;
  transition: color 0.3s ease;
}

.bottom-links a:hover {
  color: #2c60e2;
}

.bottom-links .follow-link {
  color: #2c60e2;
  font-weight: bold;
}

.social-icons {
  display: flex;
  gap: 0.1rem;
}

.social-icon {
  width: 0.24rem;
  height: 0.24rem;
  /* filter: grayscale(100%); */
  transition: filter 0.3s ease;
}