
/* Clear round-trip date presentation */
.round-trip-dates {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.round-trip-dates label {
  font-weight: 600;
}
