.model-badge {
  background-color: var(--light-testit-blue)  ; /*#d1fae5;       */
  color: var(--testit-blue); /* #00bfa5;*/                  
  border-radius: 9999px;            
  padding: 2px 7px;
  font-size: 10px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  margin-right: 6px;
  margin-bottom: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}


.model-badge strong {
  font-weight: 600;
  margin-right: 4px;
  color: var(--testit-blue) /*#064e3b;*/
}

#model-details {
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 1.25;
}

.model-details-wrapper {
  cursor: pointer;
  border-radius: 8px;
  padding: 2px 2px;
  margin-left: -4px;
  transition: background-color 0.15s ease;
}

.model-details-wrapper:hover .model-badge {
  background-color: var(--border-input);
}
