/* Parcours vendeur particulier — choix + listes */
.vendre-choix-wrap {
  max-width: 520px;
  margin: 0 auto;
  padding: 1.5rem 0 3rem;
}

.vendre-choix-title {
  font-family: 'League Spartan', sans-serif;
  font-weight: 800;
  font-size: 1.65rem;
  line-height: 1.2;
  color: var(--propulse-noir);
  margin-bottom: 0.35rem;
  text-align: center;
}

.vendre-choix-sub {
  font-size: 0.95rem;
  color: var(--g600, #6b7280);
  text-align: center;
  margin-bottom: 1.75rem;
}

.cv-card {
  display: block;
  border-radius: 14px;
  padding: 1rem 1.15rem;
  margin-bottom: 0.85rem;
  border: 1px solid rgba(3, 74, 170, 0.12);
  background: #fff;
  transition: box-shadow 0.2s, border-color 0.2s, transform 0.15s;
  color: inherit;
  text-decoration: none !important;
}

a.cv-card:hover {
  border-color: rgba(3, 74, 170, 0.35);
  box-shadow: 0 8px 28px rgba(3, 74, 170, 0.12);
  transform: translateY(-1px);
}

.cv-card.featured {
  border-width: 2px;
  border-color: var(--propulse-primary);
  background: linear-gradient(145deg, rgba(3, 74, 170, 0.04) 0%, #fff 55%);
}

.cv-card-hd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 0.35rem;
}

.cv-card-nm {
  font-family: 'League Spartan', sans-serif;
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--propulse-noir);
}

.cv-rec {
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #fff;
  background: var(--propulse-primary);
  padding: 0.2rem 0.45rem;
  border-radius: 6px;
}

.cv-card-sub {
  font-size: 0.88rem;
  color: var(--propulse-text-muted);
  margin-bottom: 0.65rem;
}

.cv-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.cv-tag {
  font-size: 0.68rem;
  font-weight: 600;
  padding: 0.2rem 0.5rem;
  border-radius: 6px;
}

.cv-tag.blue {
  background: rgba(3, 74, 170, 0.1);
  color: var(--propulse-primary);
}

.cv-tag.gray {
  background: #f3f4f6;
  color: #4b5563;
}

.cv-card.plain .cv-card-hd {
  margin-bottom: 0.15rem;
}

.vendre-autonome-foot {
  text-align: center;
  font-size: 0.85rem;
  margin-top: 0.5rem;
  color: var(--g600, #6b7280);
}

.vendre-liste-profils .profil-mini {
  border: 1px solid rgba(3, 74, 170, 0.12);
  border-radius: 12px;
  padding: 1rem 1.1rem;
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  text-decoration: none !important;
  color: inherit;
  transition: box-shadow 0.2s, border-color 0.2s;
}

.vendre-liste-profils .profil-mini:hover {
  border-color: rgba(3, 74, 170, 0.35);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
}

.vendre-liste-profils .profil-mini-name {
  font-weight: 700;
  font-family: 'League Spartan', sans-serif;
  margin-bottom: 0.15rem;
}

.vendre-liste-profils .profil-mini-meta {
  font-size: 0.82rem;
  color: var(--g600, #6b7280);
}
