.completed-agent-items li {
  display: grid !important;
  grid-template-columns: 30px minmax(0, 1fr) auto !important;
  align-items: start !important;
  gap: 10px !important;
}

.completed-agent-items .completed-item-name,
.completed-agent-items li strong {
  display: block;
  min-width: 0;
  max-width: 100%;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: normal;
  line-height: 1.35;
}

.completed-agent-items li em {
  white-space: nowrap;
}

@media (max-width: 760px) {
  .completed-agent-items {
    gap: 10px;
  }

  .completed-agent-items li {
    grid-template-columns: 28px minmax(0, 1fr) auto !important;
  }
}
