/* Visually hide the tiny tick box but keep it in the DOM so other scripts can find it */
.memory-entry input.in-group,
.memory-entry .in-group {
  display: none !important;
}

/* Optional: if spacing looks tight, give the Invite cell a tiny left padding */
.memory-entry td:has(.mi-invite-btn),
.memory-entry td:has(.invite-user) {
  padding-left: 4px;
}
