.sgic-whatsapp {
  position: fixed;
  left: 1rem;
  bottom: 1rem;
  z-index: 119;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.65rem 0.95rem;
  border-radius: 999px;
  background: #25d366;
  color: #fff;
  font-weight: 700;
  font-size: 0.86rem;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(37, 211, 102, 0.35);
}

.sgic-whatsapp:hover {
  color: #fff;
  background: #1ebe57;
}

@media (max-width: 480px) {
  .sgic-whatsapp {
    left: 0.65rem;
    bottom: 0.65rem;
  }

  .sgic-whatsapp span {
    display: none;
  }
}
