.team-card-section-label {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 28px;
  margin: 2px 0 -2px;
  color: #536d8b;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .015em;
}

.team-card-section-label::after {
  content: '';
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, #c7d9e9, transparent);
}

.team-card-section-label strong {
  order: 2;
  display: inline-grid;
  place-items: center;
  min-width: 27px;
  height: 22px;
  padding: 0 7px;
  border-radius: 999px;
  background: #e8f7fb;
  color: #007fa8;
  font-size: 11px;
}

.team-card-section-label--locked {
  margin-top: 12px;
  color: #7990aa;
}

.team-card-section-label--locked strong {
  background: #edf2f7;
  color: #6f8299;
}

.team-profile-card-grid.is-collapsed .team-card-section-label--locked,
.team-profile-card-grid.is-collapsed .team-collectible-card.is-locked {
  display: none !important;
}

.team-profile-card-grid.is-collapsed .team-collectible-card.is-unlocked {
  display: block !important;
}

.team-collectible-card.is-unlocked {
  box-shadow: 0 7px 20px rgba(17, 92, 136, .10);
}

body.theme-dark .team-card-section-label { color: #a9c8dc; }
body.theme-dark .team-card-section-label::after { background: linear-gradient(90deg, #31546c, transparent); }
body.theme-dark .team-card-section-label strong { background: #153e50; color: #64d7ef; }
