.HuntListCardHeader_header__Gk_z2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
  overflow: hidden;
  border-top-left-radius: var(--card-radius, var(--radius-lg));
  border-top-right-radius: var(--card-radius, var(--radius-lg));
}
.HuntListCardHeader_headerLeading__rS0QO {
  flex: 0 1 auto;
  min-width: 0;
  overflow: hidden;
}
.HuntListCardHeader_ratingBadge__547rz {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  padding: 4px 8px;
  font-size: 14px;
  font-weight: 600;
  border-radius: var(--radius-sm);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--rank-gold);
  border: 1px solid rgba(var(--rank-gold-rgb), 0.45);
  background: rgba(var(--rank-gold-rgb), 0.12);
  text-shadow: 0 0 calc(var(--text-glow-intensity, 1) * 5px) color-mix(in srgb, var(--rank-gold) calc(var(--text-glow-intensity, 1) * 55%), transparent);
}
.HuntListCardHeader_noRatingBadge__d_72b {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 500;
  color: var(--text-muted);
  text-shadow: none;
}
.HuntListCardHeader_finishedBadge__RSTpy {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-left: auto;
  flex-shrink: 0;
  padding: 4px 10px;
  background: linear-gradient(135deg, var(--success-alpha-20) 0%, var(--success-alpha-10) 100%);
  border: 1px solid rgba(var(--success-rgb), 0.5);
  border-radius: var(--radius-sm);
  color: var(--success-color);
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
}
.HuntListCardHeader_finishedBadge__RSTpy svg {
  color: var(--success-color);
}
@media (max-width: 768px) {
  .HuntListCardHeader_header__Gk_z2 {
    margin-bottom: 4px;
  }
  .HuntListCardHeader_ratingBadge__547rz,
  .HuntListCardHeader_noRatingBadge__d_72b {
    font-size: 12px;
    padding: 2px 6px;
  }
  .HuntListCardHeader_finishedBadge__RSTpy {
    font-size: 12px;
    padding: 2px 6px;
  }
}

.HuntListCardQuickMeta_bar__mqmMt {
  margin-bottom: 8px;
  line-height: 1.5;
}
.HuntListCardQuickMeta_teamSize__x0mXy {
  font-size: 14px;
  color: var(--text-secondary);
  font-weight: 500;
}

