/* ============================================
   AFO – Bloc "Réservation obligatoire ?"
   Inspiré du style Accessibilité (look "chip")
   ============================================ */

.afo-chip-wrap { margin: 10px 0 6px; }

.afo-chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #111;
}


.afo-chip__label {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
}

.afo-chip__label strong {
  font-weight: 700;
}

.afo-chip__value {
  font-weight: 400;
}

