/* ── DÉPARTS SIDEBAR ── */
.sidebar-departures {
  margin-top: 1.5rem;
  border-top: 1px solid var(--sand);
  padding-top: 1.5rem;
}

.sidebar-departures-title {
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1rem;
}

.departure-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.6rem 0;
  border-bottom: 1px solid var(--sand);
  gap: 0.5rem;
}

.departure-row:last-child {
  border-bottom: none;
}

.departure-row.complet {
  opacity: 0.45;
}

.departure-dates {
  font-size: 0.82rem;
  color: var(--dark);
  line-height: 1.4;
}

.departure-badge {
  font-size: 0.65rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.25rem 0.6rem;
  white-space: nowrap;
  font-weight: 600;
}

.departure-badge.open {
  background: var(--cream);
  color: var(--brown);
  border: 1px solid var(--sand);
}

.departure-badge.last {
  background: #fff8e1;
  color: #b45309;
  border: 1px solid #f59e0b;
}

.departure-badge.complet {
  background: #f3f4f6;
  color: #9ca3af;
  border: 1px solid #e5e7eb;
}

/* Badges dans le tableau principal */
.badge-dispo.complet {
  background: #f3f4f6;
  color: #9ca3af;
  border: 1px solid #e5e7eb;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.3rem 0.8rem;
}

.badge-dispo.last {
  background: #fff8e1;
  color: #b45309;
  border: 1px solid #f59e0b;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.3rem 0.8rem;
}
