/* BPT Flight Finder 1.0: scoped Step 3 flight-search panel. */
#bpt-mobile-wizard .bpt-flight-finder {
  display: block !important;
  grid-column: 1 / -1 !important;
  width: 100% !important;
  min-width: 0 !important;
  margin: -1px 0 3px !important;
  box-sizing: border-box !important;
  font-family: inherit !important;
}

#bpt-mobile-wizard .bpt-flight-finder *,
#bpt-mobile-wizard .bpt-flight-finder *::before,
#bpt-mobile-wizard .bpt-flight-finder *::after {
  box-sizing: border-box !important;
}

#bpt-mobile-wizard .bpt-flight-finder [hidden] {
  display: none !important;
}

#bpt-mobile-wizard .bpt-flight-finder__unknown {
  display: inline-flex !important;
  align-items: center !important;
  gap: 9px !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 4px 2px !important;
  color: #33443b !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  cursor: pointer !important;
  user-select: none !important;
  -webkit-tap-highlight-color: transparent !important;
}

#bpt-mobile-wizard .bpt-flight-finder__unknown input {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

#bpt-mobile-wizard .bpt-flight-finder__check {
  display: inline-flex !important;
  flex: 0 0 21px !important;
  align-items: center !important;
  justify-content: center !important;
  width: 21px !important;
  height: 21px !important;
  border: 1.5px solid #9aaca2 !important;
  border-radius: 6px !important;
  background: #ffffff !important;
  color: transparent !important;
  box-shadow: 0 1px 3px rgba(15, 40, 27, .05) !important;
  transition: border-color .16s ease, background .16s ease,
    box-shadow .16s ease !important;
}

#bpt-mobile-wizard .bpt-flight-finder__check svg {
  width: 14px !important;
  height: 14px !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 2.5 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

#bpt-mobile-wizard .bpt-flight-finder__unknown input:checked +
.bpt-flight-finder__check {
  border-color: #0f8d57 !important;
  background: #0f8d57 !important;
  color: #ffffff !important;
  box-shadow: 0 4px 10px rgba(15, 141, 87, .2) !important;
}

#bpt-mobile-wizard .bpt-flight-finder__unknown input:focus-visible +
.bpt-flight-finder__check {
  outline: 3px solid rgba(15, 141, 87, .2) !important;
  outline-offset: 2px !important;
}

#bpt-mobile-wizard .bpt-flight-finder__panel {
  width: 100% !important;
  min-width: 0 !important;
  margin: 10px 0 2px !important;
  padding: 16px !important;
  overflow: hidden !important;
  border: 1px solid #d7e6de !important;
  border-radius: 18px !important;
  background: linear-gradient(180deg, #fbfefc 0%, #f5faf7 100%) !important;
  box-shadow: 0 12px 28px rgba(22, 60, 40, .08) !important;
  animation: bpt-flight-finder-open .2s ease-out both !important;
}

@keyframes bpt-flight-finder-open {
  from {
    opacity: 0;
    transform: translateY(-7px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

#bpt-mobile-wizard .bpt-flight-finder__heading {
  display: flex !important;
  align-items: center !important;
  gap: 11px !important;
  margin: 0 0 14px !important;
}

#bpt-mobile-wizard .bpt-flight-finder__heading-icon {
  display: inline-flex !important;
  flex: 0 0 38px !important;
  align-items: center !important;
  justify-content: center !important;
  width: 38px !important;
  height: 38px !important;
  border-radius: 12px !important;
  background: #e7f6ee !important;
  color: #0f8d57 !important;
}

#bpt-mobile-wizard .bpt-flight-finder__heading-icon svg {
  width: 21px !important;
  height: 21px !important;
  fill: currentColor !important;
  stroke: none !important;
}

#bpt-mobile-wizard .bpt-flight-finder__heading > div {
  display: flex !important;
  min-width: 0 !important;
  flex-direction: column !important;
  gap: 2px !important;
}

#bpt-mobile-wizard .bpt-flight-finder__heading strong {
  color: #173a28 !important;
  font-size: 16px !important;
  font-weight: 820 !important;
  line-height: 1.2 !important;
}

#bpt-mobile-wizard .bpt-flight-finder__heading small {
  color: #65756c !important;
  font-size: 11.5px !important;
  font-weight: 550 !important;
  line-height: 1.35 !important;
}

#bpt-mobile-wizard .bpt-flight-finder__form {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
}

#bpt-mobile-wizard .bpt-flight-finder__route {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 42px minmax(0, 1fr) !important;
  align-items: end !important;
  gap: 8px !important;
  width: 100% !important;
}

#bpt-mobile-wizard .bpt-flight-finder__field {
  display: flex !important;
  min-width: 0 !important;
  flex-direction: column !important;
  gap: 6px !important;
  margin: 0 !important;
}

#bpt-mobile-wizard .bpt-flight-finder__field > span {
  padding-left: 2px !important;
  color: #405149 !important;
  font-size: 11.5px !important;
  font-weight: 780 !important;
  line-height: 1 !important;
}

#bpt-mobile-wizard .bpt-flight-finder__field input {
  appearance: none !important;
  -webkit-appearance: none !important;
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  height: 48px !important;
  margin: 0 !important;
  padding: 0 12px !important;
  border: 1px solid #cddbd3 !important;
  border-radius: 12px !important;
  outline: 0 !important;
  background: #ffffff !important;
  box-shadow: 0 2px 7px rgba(21, 52, 35, .035) !important;
  color: #1f3027 !important;
  font-family: inherit !important;
  font-size: 14px !important;
  font-weight: 650 !important;
  line-height: 48px !important;
  text-overflow: ellipsis !important;
  transition: border-color .16s ease, box-shadow .16s ease !important;
}

#bpt-mobile-wizard .bpt-flight-finder__field input::placeholder {
  color: #8b9891 !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  opacity: 1 !important;
}

#bpt-mobile-wizard .bpt-flight-finder__field input:focus {
  border-color: #0f8d57 !important;
  box-shadow: 0 0 0 3px rgba(15, 141, 87, .12) !important;
}

#bpt-mobile-wizard .bpt-flight-finder__swap {
  appearance: none !important;
  -webkit-appearance: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 42px !important;
  height: 42px !important;
  margin: 0 0 3px !important;
  padding: 0 !important;
  border: 1px solid #b8d9c8 !important;
  border-radius: 50% !important;
  outline: 0 !important;
  background: #ffffff !important;
  color: #0f8d57 !important;
  box-shadow: 0 5px 12px rgba(18, 83, 50, .09) !important;
  cursor: pointer !important;
  -webkit-tap-highlight-color: transparent !important;
}

#bpt-mobile-wizard .bpt-flight-finder__swap:hover,
#bpt-mobile-wizard .bpt-flight-finder__swap:focus-visible {
  border-color: #0f8d57 !important;
  background: #edf9f3 !important;
}

#bpt-mobile-wizard .bpt-flight-finder__swap svg {
  width: 19px !important;
  height: 19px !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 1.8 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

#bpt-mobile-wizard .bpt-flight-finder__search {
  appearance: none !important;
  -webkit-appearance: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  width: 100% !important;
  min-height: 48px !important;
  margin: 12px 0 0 !important;
  padding: 11px 16px !important;
  border: 1px solid #0f8d57 !important;
  border-radius: 13px !important;
  outline: 0 !important;
  background: #0f8d57 !important;
  color: #ffffff !important;
  box-shadow: 0 8px 18px rgba(15, 141, 87, .18) !important;
  font-family: inherit !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  cursor: pointer !important;
  -webkit-tap-highlight-color: transparent !important;
}

#bpt-mobile-wizard .bpt-flight-finder__search:hover:not(:disabled),
#bpt-mobile-wizard .bpt-flight-finder__search:focus-visible:not(:disabled) {
  background: #0c7c4c !important;
}

#bpt-mobile-wizard .bpt-flight-finder__search:disabled {
  cursor: wait !important;
  opacity: .82 !important;
}

#bpt-mobile-wizard .bpt-flight-finder__search-icon {
  display: inline-flex !important;
}

#bpt-mobile-wizard .bpt-flight-finder__search-icon svg {
  width: 18px !important;
  height: 18px !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 2 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

#bpt-mobile-wizard .bpt-flight-finder__search.is-busy
.bpt-flight-finder__search-icon {
  width: 17px !important;
  height: 17px !important;
  border: 2px solid rgba(255, 255, 255, .45) !important;
  border-top-color: #ffffff !important;
  border-radius: 50% !important;
  animation: bpt-flight-finder-spin .7s linear infinite !important;
}

#bpt-mobile-wizard .bpt-flight-finder__search.is-busy
.bpt-flight-finder__search-icon svg {
  display: none !important;
}

@keyframes bpt-flight-finder-spin {
  to { transform: rotate(360deg); }
}

#bpt-mobile-wizard .bpt-flight-finder__status {
  margin: 11px 2px 0 !important;
  padding: 0 !important;
  color: #65756c !important;
  font-size: 12px !important;
  font-weight: 650 !important;
  line-height: 1.4 !important;
}

#bpt-mobile-wizard .bpt-flight-finder__status.is-error {
  color: #a33a31 !important;
}

#bpt-mobile-wizard .bpt-flight-finder__status.is-success {
  color: #0d7d4c !important;
}

#bpt-mobile-wizard .bpt-flight-finder__results {
  display: flex !important;
  width: 100% !important;
  max-height: 350px !important;
  margin: 11px 0 0 !important;
  padding: 2px 5px 2px 1px !important;
  flex-direction: column !important;
  gap: 9px !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  overscroll-behavior: contain !important;
  -webkit-overflow-scrolling: touch !important;
  scrollbar-width: thin !important;
}

#bpt-mobile-wizard .bpt-flight-finder__result {
  appearance: none !important;
  -webkit-appearance: none !important;
  display: flex !important;
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 13px !important;
  flex: 0 0 auto !important;
  flex-direction: column !important;
  gap: 11px !important;
  border: 1px solid #d8e3dd !important;
  border-radius: 15px !important;
  outline: 0 !important;
  background: #ffffff !important;
  box-shadow: 0 5px 14px rgba(20, 55, 36, .055) !important;
  color: #213129 !important;
  font-family: inherit !important;
  text-align: left !important;
  cursor: pointer !important;
  transition: border-color .16s ease, box-shadow .16s ease,
    transform .16s ease !important;
  -webkit-tap-highlight-color: transparent !important;
}

#bpt-mobile-wizard .bpt-flight-finder__result:hover,
#bpt-mobile-wizard .bpt-flight-finder__result:focus-visible {
  border-color: #64b98f !important;
  box-shadow: 0 8px 20px rgba(15, 141, 87, .12) !important;
  transform: translateY(-1px) !important;
}

#bpt-mobile-wizard .bpt-flight-finder__result-top {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto 25px !important;
  align-items: center !important;
  gap: 8px !important;
  width: 100% !important;
}

#bpt-mobile-wizard .bpt-flight-finder__result-identity,
#bpt-mobile-wizard .bpt-flight-finder__result-schedule {
  display: flex !important;
  min-width: 0 !important;
  flex-direction: column !important;
  gap: 2px !important;
}

#bpt-mobile-wizard .bpt-flight-finder__result-airline {
  overflow: hidden !important;
  color: #617068 !important;
  font-size: 10.5px !important;
  font-weight: 650 !important;
  line-height: 1.2 !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

#bpt-mobile-wizard .bpt-flight-finder__result-number {
  color: #173a28 !important;
  font-size: 17px !important;
  font-weight: 850 !important;
  line-height: 1.1 !important;
  letter-spacing: .01em !important;
}

#bpt-mobile-wizard .bpt-flight-finder__result-schedule {
  align-items: flex-end !important;
}

#bpt-mobile-wizard .bpt-flight-finder__result-schedule small {
  color: #75837c !important;
  font-size: 9.5px !important;
  font-weight: 650 !important;
  line-height: 1.1 !important;
}

#bpt-mobile-wizard .bpt-flight-finder__result-schedule strong {
  color: #2f4037 !important;
  font-size: 11.5px !important;
  font-weight: 780 !important;
  line-height: 1.2 !important;
  white-space: nowrap !important;
}

#bpt-mobile-wizard .bpt-flight-finder__result-arrow {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  color: #0f8d57 !important;
}

#bpt-mobile-wizard .bpt-flight-finder__result-arrow svg {
  width: 22px !important;
  height: 22px !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 2.2 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

#bpt-mobile-wizard .bpt-flight-finder__result-route {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 48px minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 7px !important;
  width: 100% !important;
  padding: 10px 0 !important;
  border-top: 1px solid #edf1ef !important;
  border-bottom: 1px solid #edf1ef !important;
}

#bpt-mobile-wizard .bpt-flight-finder__result-airport {
  display: flex !important;
  min-width: 0 !important;
  flex-direction: column !important;
  gap: 3px !important;
}

#bpt-mobile-wizard .bpt-flight-finder__result-airport--arrival {
  align-items: flex-end !important;
  text-align: right !important;
}

#bpt-mobile-wizard .bpt-flight-finder__result-time {
  color: #687870 !important;
  font-size: 9.5px !important;
  font-weight: 650 !important;
  line-height: 1.15 !important;
}

#bpt-mobile-wizard .bpt-flight-finder__result-code {
  color: #142b1f !important;
  font-size: 18px !important;
  font-weight: 880 !important;
  line-height: 1 !important;
  letter-spacing: .025em !important;
}

#bpt-mobile-wizard .bpt-flight-finder__result-airport-name {
  display: block !important;
  width: 100% !important;
  overflow: hidden !important;
  color: #5d6d64 !important;
  font-size: 9.5px !important;
  font-weight: 560 !important;
  line-height: 1.25 !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

#bpt-mobile-wizard .bpt-flight-finder__result-flightline {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #0f8d57 !important;
}

#bpt-mobile-wizard .bpt-flight-finder__result-flightline i {
  display: block !important;
  min-width: 7px !important;
  height: 1px !important;
  flex: 1 1 auto !important;
  background: #b8d9c8 !important;
}

#bpt-mobile-wizard .bpt-flight-finder__result-flightline svg {
  width: 18px !important;
  height: 18px !important;
  margin: 0 4px !important;
  flex: 0 0 18px !important;
  fill: currentColor !important;
  transform: rotate(43deg) !important;
}

#bpt-mobile-wizard .bpt-flight-finder__result-meta {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 10px !important;
  width: 100% !important;
}

#bpt-mobile-wizard .bpt-flight-finder__result-meta small {
  color: #78857e !important;
  font-size: 10px !important;
  font-weight: 650 !important;
}

#bpt-mobile-wizard .bpt-flight-finder__result-meta strong {
  overflow: hidden !important;
  color: #46574e !important;
  font-size: 10.5px !important;
  font-weight: 720 !important;
  text-align: right !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

@media (max-width: 520px) {
  #bpt-mobile-wizard .bpt-flight-finder__panel {
    padding: 14px !important;
    border-radius: 16px !important;
  }

  #bpt-mobile-wizard .bpt-flight-finder__route {
    grid-template-columns: minmax(0, 1fr) 38px minmax(0, 1fr) !important;
    gap: 6px !important;
  }

  #bpt-mobile-wizard .bpt-flight-finder__swap {
    width: 38px !important;
    height: 38px !important;
    margin-bottom: 5px !important;
  }

  #bpt-mobile-wizard .bpt-flight-finder__field input {
    height: 46px !important;
    padding: 0 9px !important;
    font-size: 16px !important;
    line-height: 46px !important;
  }

  #bpt-mobile-wizard .bpt-flight-finder__field input::placeholder {
    font-size: 10.5px !important;
  }

  #bpt-mobile-wizard .bpt-flight-finder__results {
    max-height: 330px !important;
  }

  #bpt-mobile-wizard .bpt-flight-finder__result {
    padding: 12px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  #bpt-mobile-wizard .bpt-flight-finder__panel,
  #bpt-mobile-wizard .bpt-flight-finder__search.is-busy
  .bpt-flight-finder__search-icon {
    animation: none !important;
  }
}
