.agent-cards-small .agent-item-radio {
  margin-right: 8px;
  float: left;
  vertical-align: bottom;
  height: 100%;
}

.agent-cards-small .agent-item-image-container {
  margin-right: 8px;
}

.agent-cards-small .agent-item-row {
  border-radius: 4px;
}

  .agent-cards-small .agent-item-row:hover {
    background: #00000006;
  }

.agent-cards-small .agent-item-name {
  font-weight: bold;
}

.agent-cards-small .agent-item-ref {
  margin-left: 8px;
  color: var(--agent-ref);
}

  .agent-cards-small .agent-item-ref::before {
    content: '(';
  }

  .agent-cards-small .agent-item-ref::after {
    content: ')';
  }

  .agent-cards-small .agent-item-ref-value::before {
    content: var(--agent-ref);
  }
.agent-cards-small .agent-item-introtext {
  max-width: fit-content;
  max-height: 60px
}

  .agent-cards-small .agent-item-introtext p {
    margin-bottom: 0;
  }
