.new-question-badge {
  display: inline-flex;
  min-height: 22px;
  align-items: center;
  justify-content: center;
  border: 1px solid color-mix(in srgb, var(--mint), var(--border) 35%);
  border-radius: 999px;
  background: color-mix(in srgb, var(--mint), transparent 88%);
  color: color-mix(in srgb, var(--mint), #075b4f 46%);
  padding: 3px 8px;
  font-size: 11px;
  font-weight: 850;
  line-height: 1;
  white-space: nowrap;
}

.q-matrix-item-identity {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

.q-matrix-item-identity .difficulty-badge,
.q-matrix-item-identity .new-question-badge {
  min-height: 20px;
  padding: 3px 6px;
  font-size: 9px;
}

.teacher-question-card .new-question-badge,
.practice-preview-card .new-question-badge,
.practice-question .new-question-badge {
  flex: none;
}

.practice-focus-kcs .chip span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 750;
}

@media (max-width: 720px) {
  .q-matrix-item-identity {
    gap: 4px;
  }

  .new-question-badge {
    min-height: 20px;
    padding-inline: 7px;
  }
}
