/* Team index grid: badge + name header on each b-index-card. Layers on
   top of browse-common.css, never redefines its classes. */

.team-card-top {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 6px;
}
.team-card-top .b-badge { width: 28px; height: 28px; flex: 0 0 auto; }
.team-card-title { margin: 0; }
