.groupadmin-lead-phone-copy,
.groupadmin-lead-phone-plain {
  direction: ltr;
  unicode-bidi: embed;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}

.groupadmin-lead-phone-copy {
  max-width: 100%;
  cursor: pointer;
  border: 0;
  background: transparent;
  padding: 0;
  color: inherit;
  text-decoration: underline;
  text-decoration-color: rgb(212 212 212);
  text-underline-offset: 2px;
}

.groupadmin-lead-phone-copy:hover {
  text-decoration-color: rgb(115 115 115);
}

.groupadmin-benefits-bot-link {
  display: inline-block;
  max-width: 100%;
  white-space: nowrap;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  color: rgb(29 78 216);
  text-decoration: underline;
  text-decoration-color: rgb(147 197 253);
  text-underline-offset: 2px;
}

.groupadmin-benefits-bot-link:hover {
  color: rgb(30 64 175);
}

.groupadmin-benefits-bot-link--yes {
  color: rgb(21 128 61);
  text-decoration-color: rgb(134 239 172);
}

.groupadmin-benefits-bot-link--yes:hover {
  color: rgb(22 101 52);
}

.groupadmin-benefits-bot-link--muted {
  color: rgb(115 115 115);
  text-decoration: none;
  font-weight: 500;
}

table[id^='table-'] td.groupadmin-lead-phone-cell,
table[id^='table-'] td.groupadmin-benefits-bot-cell {
  overflow: hidden;
  text-overflow: ellipsis;
}
