/* Featured milestone badge — small marker beside player names */
.pnw-badge-wrap {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
  max-width: 100%;
}
.pnw-badge-wrap__name {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.feat-badge {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}
.feat-badge__icon {
  width: 18px;
  height: 18px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
}
.feat-badge__icon svg {
  width: 11px;
  height: 11px;
}
.feat-badge__icon--dabeisein {
  color: var(--primary-text);
  border-color: rgba(16,185,129, 0.35);
  background: rgba(16,185,129, 0.1);
}
.feat-badge__icon--konstanz {
  color: #5ec8ff;
  border-color: rgba(94, 200, 255, 0.35);
  background: rgba(94, 200, 255, 0.1);
}
.feat-badge__icon--tore-spiel {
  color: #ffc46b;
  border-color: rgba(255, 196, 107, 0.35);
  background: rgba(255, 196, 107, 0.1);
}
.feat-badge__icon--entwicklung {
  color: #7c9ef8;
  border-color: rgba(124, 158, 248, 0.35);
  background: rgba(124, 158, 248, 0.1);
}

/* Labelled row under a player name in lists */
.feat-badge-line {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 4px;
  max-width: 100%;
}
.feat-badge-line__icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
}
.feat-badge-line__icon svg {
  width: 12px;
  height: 12px;
}
.feat-badge-line--dabeisein .feat-badge-line__icon {
  color: var(--primary-text);
  border-color: rgba(16,185,129, 0.35);
  background: rgba(16,185,129, 0.1);
}
.feat-badge-line--konstanz .feat-badge-line__icon {
  color: #5ec8ff;
  border-color: rgba(94, 200, 255, 0.35);
  background: rgba(94, 200, 255, 0.1);
}
.feat-badge-line--tore-spiel .feat-badge-line__icon {
  color: #ffc46b;
  border-color: rgba(255, 196, 107, 0.35);
  background: rgba(255, 196, 107, 0.1);
}
.feat-badge-line--entwicklung .feat-badge-line__icon {
  color: #7c9ef8;
  border-color: rgba(124, 158, 248, 0.35);
  background: rgba(124, 158, 248, 0.1);
}
.feat-badge-line__text {
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px 6px;
  line-height: 1.2;
}
.feat-badge-line__title {
  font-size: 12px;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.88);
}
.feat-badge-line__cat {
  font-size: 11px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.42);
}

/* Below-list comparison card (player Bestenliste) */
.feat-insight {
  margin-top: 20px;
  border-radius: 16px;
  border: 1px solid rgba(16,185,129, 0.14);
  background: rgba(255, 255, 255, 0.035);
  padding: 16px;
  text-align: left;
}
.feat-insight__head {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.45px;
  text-transform: uppercase;
  color: rgba(16,185,129, 0.75);
  margin-bottom: 12px;
}
.feat-insight__hero {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
  text-align: left;
}
.feat-insight__hero-text {
  flex: 1;
  min-width: 0;
  text-align: left;
}
.feat-insight__hero-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
}
.feat-insight__hero-icon svg {
  width: 22px;
  height: 22px;
}
.feat-insight__hero--dabeisein .feat-insight__hero-icon {
  color: var(--primary-text);
  border-color: rgba(16,185,129, 0.35);
  background: rgba(16,185,129, 0.1);
}
.feat-insight__hero--konstanz .feat-insight__hero-icon {
  color: #5ec8ff;
  border-color: rgba(94, 200, 255, 0.35);
  background: rgba(94, 200, 255, 0.1);
}
.feat-insight__hero--tore-spiel .feat-insight__hero-icon {
  color: #ffc46b;
  border-color: rgba(255, 196, 107, 0.35);
  background: rgba(255, 196, 107, 0.1);
}
.feat-insight__hero--entwicklung .feat-insight__hero-icon {
  color: #7c9ef8;
  border-color: rgba(124, 158, 248, 0.35);
  background: rgba(124, 158, 248, 0.1);
}
.feat-insight__hero-title {
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
  color: #fff;
}
.feat-insight__hero-desc {
  margin-top: 4px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.55);
}
.feat-insight__compare {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.72);
}
.feat-insight__compare.is-top {
  color: var(--primary-text);
}
.feat-insight__rank {
  margin: 6px 0 0;
  font-size: 12px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.45);
}
.feat-insight__empty {
  margin: 0 0 12px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.62);
}
.feat-insight__team-top {
  margin-bottom: 12px;
}
.feat-insight__team-top-label {
  display: block;
  margin-bottom: 6px;
  font-size: 11px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.42);
}
.feat-insight__link {
  display: inline-block;
  margin-top: 12px;
  font-size: 13px;
  font-weight: 700;
  color: var(--primary-text);
  text-decoration: none;
}
.feat-insight__link:active {
  opacity: 0.8;
}

/* Compact insight on Startseite preview */
.feat-insight--compact {
  margin-top: 12px;
  padding: 12px 14px;
}
.feat-insight--compact .feat-insight__head {
  margin-bottom: 8px;
}
.feat-insight--compact .feat-insight__hero {
  margin-bottom: 8px;
}
.feat-insight--compact .feat-insight__hero-icon {
  width: 36px;
  height: 36px;
  border-radius: 12px;
}
.feat-insight--compact .feat-insight__hero-icon svg {
  width: 18px;
  height: 18px;
}
.feat-insight--compact .feat-insight__hero-title {
  font-size: 15px;
}
.feat-insight--compact .feat-insight__hero-desc {
  font-size: 12px;
}
.feat-insight--compact .feat-insight__compare {
  font-size: 13px;
}
.feat-insight--compact .feat-insight__link {
  margin-top: 8px;
  font-size: 12px;
}
