.itinerary-gold-standard {
  background-color: @brand-secondary;

  .itinerary-item {
    background-color: @brand-secondary-light;
    background-image: none;
    border: none;
    color: @color-black;
  }

  .label {
    text-transform: none;

    // Avoids label text-muted color fade
    .text-muted {
      color: @text-muted;
    }
  }
}

.itinerary-popover.popover li {
  color: @gray-darker;

  &:hover {
    background-color: @gray-lighter;
    text-decoration: underline;
  }

  &.active {
    background-color: @brand-primary !important;
    color: @color-white;
    text-decoration: underline;
  }
}

@media (min-width: @screen-lg-min) {
  .itinerary-sort-by-container {
    background: @brand-secondary;
    color: @color-white;
  }
}
