.sendy-online {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.sendy-online i {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #22c55e;
  box-shadow: 0 0 0 3px rgba(34, 197, 94, .18);
}
