.booking-widget__utility select {
  min-width: 240px;
  border: 0;
  background: transparent;
  color: var(--walabu-ink);
  font-size: 1rem;
  font-weight: 700;
  outline: 0;
}

.booking-widget__utility--input {
  min-width: 220px;
}

.booking-widget__utility--input input {
  width: 100%;
  border: 0;
  background: transparent;
  color: var(--walabu-ink);
  font-size: 1rem;
  font-weight: 700;
  outline: 0;
}

.booking-widget__utility--input input::placeholder {
  color: #8a96ad;
}

.booking-field__date-item[disabled] {
  color: #9ca6ba;
  cursor: not-allowed;
}

.booking-field__date-item {
  display: grid;
  align-content: center;
  justify-items: start;
  gap: 4px;
  width: 100%;
  min-width: 0;
  padding: 2px 0 0;
  border: 0;
  background: transparent;
  color: var(--walabu-ink);
  text-align: left;
  cursor: pointer;
}

.booking-field__date-item:focus-visible {
  outline: 0;
}

.booking-field__date-value {
  display: block;
  min-height: 26px;
  overflow: hidden;
  color: #18233e;
  font-size: 1.14rem;
  font-weight: 800;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.booking-field__date-item.is-empty .booking-field__date-value {
  color: #8a96ad;
  font-weight: 700;
}

.booking-date-picker {
  position: absolute;
  top: calc(100% + 14px);
  left: 50%;
  transform: translateX(-50%);
  width: min(1120px, calc(100vw - 32px));
  z-index: 50;
  padding: 22px 24px 18px;
  border: 1px solid rgba(18, 33, 63, 0.12);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 26px 56px rgba(8, 25, 68, 0.18);
}

.booking-date-picker__chrome {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 44px;
  align-items: start;
  gap: 18px;
}

.booking-date-picker__nav {
  width: 44px;
  height: 44px;
  display: inline-grid;
  place-items: center;
  margin-top: 54px;
  border: 4px solid rgba(69, 83, 125, 0.92);
  border-radius: 999px;
  background: #fff;
  color: #45537d;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}

.booking-date-picker__nav[disabled] {
  opacity: 0.34;
  cursor: not-allowed;
}

.booking-date-picker__months {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 36px;
  align-items: start;
}

.booking-date-picker__month {
  display: grid;
  gap: 18px;
  min-width: 0;
}

.booking-date-picker__title {
  margin: 0;
  color: #4a4a4a;
  font-size: 1.9rem;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.04em;
  text-align: center;
}

.booking-date-picker__weekdays,
.booking-date-picker__grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 10px;
}

.booking-date-picker__weekdays span {
  min-height: 24px;
  color: #4f4f4f;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
}

.booking-date-picker__grid {
  gap: 10px 14px;
}

.booking-date-picker__day {
  height: 52px;
  min-width: 0;
  display: inline-grid;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 12px;
  background: transparent;
  color: #4a4a4a;
  font-size: 1.35rem;
  font-weight: 500;
  cursor: pointer;
}

.booking-date-picker__day:hover:not([disabled]),
.booking-date-picker__day.is-range:not([disabled]) {
  background: #eef3ff;
}

.booking-date-picker__day.is-outside {
  opacity: 0.18;
}

.booking-date-picker__day[disabled] {
  opacity: 0.15;
  cursor: not-allowed;
}

.booking-date-picker__day.is-selected {
  background: #111111;
  color: #fff;
  font-weight: 700;
}

.booking-date-picker__day.is-range-start,
.booking-date-picker__day.is-range-end {
  background: #111111;
  color: #fff;
  font-weight: 700;
}

.booking-date-picker__footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  margin-top: 28px;
  padding-top: 22px;
  border-top: 2px dashed rgba(18, 33, 63, 0.22);
}

.booking-date-picker__action {
  padding: 0;
  border: 0;
  background: transparent;
  color: #717171;
  font-size: 1.05rem;
  font-weight: 600;
  cursor: pointer;
}

.booking-date-picker__action--done {
  min-width: 176px;
  min-height: 72px;
  padding: 0 28px;
  border: 2px solid rgba(81, 81, 81, 0.8);
  border-radius: 999px;
  background: #fff;
  color: #4a4a4a;
  font-size: 1.1rem;
  font-weight: 700;
}

.booking-date-picker__action--done:hover,
.booking-date-picker__action--done:focus-visible {
  border-color: #111111;
  color: #111111;
  outline: 0;
}

.booking-field--autocomplete {
  align-items: flex-start;
}

.booking-field--autocomplete .booking-field__meta {
  position: relative;
}

.booking-field--passengers {
  align-items: flex-start;
}

.booking-field--passengers .booking-field__meta {
  position: relative;
  width: 100%;
}

.booking-field__trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--walabu-ink);
  font-size: 1.02rem;
  font-weight: 800;
  line-height: 1.3;
  text-align: left;
  cursor: pointer;
}

.booking-field__trigger::after {
  content: "";
  flex: 0 0 auto;
  width: 10px;
  height: 10px;
  margin-top: -4px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  opacity: 0.7;
  transition: transform 0.2s ease;
}

.booking-field__trigger[aria-expanded="true"]::after {
  transform: rotate(-135deg);
  margin-top: 2px;
}

.booking-field__trigger:hover,
.booking-field__trigger:focus-visible {
  color: var(--walabu-primary-deep);
  outline: 0;
}

.booking-field__trigger [data-passenger-summary] {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.booking-passenger-panel {
  position: absolute;
  top: calc(100% + 14px);
  right: 0;
  z-index: 45;
  width: max(100%, 380px);
  max-width: min(420px, calc(100vw - 40px));
  padding: 18px;
  border: 1px solid rgba(15, 95, 175, 0.16);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 22px 44px rgba(8, 25, 68, 0.16);
}

.booking-passenger-panel__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 8px 0;
}

.booking-passenger-panel__copy {
  display: grid;
  gap: 4px;
}

.booking-passenger-panel__copy strong {
  color: var(--walabu-ink);
  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1.2;
}

.booking-passenger-panel__copy span {
  color: #6f7a90;
  font-size: 0.84rem;
  font-weight: 600;
  line-height: 1.3;
}

.booking-passenger-panel__stepper {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.booking-passenger-panel__stepper button {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid rgba(18, 33, 63, 0.16);
  border-radius: 999px;
  background: #f7faff;
  color: var(--walabu-ink);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}

.booking-passenger-panel__stepper button:hover,
.booking-passenger-panel__stepper button:focus-visible {
  border-color: rgba(52, 103, 234, 0.38);
  background: #edf3ff;
  color: var(--walabu-primary-deep);
  outline: 0;
}

.booking-passenger-panel__stepper button[disabled] {
  opacity: 0.42;
  cursor: not-allowed;
}

.booking-passenger-panel__stepper span {
  min-width: 18px;
  color: var(--walabu-ink);
  font-size: 1rem;
  font-weight: 800;
  text-align: center;
}

.booking-passenger-panel__ages {
  display: grid;
  gap: 10px;
  padding: 8px 0 12px;
}

.booking-passenger-panel__age {
  display: grid;
  gap: 8px;
  padding: 12px 14px;
  border: 1px solid rgba(15, 95, 175, 0.12);
  border-radius: 16px;
  background: #f7faff;
}

.booking-passenger-panel__age-label {
  color: #5f6d86;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
}

.booking-passenger-panel__age-select {
  width: 100%;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid rgba(18, 33, 63, 0.12);
  border-radius: 12px;
  background: #fff;
  color: var(--walabu-ink);
  font-size: 0.96rem;
  font-weight: 700;
  outline: 0;
}

.booking-passenger-panel__age-select:focus-visible {
  border-color: rgba(52, 103, 234, 0.42);
}

.booking-passenger-panel__note {
  margin: 6px 0 0;
  color: #6f7a90;
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.5;
}

.booking-field__nearby-button {
  margin-top: 8px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--walabu-primary);
  font-size: 0.82rem;
  font-weight: 800;
  cursor: pointer;
}

.booking-field__nearby-button[disabled] {
  color: #8a96ad;
  cursor: not-allowed;
}

.booking-field__suggestions {
  position: absolute;
  top: calc(100% + 14px);
  left: -18px;
  right: -18px;
  z-index: 40;
  padding: 10px 0;
  border: 1px solid rgba(15, 95, 175, 0.16);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 18px 34px rgba(8, 25, 68, 0.14);
}

.booking-field__suggestion {
  width: calc(100% - 20px);
  display: block;
  margin: 0 10px;
  padding: 14px 16px;
  border: 0;
  border-radius: 14px;
  background: transparent;
  color: var(--walabu-ink);
  text-align: left;
  cursor: pointer;
}

.booking-field__suggestion {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.booking-field__suggestion:hover,
.booking-field__suggestion.is-active,
.booking-field__suggestion:focus-visible {
  background: #f1ecff;
  color: #6d59b5;
  outline: 0;
}

.booking-field__suggestion--status,
.booking-field__suggestion--status:hover,
.booking-field__suggestion--status:focus-visible {
  background: transparent;
  color: #6f7a90;
  cursor: default;
}

.booking-field__suggestion-primary {
  display: block;
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.25;
}

.booking-field__suggestion-code {
  flex: 0 0 auto;
  min-width: 52px;
  padding-top: 2px;
  color: #1e2f57;
  font-size: 0.98rem;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.booking-field__suggestion-body {
  flex: 1 1 auto;
  min-width: 0;
}

.booking-field__suggestion-secondary {
  display: block;
  margin-top: 6px;
  color: #6f7a90;
  font-size: 0.9rem;
  line-height: 1.3;
}

.booking-widget__results--simple {
  margin-top: 26px;
}

.booking-widget__results-header {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 18px;
}

.booking-widget__results-eyebrow {
  margin: 0 0 8px;
  color: var(--walabu-accent-deep);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.booking-widget__results-title {
  margin: 0;
  font-size: clamp(1.4rem, 2vw, 2rem);
  line-height: 1.04;
  letter-spacing: -0.04em;
}

.booking-offers-grid--simple {
  display: grid;
  gap: 16px;
}

.booking-offer-card--simple {
  padding: 22px;
  border: 1px solid rgba(15, 95, 175, 0.12);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 255, 0.98)),
    #fff;
  box-shadow: var(--walabu-shadow-soft);
}

.booking-offer-card__topline--simple {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.booking-offer-card__carriers {
  margin: 0 0 8px;
  color: #61728f;
  font-weight: 700;
}

.booking-offer-card__price {
  margin: 0;
  font-size: 1.7rem;
  line-height: 1;
  letter-spacing: -0.03em;
}

.booking-offer-card__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.booking-offer-card__chip {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: #eef4ff;
  color: var(--walabu-primary-deep);
  font-size: 0.86rem;
  font-weight: 800;
}

.booking-offer-card__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.booking-offer-card__fact {
  padding: 14px 16px;
  border: 1px solid rgba(15, 95, 175, 0.12);
  border-radius: 18px;
  background: #fff;
}

.booking-offer-card__fact span {
  display: block;
  margin-bottom: 6px;
  color: #7b889e;
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
}

.booking-offer-card__fact strong,
.booking-offer-card__fact code {
  color: var(--walabu-ink);
  font-size: 0.98rem;
  font-weight: 700;
  word-break: break-word;
}

.booking-offer-card__conditions {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(15, 95, 175, 0.12);
  display: grid;
  gap: 12px;
}

.booking-offer-card__condition {
  display: grid;
  gap: 4px;
}

.booking-offer-card__condition span {
  color: #7b889e;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
}

.booking-offer-card__condition strong {
  color: var(--walabu-ink);
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.35;
}

.booking-offer-card__condition-note {
  margin: 0;
  color: #5f6d86;
  font-size: 0.9rem;
  line-height: 1.45;
}

@media (max-width: 640px) {
  .booking-passenger-panel {
    left: 0;
    right: 0;
    width: auto;
    max-width: none;
  }

  .booking-passenger-panel__row {
    align-items: start;
    flex-direction: column;
  }
}

.booking-results {
  margin-top: 32px;
}

.booking-results,
.booking-summary,
.booking-trip-selector {
  width: min(1460px, calc(100vw - 32px));
  margin: 0 auto;
}

.booking-summary,
.booking-trip-selector {
  padding: 28px 0 72px;
}

.booking-summary {
  position: relative;
}

.booking-summary::before,
.booking-trip-selector::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: 28px;
  background:
    radial-gradient(circle at top left, rgba(76, 117, 235, 0.08), transparent 34%),
    radial-gradient(circle at top right, rgba(220, 90, 59, 0.07), transparent 30%),
    linear-gradient(180deg, #fbfcff 0%, #f5f8ff 100%);
}

.booking-results__layout {
  display: grid;
  grid-template-columns: minmax(220px, 282px) minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.booking-results__sidebar {
  position: sticky;
  top: 20px;
  display: grid;
  gap: 18px;
}

.booking-results__fare-alerts {
  min-height: 58px;
  padding: 0 18px;
  border: 1px solid rgba(31, 61, 127, 0.22);
  border-radius: 16px;
  background: #fff;
  color: #4a587e;
  font-size: 0.98rem;
  font-weight: 800;
  text-align: center;
  box-shadow: var(--walabu-shadow-soft);
}

.booking-results__sidebar-head {
  display: grid;
  gap: 6px;
}

.booking-results__sidebar-title {
  margin: 0;
  color: #1a2643;
  font-size: 1.55rem;
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.booking-results__sidebar-meta {
  margin: 0;
  color: #6f7a90;
  font-size: 0.95rem;
  font-weight: 600;
}

.booking-results__sidebar-debug {
  display: none;
  margin: 0;
  color: #8a96ad;
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.45;
}

.booking-results-filters__form {
  display: grid;
  gap: 18px;
}

.booking-results-filter {
  padding-top: 18px;
  border-top: 1px solid rgba(18, 33, 63, 0.1);
}

.booking-results-filter__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.booking-results-filter__heading h3 {
  margin: 0;
  color: #1a2643;
  font-size: 1.05rem;
  font-weight: 800;
}

.booking-results-filter__clear {
  color: #4a587e;
  font-size: 0.88rem;
  font-weight: 700;
}

.booking-results-filter__options {
  display: grid;
  gap: 10px;
}

.booking-results-filter__option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: #334260;
  cursor: pointer;
}

.booking-results-filter__check {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.booking-results-filter__mark,
.booking-results__airline-mark {
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  border-radius: 999px;
  overflow: hidden;
  background: linear-gradient(145deg, #f4f8ff, #dce8ff);
  color: #385ab8;
  font-size: 0.7rem;
  font-weight: 900;
}

.booking-results-filter__mark img,
.booking-results__airline-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.booking-results-filter__check input {
  width: 20px;
  height: 20px;
  margin: 0;
  accent-color: #44537d;
}

.booking-results-filter__check span {
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.25;
}

.booking-results-filter__price {
  flex-shrink: 0;
  color: #44537d;
  font-size: 0.9rem;
  font-weight: 800;
}

.booking-results__main {
  display: grid;
  gap: 22px;
  justify-items: center;
  padding-inline: 24px;
}

.booking-results__trip-types {
  width: min(100%, 1120px);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.booking-results__trip-type {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 18px;
  border: 1px solid rgba(18, 33, 63, 0.12);
  border-radius: 999px;
  background: #fff;
  color: #44517a;
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  box-shadow: 0 8px 20px rgba(18, 33, 63, 0.04);
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, color 0.18s ease, background-color 0.18s ease, opacity 0.18s ease;
  will-change: transform;
}

.booking-results__trip-type:hover {
  transform: translateY(-1px);
  border-color: rgba(74, 117, 235, 0.28);
  box-shadow: 0 12px 26px rgba(18, 33, 63, 0.08);
}

.booking-results__trip-type:active {
  transform: translateY(1px) scale(0.99);
  box-shadow: 0 6px 14px rgba(18, 33, 63, 0.05);
}

.booking-results__trip-type.is-active {
  border-color: rgba(74, 117, 235, 0.34);
  background: linear-gradient(145deg, #f7faff, #eef4ff);
  color: #1d2948;
  box-shadow: inset 0 0 0 1px rgba(74, 117, 235, 0.1), 0 10px 22px rgba(18, 33, 63, 0.06);
}

.booking-results__summary {
  width: min(100%, 1120px);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid rgba(18, 33, 63, 0.12);
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
}

.booking-results__summary-tab {
  position: relative;
  display: grid;
  gap: 8px;
  padding: 20px 28px 18px;
  min-height: 92px;
  color: #1d2948;
  background: #fff;
  border-right: 1px solid rgba(18, 33, 63, 0.1);
}

.booking-results__summary-tab:last-child {
  border-right: 0;
}

.booking-results__summary-tab.is-active::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 0;
  height: 6px;
  border-radius: 999px 999px 0 0;
  background: #46537d;
}

.booking-results__summary-label {
  font-size: 0.95rem;
  font-weight: 700;
}

.booking-results__summary-price {
  font-size: 1.3rem;
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.booking-results__airlines {
  width: min(100%, 1120px);
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(132px, 1fr);
  gap: 8px;
  justify-content: center;
  overflow-x: auto;
  padding-bottom: 4px;
  scrollbar-width: thin;
}

.booking-results__airline-card {
  display: grid;
  justify-items: center;
  gap: 5px;
  min-height: 88px;
  padding: 12px 12px 10px;
  border: 1px solid rgba(18, 33, 63, 0.12);
  border-radius: 999px;
  background: #fff;
  color: #1d2948;
  box-shadow: 0 10px 24px rgba(18, 33, 63, 0.04);
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
  will-change: transform;
  text-align: center;
}

.booking-results__airline-card.is-active {
  border-color: #4a75eb;
  box-shadow: inset 0 0 0 2px rgba(74, 117, 235, 0.24);
}

.booking-results__airline-card:active {
  transform: translateY(1px) scale(0.99);
  box-shadow: 0 6px 16px rgba(18, 33, 63, 0.04);
}

.booking-results__airline-name {
  color: #34415f;
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.25;
  max-width: 100%;
}

.booking-results__airline-price {
  color: #1d2948;
  font-size: 0.98rem;
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.booking-results__selected {
  display: none;
}

.booking-results__selected-label {
  color: #3e5fb8;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.booking-results__selected-route {
  color: #1d2948;
  font-size: 1.1rem;
  font-weight: 800;
}

.booking-results__selected-meta {
  color: #62708a;
  font-size: 0.94rem;
  font-weight: 600;
}

.booking-results__pagination {
  width: min(100%, 1120px);
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr) 56px;
  align-items: center;
  gap: 14px;
}

.booking-results__pagination-status {
  display: grid;
  place-items: center;
  min-height: 56px;
  padding: 10px 14px;
  border: 1px solid rgba(18, 33, 63, 0.14);
  border-radius: 18px;
  background: #fff;
  color: #3a4661;
  font-size: 1rem;
  font-weight: 800;
}

.booking-results__pagination-arrow {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border: 2px solid #58658c;
  border-radius: 999px;
  color: #58658c;
  background: #fff;
  font-size: 2rem;
  line-height: 1;
  font-weight: 400;
}

.booking-results__pagination-arrow.is-disabled {
  opacity: 0.35;
}

.booking-results__cards {
  width: min(100%, 1120px);
  display: grid;
  gap: 22px;
}

.booking-result-card[hidden] {
  display: none;
}

.booking-result-card {
  position: relative;
  border: 1px solid rgba(15, 95, 175, 0.14);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(8, 25, 68, 0.08);
  overflow: hidden;
}

.booking-result-card.is-featured {
  border-color: #3972ff;
  box-shadow: 0 18px 44px rgba(49, 93, 210, 0.16);
}

.booking-result-card.is-selected {
  border-color: rgba(52, 103, 234, 0.65);
  box-shadow: 0 18px 44px rgba(52, 103, 234, 0.12);
}

.booking-result-card__flag {
  position: absolute;
  top: -1px;
  left: 18px;
  padding: 10px 16px;
  border: 1px solid #ffc5bc;
  border-radius: 0 0 16px 16px;
  background: #fff2ee;
  color: #e1583d;
  font-size: 0.95rem;
  font-weight: 800;
}

.booking-result-card__body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
}

.booking-result-card__itinerary {
  min-width: 0;
}

.booking-result-card__slice {
  display: grid;
  grid-template-columns: 64px minmax(0, 1.25fr) minmax(180px, 0.9fr) 88px;
  align-items: center;
  gap: 16px;
  padding: 26px 22px;
}

.booking-result-card__slice + .booking-result-card__slice {
  border-top: 1px dashed rgba(18, 33, 63, 0.14);
}

.booking-result-card__slice-divider {
  height: 1px;
  margin: 0 24px;
  background: rgba(18, 33, 63, 0.08);
}

.booking-result-card__brand {
  display: flex;
  justify-content: center;
}

.booking-result-card__badge {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: linear-gradient(145deg, #f4f8ff, #dce8ff);
  color: #385ab8;
  font-size: 0.95rem;
  font-weight: 900;
  overflow: hidden;
}

.booking-result-card__badge img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.booking-result-card__timeline {
  min-width: 0;
}

.booking-result-card__times {
  display: flex;
  align-items: baseline;
  gap: 12px;
  color: #1d2948;
}

.booking-result-card__timeblock {
  display: grid;
  gap: 4px;
}

.booking-result-card__times strong {
  font-size: 2.1rem;
  line-height: 1;
  letter-spacing: -0.05em;
}

.booking-result-card__datetime {
  color: #66708a;
  font-size: 0.85rem;
  font-weight: 600;
}

.booking-result-card__timezone {
  color: #66708a;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.booking-result-card__times-separator {
  color: #7f89a0;
  font-size: 1.45rem;
  font-weight: 700;
}

.booking-result-card__times sup {
  margin-left: 5px;
  color: #3865ff;
  font-size: 0.85rem;
  font-weight: 800;
}

.booking-result-card__route {
  margin-top: 8px;
  color: #3d4a67;
  font-size: 1.05rem;
  font-weight: 700;
}

.booking-result-card__carriers {
  margin-top: 4px;
  color: #55627f;
  font-size: 0.98rem;
  line-height: 1.35;
}

.booking-result-card__baggage {
  margin-top: 8px;
  color: #6b7690;
  font-size: 0.92rem;
  line-height: 1.35;
}

.booking-result-card__stops {
  display: grid;
  gap: 5px;
  color: #54627d;
}

.booking-result-card__stops strong {
  color: #24304e;
  font-size: 1.05rem;
  font-weight: 800;
}

.booking-result-card__stops span {
  font-size: 0.98rem;
  line-height: 1.35;
}

.booking-result-card__duration {
  color: #24304e;
  font-size: 1.35rem;
  font-weight: 800;
  text-align: right;
  white-space: nowrap;
}

.booking-result-card__details {
  padding: 18px 24px 22px;
  border-top: 1px solid rgba(18, 33, 63, 0.1);
}

.booking-result-card__details summary {
  list-style: none;
  cursor: pointer;
  color: #46537d;
  font-size: 1rem;
  font-weight: 800;
}

.booking-result-card__details summary::-webkit-details-marker {
  display: none;
}

.booking-result-card__details-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}

.booking-result-card__details-item {
  display: grid;
  gap: 6px;
  padding: 14px 16px;
  border-radius: 16px;
  background: #f7f9fe;
}

.booking-result-card__details-item span {
  color: #6f7a90;
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.booking-result-card__details-item strong,
.booking-result-card__details-item code {
  color: #1d2948;
  font-size: 0.95rem;
  font-weight: 700;
  word-break: break-word;
}

.booking-result-card__details-note {
  margin: 14px 0 0;
  color: #5c6985;
  font-size: 0.94rem;
  line-height: 1.45;
}

.booking-result-card__pricepane {
  display: grid;
  align-content: center;
  gap: 14px;
  padding: 24px 18px;
  border-left: 1px solid rgba(18, 33, 63, 0.1);
  background: linear-gradient(180deg, #fff 0%, #fbfdff 100%);
  text-align: center;
}

.booking-result-card__price {
  color: #3467ea;
  font-size: clamp(2.1rem, 2.6vw, 3.1rem);
  line-height: 0.95;
  letter-spacing: -0.06em;
  font-weight: 900;
}

.booking-result-card__price-note {
  color: #69758c;
  font-size: 0.98rem;
  line-height: 1.4;
}

.booking-result-card__select-form {
  margin: 0;
}

.booking-result-card__select {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 18px;
  border: 0;
  border-radius: 12px;
  background: #df5b3f;
  color: #fff;
  text-decoration: none;
  font-size: 1.15rem;
  font-weight: 800;
  font-family: inherit;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, opacity 0.18s ease, background-color 0.18s ease;
  will-change: transform;
}

.booking-result-card__select:disabled {
  background: #2f5be2;
  cursor: default;
  opacity: 1;
}

.booking-result-card__select:active:not(:disabled) {
  transform: translateY(1px) scale(0.99);
  box-shadow: inset 0 0 0 999px rgba(255, 255, 255, 0.06);
}

.booking-results__load-more-wrap {
  width: min(100%, 1120px);
  display: flex;
  justify-content: center;
  margin-top: 18px;
}

.booking-results__load-more {
  min-height: 52px;
  padding: 0 20px;
  border: 1px solid rgba(18, 33, 63, 0.14);
  border-radius: 999px;
  background: #fff;
  color: #24304e;
  font-size: 1rem;
  font-weight: 800;
  cursor: pointer;
  box-shadow: var(--walabu-shadow-soft);
}

.booking-results__empty {
  padding: 30px 28px;
  border: 1px solid rgba(18, 33, 63, 0.12);
  border-radius: 24px;
  background: #fff;
}

.booking-results__empty h3 {
  margin: 0 0 10px;
  color: #1a2643;
}

.booking-results__empty p {
  margin: 0 0 18px;
  color: #5f6d86;
}

.booking-results__reset {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  background: #eef4ff;
  color: #24459a;
  font-weight: 800;
}

.booking-summary {
  display: grid;
  gap: 22px;
  padding: 8px 0 22px;
}

.booking-summary__step-notice {
  padding: 14px 18px;
  border: 1px solid rgba(223, 91, 63, 0.18);
  border-radius: 14px;
  background: #fff6f3;
  color: #c44f37;
  font-size: 0.98rem;
  font-weight: 700;
}

.booking-summary__header {
  display: grid;
  gap: 10px;
  margin-bottom: 26px;
}

.booking-summary__back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin-bottom: 4px;
  color: #6d59b5;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.booking-summary__crumbs {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: #7a8398;
  font-size: 0.98rem;
  font-weight: 600;
}

.booking-summary__crumbs a {
  color: #7a5fbe;
  font-weight: 700;
}

.booking-summary__title {
  margin: 0;
  color: #10131a;
  font-size: clamp(1.9rem, 2.5vw, 2.9rem);
  line-height: 1.08;
  letter-spacing: -0.055em;
  max-width: 14ch;
}

.booking-summary__subtitle {
  margin: 0;
  color: #5f6779;
  font-size: 0.98rem;
  font-weight: 600;
}

.booking-summary__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) 380px;
  gap: 26px;
  align-items: start;
}

.booking-summary__fare-card {
  display: grid;
  grid-template-rows: auto auto auto;
  gap: 24px;
  min-height: 640px;
  padding: 32px;
  border: 1px solid rgba(125, 129, 224, 0.14);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(21, 33, 77, 0.07);
}

.booking-summary__fare-top {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}

.booking-summary__airline-mark {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: linear-gradient(145deg, #f9fbff, #e4ecff);
  color: #3551b5;
  font-size: 1.15rem;
  font-weight: 900;
  overflow: hidden;
}

.booking-summary__airline-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.booking-summary__fare-times {
  display: grid;
  gap: 18px;
}

.booking-summary__slice {
  position: relative;
  display: grid;
  gap: 8px;
}

.booking-summary__slice-line {
  display: flex;
  align-items: baseline;
  gap: 22px;
}

.booking-summary__slice-line strong {
  color: #171a22;
  font-size: clamp(1.7rem, 2.3vw, 2.45rem);
  line-height: 1;
  letter-spacing: -0.05em;
}

.booking-summary__slice-line span {
  color: #4c5365;
  font-size: 1.05rem;
  font-weight: 700;
}

.booking-summary__slice-route {
  color: #596072;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.booking-summary__slice-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  color: #70788a;
  font-size: 0.95rem;
  font-weight: 600;
}

.booking-summary__slice-divider {
  height: 1px;
  margin-top: 12px;
  background: rgba(18, 33, 63, 0.1);
}

.booking-summary__fare-band {
  display: grid;
  gap: 10px;
  padding: 24px 22px;
  border-radius: 18px;
  background: #fbfbfd;
  border: 1px solid rgba(18, 33, 63, 0.06);
}

.booking-summary__fare-kicker {
  color: #6d7281;
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.booking-summary__fare-name {
  color: #12161f;
  font-size: 1.65rem;
  line-height: 1.05;
  font-weight: 900;
}

.booking-summary__fare-features {
  display: grid;
  gap: 14px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.booking-summary__fare-features li {
  color: #676f81;
  font-size: 1rem;
  line-height: 1.45;
}

.booking-summary__fare-total {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  padding-top: 10px;
}

.booking-summary__fare-total span {
  color: #7a7f8d;
  font-size: 1.1rem;
  font-weight: 600;
}

.booking-summary__fare-total strong {
  color: #181c26;
  font-size: 2.2rem;
  line-height: 1;
  letter-spacing: -0.05em;
  font-weight: 900;
}

.booking-summary__panel {
  display: grid;
  align-content: start;
  gap: 16px;
  padding: 30px 26px;
  border: 1px solid rgba(125, 129, 224, 0.12);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(10px);
  box-shadow: 0 16px 36px rgba(21, 33, 77, 0.05);
}

.booking-summary__panel h3 {
  margin: 0;
  color: #161922;
  font-size: 1.45rem;
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.booking-summary__panel-soldby {
  display: grid;
  gap: 10px;
  padding-top: 2px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(18, 33, 63, 0.08);
}

.booking-summary__panel-soldby span {
  color: #707588;
  font-size: 1rem;
  font-weight: 600;
}

.booking-summary__panel-soldby strong {
  color: #232734;
  font-size: 1.1rem;
  font-weight: 800;
}

.booking-summary__panel-soldby-airline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.booking-summary__panel-soldby-airline img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  display: block;
}

.booking-summary__panel-soldby-airline span {
  line-height: 1.2;
}

.booking-summary__price-box {
  display: grid;
  gap: 18px;
}

.booking-summary__price-alert,
.booking-summary__price-summary,
.booking-summary__panel-section,
.booking-summary__panel-total {
  border-radius: 22px;
}

.booking-summary__price-alert,
.booking-summary__price-summary {
  padding: 20px 18px;
  border: 1px solid rgba(18, 33, 63, 0.12);
  border-radius: 18px;
  background: #fff;
}

.booking-summary__price-alert {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 72px;
  gap: 16px;
  align-items: end;
}

.booking-summary__price-alert-copy h4,
.booking-summary__price-summary h4 {
  margin: 0;
  color: #24314a;
  font-size: 1.2rem;
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.booking-summary__price-alert-copy p {
  margin: 12px 0 16px;
  color: #55627c;
  font-size: 1rem;
  line-height: 1.45;
  font-weight: 600;
}

.booking-summary__price-timer {
  color: #ef5735;
  font-size: clamp(2.2rem, 3.2vw, 3.1rem);
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.05em;
}

.booking-summary__price-alert-icon {
  display: grid;
  place-items: center;
  align-self: center;
  color: #d8ddef;
  font-size: 4.25rem;
  line-height: 1;
}

.booking-summary__price-summary {
  display: grid;
  gap: 18px;
}

.booking-summary__price-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  padding-bottom: 18px;
  border-bottom: 1px dashed rgba(18, 33, 63, 0.12);
}

.booking-summary__price-copy {
  display: grid;
  gap: 8px;
}

.booking-summary__price-copy strong {
  color: #24314a;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 900;
}

.booking-summary__price-copy span {
  color: #647089;
  font-size: 0.96rem;
  line-height: 1.35;
  font-weight: 600;
}

.booking-summary__price-value {
  color: #24314a;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 900;
  text-align: right;
}

.booking-summary__price-total {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 16px;
}

.booking-summary__price-total span {
  color: #24314a;
  font-size: 1.4rem;
  line-height: 1.1;
  font-weight: 900;
}

.booking-summary__price-total strong {
  color: #1b2740;
  font-size: 2.05rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.05em;
}

.booking-summary__panel-section {
  display: grid;
  gap: 14px;
}

.booking-summary__panel-row {
  display: grid;
  gap: 6px;
}

.booking-summary__panel-row span {
  color: #6f7485;
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.booking-summary__panel-row strong {
  color: #202634;
  font-size: 1.02rem;
  font-weight: 700;
  line-height: 1.45;
}

.booking-summary__panel-total {
  display: grid;
  gap: 6px;
  padding-top: 10px;
  border-top: 1px solid rgba(18, 33, 63, 0.08);
}

.booking-summary__panel-total span {
  color: #222b3f;
  font-size: 1.05rem;
  font-weight: 600;
  text-transform: lowercase;
}

.booking-summary__panel-total strong {
  color: #12151e;
  font-size: 2.2rem;
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: -0.05em;
}

.booking-summary__checkout {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-height: 66px;
  padding: 0 22px;
  border-radius: 14px;
  background: #111318;
  color: #fff;
  font-size: 1.05rem;
  font-weight: 800;
  margin-top: 2px;
}

.booking-trip-selector {
  position: relative;
}

.booking-trip-selector__topbar,
.booking-trip-selector__route,
.booking-trip-selector__section-head,
.booking-trip-selector__cards {
  position: relative;
  z-index: 1;
}

.booking-trip-selector__topbar {
  padding: 16px 18px 22px;
  border: 1px solid rgba(125, 129, 224, 0.12);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 16px 42px rgba(21, 33, 77, 0.05);
}

.booking-trip-selector__route {
  padding: 8px 4px 0;
}

.booking-trip-selector__section-head h3 {
  margin-top: 8px;
}

.booking-trip-selector__card {
  border-radius: 24px;
  box-shadow: 0 14px 30px rgba(18, 33, 63, 0.06);
}

.booking-results__summary,
.booking-result-card,
.booking-summary__fare-card,
.booking-summary__panel,
.booking-trip-selector__card {
  backdrop-filter: blur(10px);
}

.booking-summary__note {
  margin: -6px 0 0;
  color: #717788;
  font-size: 0.92rem;
  line-height: 1.45;
}

.booking-summary__step-success,
.booking-summary__step-errors {
  display: grid;
  gap: 8px;
  padding: 14px 16px;
  border-radius: 14px;
  font-size: 0.95rem;
  font-weight: 700;
}

.booking-summary__step-success {
  color: #2c6a44;
  background: #ecfff2;
  border: 1px solid rgba(44, 106, 68, 0.16);
}

.booking-summary__step-errors {
  color: #b6453a;
  background: #fff4f2;
  border: 1px solid rgba(182, 69, 58, 0.16);
}

.booking-summary__checkout-form {
  display: grid;
  gap: 16px;
}

.booking-summary__passenger {
  margin: 0;
  padding: 16px;
  border: 1px solid rgba(18, 33, 63, 0.08);
  border-radius: 16px;
  background: #fff;
}

.booking-summary__passenger legend {
  padding: 0 8px;
  color: #1d2948;
  font-size: 1rem;
  font-weight: 800;
}

.booking-summary__field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 12px;
}

.booking-summary__field {
  display: grid;
  gap: 6px;
}

.booking-summary__field span {
  color: #6f7485;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.booking-summary__field input,
.booking-summary__field select {
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid rgba(18, 33, 63, 0.16);
  border-radius: 12px;
  background: #fff;
  color: #171a22;
  font-size: 0.98rem;
  font-weight: 600;
  outline: 0;
}

.booking-summary__field input:focus,
.booking-summary__field select:focus {
  border-color: rgba(52, 103, 234, 0.5);
  box-shadow: 0 0 0 3px rgba(52, 103, 234, 0.12);
}

.booking-trip-selector {
  display: grid;
  gap: 24px;
}

.booking-trip-selector__topbar {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 24px;
  padding: 6px 0 20px;
  border-bottom: 1px solid rgba(18, 33, 63, 0.12);
}

.booking-trip-selector__heading {
  display: grid;
  gap: 12px;
}

.booking-trip-selector__back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  color: #4c75eb;
  font-size: 1rem;
  font-weight: 800;
}

.booking-trip-selector__title {
  margin: 0;
  color: #1d2948;
  font-size: clamp(2rem, 2.7vw, 3rem);
  line-height: 1.05;
  letter-spacing: -0.05em;
}

.booking-trip-selector__checkout-meta {
  display: grid;
  justify-items: end;
  gap: 6px;
  text-align: right;
}

.booking-trip-selector__checkout-price {
  color: #1d2948;
  font-size: clamp(2rem, 2.2vw, 3rem);
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.05em;
}

.booking-trip-selector__checkout-note {
  color: #5f6d86;
  font-size: 0.95rem;
  font-weight: 700;
}

.booking-trip-selector__checkout {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 56px;
  padding: 0 26px;
  border-radius: 12px;
  background: #dc5a3b;
  color: #fff;
  font-size: 1.02rem;
  font-weight: 800;
}

.booking-trip-selector__route {
  padding: 0 0 6px;
}

.booking-trip-selector__route h2 {
  margin: 0 0 8px;
  color: #26324a;
  font-size: clamp(1.7rem, 2vw, 2.25rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.booking-trip-selector__route p {
  margin: 0;
  color: #58667f;
  font-size: 1rem;
  font-weight: 600;
}

.booking-trip-selector__section-head h3 {
  margin: 0;
  color: #2b3852;
  font-size: 1.8rem;
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.booking-trip-selector__cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 20px;
  align-items: start;
}

.booking-trip-selector__card {
  display: grid;
  gap: 18px;
  min-height: 100%;
  padding: 22px;
  border: 1px solid rgba(27, 42, 78, 0.12);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(18, 33, 63, 0.06);
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

.booking-trip-selector__card.is-selected {
  border-color: #465c9f;
  box-shadow: inset 0 0 0 2px rgba(70, 92, 159, 0.85);
  cursor: default;
}

.booking-trip-selector__card:focus-visible {
  outline: 3px solid rgba(74, 117, 235, 0.3);
  outline-offset: 3px;
}

.booking-trip-selector__card-head {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr) 28px;
  align-items: start;
  gap: 16px;
}

.booking-trip-selector__carrier-mark {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: #f2f6ff;
  color: #324d96;
  overflow: hidden;
  font-size: 0.85rem;
  font-weight: 900;
}

.booking-trip-selector__carrier-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.booking-trip-selector__card-titlewrap h4 {
  margin: 0 0 6px;
  color: #2b3852;
  font-size: 1.35rem;
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.booking-trip-selector__card-titlewrap p {
  margin: 0;
  color: #53627e;
  font-size: 0.98rem;
  font-weight: 600;
}

.booking-trip-selector__radio {
  width: 28px;
  height: 28px;
  border: 2px solid #d8dee9;
  border-radius: 999px;
}

.booking-trip-selector__radio.is-active {
  position: relative;
  border-color: #4a75eb;
  background: #4a75eb;
}

.booking-trip-selector__radio.is-active::after {
  content: "";
  position: absolute;
  inset: 7px;
  border-radius: 999px;
  background: #fff;
}

.booking-trip-selector__feature-box {
  padding: 18px 18px 16px;
  border-radius: 18px;
  background: #f8fafc;
}

.booking-trip-selector__feature-title {
  display: block;
  margin-bottom: 12px;
  color: #707b91;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.booking-trip-selector__feature-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.booking-trip-selector__feature-list li {
  position: relative;
  padding-left: 18px;
  color: #2f3b55;
  font-size: 0.98rem;
  line-height: 1.45;
  font-weight: 600;
}

.booking-trip-selector__feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.56em;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #57b76d;
  transform: translateY(-50%);
}

.booking-trip-selector__card-footer {
  display: grid;
  gap: 14px;
  margin-top: auto;
}

.booking-trip-selector__card-price {
  display: grid;
  justify-items: end;
  text-align: right;
}

.booking-trip-selector__card-price strong {
  color: #1d2948;
  font-size: 1.7rem;
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.booking-trip-selector__card-price span {
  color: #5f6d86;
  font-size: 0.92rem;
  font-weight: 700;
}

.booking-trip-selector__card-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 58px;
  border: 1px solid #5a6785;
  border-radius: 14px;
  color: #4a587e;
  background: #fff;
  font-size: 1rem;
  font-weight: 800;
}

.booking-trip-selector__card-action.is-primary {
  border-color: #dc5a3b;
  background: #dc5a3b;
  color: #fff;
}

@media (max-width: 1080px) {
  .booking-results__layout {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .booking-results__sidebar {
    position: static;
    max-width: none;
  }

  .booking-results__summary,
  .booking-results__cards,
  .booking-results__load-more-wrap {
    width: 100%;
  }

  .booking-results__summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .booking-result-card__body {
    grid-template-columns: 1fr;
  }

  .booking-result-card__pricepane {
    border-left: 0;
    border-top: 1px solid rgba(18, 33, 63, 0.1);
  }

  .booking-result-card__slice {
    grid-template-columns: 64px minmax(0, 1fr);
  }

  .booking-result-card__stops,
  .booking-result-card__duration {
    grid-column: 2;
    text-align: left;
  }

  .booking-widget__utility select {
    min-width: 180px;
  }

  .booking-offer-card__facts {
    grid-template-columns: 1fr;
  }

  .booking-field__suggestions {
    left: 0;
    right: 0;
  }

  .booking-results__layout {
    grid-template-columns: 1fr;
  }

  .booking-results__sidebar {
    position: static;
  }

  .booking-results__summary {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .booking-summary__layout {
    grid-template-columns: 1fr;
  }

  .booking-summary__fare-card {
    min-height: auto;
  }

  .booking-results,
  .booking-summary,
  .booking-trip-selector {
    width: min(100vw - 24px, 100%);
  }

  .booking-results__cards,
  .booking-results__load-more-wrap {
    width: 100%;
  }

  .booking-trip-selector__topbar {
    flex-direction: column;
  }

  .booking-trip-selector__checkout-meta {
    justify-items: start;
    text-align: left;
  }

  .booking-trip-selector__cards {
    grid-template-columns: 1fr;
  }

  .booking-trip-selector__card-head {
    grid-template-columns: 36px minmax(0, 1fr) 24px;
    gap: 14px;
  }
}

@media (max-width: 720px) {
  .booking-widget__utility select {
    min-width: 0;
    width: 100%;
  }

  .booking-offer-card--simple {
    padding: 18px;
    border-radius: 20px;
  }

  .booking-results__summary {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .booking-results__airlines {
    width: 100%;
    grid-auto-columns: minmax(150px, 78%);
  }

  .booking-results__summary-tab {
    border-right: 0;
    border-bottom: 1px solid rgba(18, 33, 63, 0.1);
  }

  .booking-results__summary-tab:last-child {
    border-bottom: 0;
  }

  .booking-results__pagination {
    width: 100%;
    grid-template-columns: 48px minmax(0, 1fr) 48px;
    gap: 10px;
  }

  .booking-results__pagination-status {
    min-height: 48px;
    font-size: 0.95rem;
  }

  .booking-results__pagination-arrow {
    width: 48px;
    height: 48px;
  }

  .booking-result-card__slice {
    padding: 24px 18px;
  }

  .booking-result-card__times strong {
    font-size: 1.55rem;
  }

  .booking-result-card__details {
    padding: 16px 18px 20px;
  }

  .booking-result-card__details-grid {
    grid-template-columns: 1fr;
  }

  .booking-result-card__pricepane {
    padding: 22px 18px;
  }

  .booking-summary__fare-top {
    grid-template-columns: 1fr;
  }

  .booking-summary__title {
    max-width: none;
  }

  .booking-summary__fare-card,
  .booking-summary__panel {
    padding: 24px 18px;
  }

  .booking-summary__price-alert {
    grid-template-columns: 1fr;
  }

  .booking-summary__price-alert-icon {
    justify-self: end;
  }

  .booking-summary__fare-total,
  .booking-summary__checkout {
    gap: 12px;
  }

  .booking-summary__field-grid {
    grid-template-columns: 1fr;
  }

  .booking-trip-selector__title,
  .booking-trip-selector__checkout-price {
    font-size: 1.9rem;
  }

  .booking-trip-selector__route h2 {
    font-size: 1.45rem;
  }

  .booking-trip-selector__topbar {
    padding: 14px 16px 18px;
  }

  .booking-trip-selector__card {
    padding: 18px;
  }
}
