.km-profile-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 100%;
  min-width: 0;
  margin: 10px 0 0;
}

.km-profile-badge {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  min-width: 0;
  max-width: 100%;
  min-height: 34px;
  padding: 6px 11px;
  border: 1px solid #e8d4ad;
  border-radius: 999px;
  background: #fff9ed;
  color: #6b4b19;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.45;
  overflow-wrap: anywhere;
  white-space: normal;
}

@media (max-width: 600px) {
  .km-profile-badges { gap: 7px; }
  .km-profile-badge { font-size: 13px; }
}