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

.site-footer .social-link {
  display: grid;
  width: 40px;
  height: 40px;
  margin: 0;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  background: #fff;
  transition:
    transform 0.25s ease,
    background-color 0.25s ease,
    border-color 0.25s ease;
}

.site-footer .social-link:hover {
  transform: translateY(-3px);
  border-color: #fff;
  background: #fff;
}

.topbar .social-link {
  display: grid;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  margin: 0;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  background: #fff;
  transition:
    transform 0.25s ease,
    background-color 0.25s ease,
    border-color 0.25s ease;
}

.topbar .social-link img {
  width: 17px;
  height: 17px;
}

.topbar .social-link:hover {
  transform: translateY(-2px);
  border-color: #fff;
  background: #fff;
}

.topbar .social-links {
  display: flex;
  align-items: center;
  flex: none;
  flex-wrap: nowrap;
  gap: 0.45rem;
  margin-top: 0;
}

.whatsapp-float img {
  filter: brightness(0) invert(1);
}

.whatsapp-float img {
  width: 25px;
  height: 25px;
}
