.mini-card {
  padding: 12px;
  border: 1px solid #eee;
  border-radius: 10px;
  font-family: sans-serif;
  background: #fff;
  margin-bottom: 10px;
}

.name {
  margin: 0 0 10px 0;
  font-size: 14px;
  color: #333;
}

.row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
}

.badge {
  font-size: 10px;
  padding: 2px 6px;
  border-radius: 4px;
  white-space: nowrap;
}

.blue { background: #eff6ff; color: #2563eb; }
.purple { background: #faf5ff; color: #9333ea; }

.text {
  font-size: 15px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
  color: #333;
}