.model-badge {
  background-color: var(--light-testit-blue)  ; /*#d1fae5;       */
  color: var(--testit-blue); /* #00bfa5;*/                  
  border-radius: 9999px;            
  padding: 4px 10px;
  font-size: 13px;
  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;*/
}
