.help-block {
  color: rgba(var(--bs-danger-rgb)) !important;
}

.accordion-itinerary .accordion-button strong {
  text-wrap: unset;
}

.tour-title {
  height: 55px;
}

.search-tour-form {
  margin-bottom: 75px !important;
  background-color: unset !important;
}

/* Apply checkmark to success items */
.includes-content li::marker {
  content: "✅ ";
}

/* Apply cross to error items */
.excludes-content li::marker {
  content: "❌ ";
}

.form-contact {
  margin-top: 0;
}
