.whatsapp-link {
  display: inline-flex;
  align-items: center;
  margin: 8px 0 4px;
  padding: 11px 16px;
  border-radius: 9px;
  background: #25d366;
  color: #083d1b !important;
  font-weight: 800;
  box-shadow: 0 8px 20px #25d36633;
}
.contact-info small {
  color: var(--muted);
  font-weight: 600;
}
