.passengers {
  background: #fcfcfc;
  border-radius: 12px;
  color: #3d3d3d;
  padding: 12px;
}

.passengers h2,
.passengers h3 {
  font-weight: bold;
  font-size: 12px;
  margin-top: 0;
  margin-bottom: 8px;
  display: inline-block;
}

.passengers__title h3:first-child,
.passengers__item p:first-child {
  width: 86%;
}

.passengers__item {
  font-size: 10px;
  margin-bottom: 16px;
}

.passengers__item p {
  display: inline-block;
  margin: 0px;
}

.passengers__table {
  width: 100% !important;
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
  font-size: 10px !important;
}

.passengers__table th {
  font-weight: bold;
  padding-bottom: 8px;
}

.badge {
  color: #00b25c;
  background: #edfff6;
  border-radius: 8px;
  padding: 4px 6px;
  margin-left: 8px;
}
