:root {
  --detail-bg: #f7f8fc;
  --detail-card: #ffffff;
  --detail-border: #e7ebf3;
  --detail-text: #161d29;
  --detail-muted: #768195;
  --detail-blue: #0e3fad;
  --detail-blue-dark: #0d46bf;
  --detail-soft-blue: #eef4ff;
  --detail-soft-gray: #f4f6fa;
  --detail-orange: #f48f5b;
  --detail-shadow: 0 10px 30px rgba(17, 32, 71, 0.08);
}

body {
  background-color: #ffffff;
}

body.fare-rules-open,
body.passport-scan-open,
body.hold-booking-open,
body.airline-format-open {
  overflow: hidden;
}

.detail-main {
  padding: 20px 0 40px;
}

.detail-shell {
  width: min(100% - 62px, 1440px);
}

.detail-mobile-topbar {
  display: none;
}

.detail-route-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  border-bottom: 1px solid #c3c6d74d;
  border-top: 1px solid #c3c6d74d;
}

.detail-route-copy {
  display: grid;
  gap: 18px;
}

.detail-back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  color: #1f2633;
  font-size: 15px;
  font-weight: 500;
}

.detail-back-link svg,
.detail-back-icon svg {
  width: 18px;
  height: 18px;
}

.detail-route-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.detail-route-meta strong {
  font-size: 17px;
  font-weight: 700;
  color: #202735;
}

.detail-route-meta strong span {
  color: var(--detail-blue);
}

.detail-route-meta > span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: #656f81;
}

.detail-route-meta svg {
  width: 14px;
  height: 14px;
}

.overview-airport small svg {
  width: 14px;
  height: 14px;
}

.detail-modify-btn {
  min-width: 142px;
  height: 36px;
  border: 0;
  border-radius: 10px;
  background: #eef1f5;
  color: #1151d1;
  font-size: 11px;
  font-weight: 700;
  box-shadow: inset 0 0 0 1px rgba(228, 233, 241, 0.8);
}

.detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 24px;
  align-items: start;
}

.detail-content,
.detail-sidebar {
  display: grid;
  gap: 24px;
}

.detail-card,
.sidebar-card,
.sidebar-note {
  background: var(--detail-card);
  border: 1px solid var(--detail-border);
  border-radius: 14px;
  box-shadow: 0 4px 14px rgba(18, 34, 74, 0.04);
}

.flight-overview-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px 18px;
  align-items: start;
  padding: 24px 26px 26px;
}

.flight-brand-block {
  display: flex;
  align-items: center;
  gap: 14px;
}

.flight-brand-logo {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background: #101b2b url("../images/flightresult.png") center/28px no-repeat;
  flex-shrink: 0;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.flight-brand-block strong {
  display: block;
  font-size: 17px;
  font-weight: 700;
  color: #202733;
}

.flight-brand-block span {
  display: block;
  margin-top: 5px;
  font-size: 13px;
  color: #566074;
}

.flight-status-chips {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.status-chip {
  min-height: 22px;
  padding: 0 10px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  font-size: 10px;
  font-weight: 700;
}

.status-chip.green {
  background: #dcfce7;
  color: #15803d;
}

.status-chip.blue {
  background: #dbeafe;
  color: #1d4ed8;
}

.status-chip.orange {
  background: #ffdbcd;
  color: #360f00;
}

.status-chip.dark-blue {
  background: #004aca;
  color: #ffffff;
}

.fare-rules-trigger {
  border: 0;
  cursor: pointer;
}

.flight-timeline-overview {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 122px minmax(0, 1fr) 136px;
  align-items: center;
  gap: 24px;
  padding-top: 2px;
}

.overview-airport strong {
  display: block;
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #1d2430;
}

.overview-airport strong em {
  font-style: normal;
  font-size: 10px;
  color: #ba1a1a;
  vertical-align: top;
  margin-left: 4px;
}

.overview-airport span {
  display: block;
  margin-top: 6px;
  font-size: 14px;
  font-weight: 700;
  color: #242c38;
}
.dates-arrived {
  color: #000000 !important;
  font-weight: 500;
}

.overview-airport small {
  display: block;
  margin-top: 4px;
  font-size: 13px;
  color: #687286;
  line-height: 1.3;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.flight-itinerary-section {
  display: none;
}

.flight-itinerary-section.is-open {
  display: block;
}

.flight-itinerary-btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.flight-itinerary-toggle {
  display: flex;
  align-items: center;
  width: fit-content;
  gap: 8px;
  border: none;
  cursor: pointer;
  padding: 0;
  background: #ffffff;
  color: var(--detail-blue);
  font-size: 14px;
  font-weight: 600;
  border-bottom: 1.5px solid var(--detail-blue);
}

.flight-itinerary-toggle svg {
  transition: 0.3s;
}

.flight-itinerary-toggle.is-open svg {
  transform: rotate(180deg);
}
.overview-airport.arrival {
  text-align: right;
}

.overview-route {
  text-align: center;
}

.overview-duration,
.overview-stop {
  font-size: 12px;
  font-weight: 700;
  color: #4b566b;
}

.overview-stop {
  color: var(--detail-blue);
}

.overview-line {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 10px 0 9px;
  color: var(--detail-blue);
}

.overview-line span {
  flex: 1;
  height: 2px;
  background: #e4e9f1;
  position: relative;
}

.overview-line span::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--detail-blue);
  box-shadow: 0 0 0 4px #edf3ff;
  transform: translateY(-50%);
}

.overview-line span:first-child::before {
  right: 0;
}

.overview-line span:last-child::before {
  left: 0;
}

.overview-line svg {
  width: 20px;
  height: 20px;
}

.section-card {
  padding: 24px 24px 22px;
}

.section-card h3 {
  display: flex;
  align-items: center;
  gap: 8px;
}

.section-card h3 svg {
  color: var(--detail-blue);
}

.section-card h2,
.section-card h3,
.contact-card h2,
.fees-card h3,
.alt-flight-card h3 {
  margin: 0 0 18px;
  font-size: 16px;
  font-weight: 700;
  color: #202632;
}

.section-card h3,
.fees-card h3,
.alt-flight-card h3 {
  font-size: 16px;
}

.itinerary-list {
  position: relative;
  display: grid;
  gap: 30px;
}

.itinerary-list::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 32px;
  bottom: 48px;
  width: 2px;
  background: #245bd6;
}

.itinerary-item {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) auto;
  gap: 16px;
  align-items: start;
}

.itinerary-icon {
  position: relative;
  z-index: 1;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  color: #ffffff;
}

.itinerary-icon.departure,
.itinerary-icon.arrival {
  background: var(--detail-blue);
}

.itinerary-icon svg {
  width: 15px;
  height: 15px;
}

.itinerary-copy strong,
.itinerary-meta strong {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #252c38;
}

.itinerary-copy span,
.itinerary-meta span {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  color: #687286;
}

.itinerary-meta {
  text-align: right;
  padding-top: 2px;
}

.layover-pill {
  position: relative;
  margin-left: 30px;
  min-height: 46px;
  padding: 0 16px 0 16px;
  border-radius: 12px;
  background: #f1f3f7;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
}

.layover-icon {
  position: absolute;
  left: -26px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid #bcc3d0;
  display: inline-grid;
  place-items: center;
  color: #191c1e;
  background: #e0e3e5;
}

.layover-icon svg {
  width: 12px;
  height: 12px;
}

.layover-copy strong,
.layover-time {
  font-size: 12px;
  font-weight: 700;
}

.layover-copy span {
  font-size: 11px;
  color: #687286;
  margin-left: 8px;
}

.layover-time {
  color: var(--detail-blue);
}

.info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.amenities-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.info-tile,
.baggage-item {
  min-height: 38px;
  padding: 10px 12px;
  border-radius: 8px;
  background: #f5f7fb;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.info-tile {
  justify-content: flex-start;
}

.info-tile svg,
.baggage-copy svg {
  width: 18px;
  height: 18px;
  color: #48546b;
  flex-shrink: 0;
}

.info-tile strong,
.baggage-copy strong,
.baggage-item > strong {
  display: block;
  font-size: 13px;
  font-weight: 700;
}

.info-tile span,
.baggage-copy span {
  display: block;
  margin-top: 1px;
  font-size: 11px;
  color: #6a7487;
}

.baggage-list {
  display: grid;
  gap: 14px;
}

.baggage-copy {
  display: flex;
  align-items: center;
  gap: 10px;
}

.form-card,
.contact-card {
  overflow: hidden;
}

.traveller-lookup-strip {
  margin: 0 0 18px;
  padding: 14px 16px;
  border-radius: 12px;
  background: #f6f9ff;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 92px;
  gap: 12px;
}

.traveller-lookup-strip input {
  width: 100%;
  height: 40px;
  border: 1px solid #eef2f7;
  border-radius: 8px;
  background: #ffffff;
  padding: 0 16px;
  color: #273042;
  font-size: 13px;
  outline: none;
}

.traveller-lookup-strip button {
  height: 40px;
  border: 0;
  border-radius: 8px;
  background: var(--detail-blue);
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
}

.form-card-header {
  padding: 14px 20px;
  background: var(--detail-blue);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.form-card-header strong {
  font-size: 16px;
  font-weight: 700;
}

.passenger-header-actions {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  flex-shrink: 0;
}

.scan-container {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.scan-container p {
  margin: 0;
}
.scan-passport-trigger,
.upload-passenger-trigger {
  border: 0;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--detail-blue);
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
}

.scan-passport-trigger {
  gap: 8px;
}

.scan-passport-trigger svg {
  width: 20px;
  height: 20px;
}

.form-card-header > span,
.upload-passenger-trigger {
  padding: 4px 8px;
  border-radius: 4px;
  background: transparent;
  color: #ffb000;
  font-size: 12px;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.upload-passenger-trigger {
  padding-right: 0;
}

.passenger-upload-panel {
  display: none;
  grid-template-columns: minmax(0, 1fr) 144px;
  gap: 16px;
  padding: 16px 14px 18px;
  background: #ffffff;
}

.passenger-upload-panel.is-open {
  display: grid;
}

.passenger-upload-drop {
  padding: 6px 32px;
  border: 2px dashed #c2c6d8;
  border-radius: 12px;
  background: #eff4ff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  color: #0b1c30;
  font-size: 14px;
  line-height: 1.2;
  cursor: pointer;
}

.passenger-upload-drop input {
  display: none;
}

.passenger-upload-drop svg {
  width: 22px;
  height: 22px;
  color: #0e3fad;
  flex-shrink: 0;
}
.airline-name {
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 20px;
  padding: 0;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.passenger-upload-send {
  padding: 6px 20px;
  border: 0;
  border-radius: 16px;
  background: #004aca;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
}

.passenger-sample-link {
  width: fit-content;
  margin-left: 8px;
  color: #ff7a05;
  font-size: 14px;
  line-height: 1.2;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.form-card-header.secondary {
  justify-content: flex-start;
}

.form-card-header.secondary span {
  display: none;
}

.form-card-body {
  padding: 16px 14px 18px;
}

.passenger-form + .passenger-form {
  border-top: 1px solid var(--detail-border);
}

.passenger-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.passenger-topline strong {
  color: var(--detail-blue);
  font-size: 16px;
}

.passenger-topline span {
  font-size: 12px;
  color: #4f5b70;
}

.form-grid {
  display: grid;
  gap: 18px;
}

.form-grid-three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 12px;
}

.passenger-basic-grid {
  grid-template-columns: 80px minmax(0, 1fr) minmax(0, 1fr) 150px;
  align-items: end;
  margin-bottom: 20px;
}

.foreigner-grid {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: end;
  margin: 20px 0 24px;
}

.field-gender {
  max-width: 165px;
}

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

.contact-grid {
  grid-template-columns: 0.9fr 1.35fr 1.35fr;
  margin-bottom: 14px;
}

.field {
  display: grid;
  gap: 6px;
}

.field span {
  font-size: 12px;
  font-weight: 700;
  color: #000000b2;
}

.field span em {
  color: #e12626;
  font-style: normal;
}

.field input,
.field select {
  width: 100%;
  height: 42px;
  padding: 0 12px;
  border: 1px solid #edf1f7;
  border-radius: 6px;
  background: #f6f7f9;
  color: #273042;
  font-size: 14px;
  font-weight: 500;
  outline: none;
}

.field select {
  appearance: none;
  padding-right: 34px;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m6 9 6 6 6-6' stroke='%23464f5f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: calc(100% - 12px) center;
  background-size: 18px 18px;
  background-repeat: no-repeat;
}

.field-flag-select select {
  padding-left: 48px;
  background-image:
    url("../images/flag-india.svg"),
    url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m6 9 6 6 6-6' stroke='%23464f5f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position:
    13px center,
    calc(100% - 12px) center;
  background-size:
    24px 16px,
    18px 18px;
  background-repeat: no-repeat;
}

.field-title select {
  text-transform: uppercase;
}

.accordion-toggle {
  width: 100%;
  min-height: 36px;
  padding: 0;
  border: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 8px;
  margin-bottom: 12px;
}

.accordion-title {
  display: flex;
  align-items: center;
  gap: 8px;
  text-align: left;
}

.accordion-title svg {
  width: 15px;
  height: 15px;
  color: #59657b;
}

.accordion-title strong {
  font-size: 11px;
  color: #3b4658;
}

.accordion-title span {
  font-size: 10px;
  color: #a0a8b5;
}

.accordion-chevron {
  width: 16px;
  height: 16px;
  color: var(--detail-blue);
  transition: transform 0.2s ease;
}

.accordion-toggle:not(.is-open) .accordion-chevron {
  transform: rotate(180deg);
}

.frequent-flyer-panel {
  display: none;
}

.frequent-flyer-panel.is-open {
  display: block;
}

.foreigner-panel,
.gst-panel {
  display: none;
}

.foreigner-panel.is-open,
.gst-panel.is-open {
  display: block;
}

.checkbox-field {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 16px;
  font-size: 12px;
  color: #323c4d;
}

.checkbox-field input {
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: var(--detail-blue);
}

.foreigner-check {
  margin-top: 0;
  margin-bottom: 6px;
  color: #000000;
  font-size: 13px;
}

.wheelchair-field {
  display: flex;
  width: fit-content;
  margin-top: 14px;
}

.gst-grid {
  grid-template-columns: 0.9fr 1.3fr 1.3fr;
  margin-top: 26px;
}

.gst-address-field {
  grid-column: span 1;
}

.checkbox-field em {
  color: #8b96a9;
  font-style: normal;
}

.add-passenger-btn {
  width: 100%;
  min-height: 44px;
  border: 0;
  border-top: 1px solid var(--detail-border);
  background: #ffffff;
  color: var(--detail-blue);
  text-align: left;
  padding: 0 14px;
  font-size: 14px;
  font-weight: 700;
}

.bottom-continue-btn {
  width: 106px;
  height: 40px;
  border: 0;
  border-radius: 999px;
  background: var(--detail-blue);
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
}

.addons-shell {
  margin-top: 24px;
  border-top: 1px solid #edf1f6;
}

.addons-toggle {
  width: 100%;
  padding: 14px 18px;
  border: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #737b8a;
  text-align: left;
  border-bottom: 1px solid #edf1f6;
  margin-bottom: 12px;
}

.addons-toggle span {
  font-size: 26px;
  font-weight: 700;
}

.addons-toggle-icon {
  width: 40px;
  height: 40px;
  padding: 5px;
  border-radius: 50%;
  background: #f3f5fb;
  color: var(--detail-blue);
  transition: transform 0.22s ease;
}

.addons-toggle:not(.is-open) .addons-toggle-icon {
  transform: rotate(180deg);
}

.addons-panel {
  display: none;
}

.addons-panel.is-open {
  display: block;
}

.addons-tabs {
  min-height: 62px;
  padding: 0 24px;
  border-radius: 4px 4px 0 0;
  background: var(--detail-blue);
  display: flex;
  align-items: center;
  gap: 10px;
}

.addons-tab {
  position: relative;
  min-height: 62px;
  padding: 0 14px;
  border: 0;
  border-radius: 0;
  background: transparent;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  font-weight: 500;
}

.addons-tab.is-active {
  color: #ffffff;
}

.addons-tab svg {
  width: 16px;
  height: 16px;
}

.addons-tab-indicator {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 10px;
  height: 2px;
  border-radius: 999px;
  background: #ffffff;
  opacity: 0;
}

.addons-tab.is-active .addons-tab-indicator {
  opacity: 1;
}

.addons-tab-badge {
  position: absolute;
  left: 16px;
  bottom: 2px;
  min-height: 16px;
  padding: 0 6px;
  border-radius: 3px;
  display: none;
  align-items: center;
  background: #46b5ff;
  color: #ffffff;
  font-size: 9px;
  font-weight: 700;
}

.addons-tab.is-active .addons-tab-badge {
  display: inline-flex;
}

.addons-content {
  background: #ffffff;
}

.addon-screen {
  display: none;
  animation: addonSlide 0.22s ease;
}

.addon-screen.is-active {
  display: block;
}

@keyframes addonSlide {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.addon-copy-block {
  padding: 18px 26px 18px;
}

.addon-copy-block h3 {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  color: var(--detail-blue);
}

.addon-copy-block p {
  margin: 5px 0 0;
  font-size: 12px;
  color: #575f6d;
}

.seat-layout {
  display: grid;
  grid-template-columns: 268px minmax(0, 1fr);
  gap: 28px;
  padding: 0;
  border-top: 1px solid #eef2f7;
}

.addon-section-label {
  display: block;
  margin-bottom: 18px;
  font-size: 11px;
  letter-spacing: 0.12em;
  font-weight: 700;
  color: #4d5666;
}

.seat-passenger-panel {
  min-height: 564px;
  padding: 22px 20px;
  background: #f7f9fc;
  border-right: 1px solid #eef2f7;
}

.seat-passenger-card {
  width: 100%;
  min-height: 64px;
  margin-bottom: 14px;
  padding: 14px 14px;
  border: 2px solid #1a58d6;
  border-radius: 8px;
  background: #ffffff;
  display: flex;
  align-items: center;
  gap: 12px;
  text-align: left;
  box-shadow: 0 6px 14px rgba(18, 43, 96, 0.05);
}

.seat-passenger-avatar {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: inline-grid !important;
  place-items: center;
  background: #e7eef8;
  color: #1d57d4 !important;
  flex-shrink: 0;
}

.seat-passenger-avatar svg {
  width: 16px;
  height: 16px;
}

.seat-passenger-card strong,
.trip-detail-box strong {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #293346;
}

.seat-passenger-card span,
.trip-detail-box span,
.trip-detail-box small {
  display: block;
  margin-top: 3px;
  font-size: 11px;
  color: #647085;
}

.trip-detail-box {
  margin-top: 274px;
  padding: 14px 12px;
  border: 1px solid #d4e0f2;
  border-radius: 8px;
  background: #eaf2ff;
}

.seat-map-panel {
  padding: 26px 24px;
}

.seat-map-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 26px;
}

.seat-map-top strong {
  font-size: 14px;
  font-weight: 700;
  color: #202632;
}

.seat-legend {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.seat-legend span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  color: #757f90;
}

.seat-box {
  width: 14px;
  height: 14px;
  border-radius: 2px;
  display: inline-block;
}

.seat-box.available {
  background: #e4e6ea;
}

.seat-box.selected {
  background: #1857d5;
}

.seat-box.occupied {
  background: #ffca0d;
}

.seat-box.premium {
  background: #9332c4;
}

.aircraft-shell {
  position: relative;
  width: min(100%, 346px);
  margin: 0 auto;
}

.aircraft-head {
  height: 58px;
  border-radius: 120px 120px 0 0;
  background: #edf1f6;
}

.aircraft-grid {
  padding: 22px 14px 18px;
  border: 8px solid #edf1f6;
  border-top: 0;
  border-radius: 0 0 132px 132px;
  min-height: 452px;
}

.seat-axis-row {
  display: grid;
  grid-template-columns: 1fr 28px 1fr;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}

.seat-axis-group {
  display: flex;
  justify-content: space-evenly;
  gap: 13px;
  font-size: 10px;
  font-weight: 600;
  color: #777f8e;
}

.seat-axis-gap {
  display: block;
}

.group-contact h2 {
  margin: 0px;
}

.seat-row {
  display: grid;
  grid-template-columns: 1fr 28px 1fr;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}

.row-no {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  text-align: center;
  font-size: 10px;
  font-weight: 600;
  color: #a6afbc;
}

.row-no-alert {
  color: #f2b700;
}

.seat-group {
  display: flex;
  gap: 7px;
}

.seat-group.right {
  justify-content: flex-end;
}

.seat {
  position: relative;
  width: clamp(1.5625rem, 1.2375rem + 1.3vw, 2.375rem);
  height: 27px;
  border: 0;
  border-radius: 4px;
  background: #dde1e6;
  color: #ffffff;
  font-size: 9px;
  font-weight: 700;
}

.seat::before,
.seat::after {
  position: absolute;
  left: 50%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.16s ease,
    transform 0.16s ease,
    visibility 0.16s ease;
  z-index: 20;
}

.seat::before {
  content: attr(data-seat-price) "\A" attr(data-seat-label);
  bottom: calc(100% + 10px);
  min-width: 100px;
  padding: 8px 10px 9px;
  background: #050505;
  color: #ffffff;
  white-space: pre;
  text-align: center;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 400;
  transform: translate(-50%, 6px);
}

.seat::first-line {
  font-size: 18px;
  line-height: 1.25;
}

.seat::after {
  content: "";
  bottom: calc(100% + 3px);
  width: 0;
  height: 0;
  border-top: 8px solid #050505;
  border-right: 8px solid transparent;
  transform: translate(-48px, 6px);
}

.seat:hover::before,
.seat:hover::after,
.seat:focus-visible::before,
.seat:focus-visible::after {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

.seat:hover::after,
.seat:focus-visible::after {
  transform: translate(-48px, 0);
}

.seat::before,
.seat::after {
  display: none;
}

.seat-hover-tooltip {
  position: fixed;
  z-index: 5000;
  min-width: 104px;
  padding: 8px 10px 9px;
  background: #050505;
  color: #ffffff;
  text-align: center;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition:
    opacity 0.16s ease,
    transform 0.16s ease,
    visibility 0.16s ease;
}

.seat-hover-tooltip::after {
  content: "";
  position: absolute;
  left: 24px;
  top: 100%;
  width: 0;
  height: 0;
  border-top: 8px solid #050505;
  border-right: 8px solid transparent;
}

.seat-hover-tooltip.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.seat-hover-tooltip strong {
  display: block;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 400;
}

.seat-hover-tooltip span {
  display: block;
  font-size: 12px;
  line-height: 1.2;
}

.seat.available {
  background: #dde1e6;
}

.seat.occupied {
  background: #ffc60b;
}

.seat.premium {
  background: #9b34be;
}

.seat.selected {
  background: #1653cf;
  box-shadow:
    inset 0 0 0 2px #ffffff,
    0 0 0 2px #1653cf;
}

.addon-footer {
  min-height: 74px;
  margin-top: 0;
  padding: 16px 24px;
  background: #f5f7fb;
  border-top: 1px solid #edf1f6;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.addon-summary span {
  display: block;
  font-size: 10px;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #6b7486;
}

.addon-summary strong {
  display: block;
  margin-top: 8px;
  font-size: 14px;
  color: #2660db;
  font-weight: 600;
}

.addon-summary strong span {
  display: inline;
  margin: 0;
  padding: 1px 4px;
  border-radius: 4px;
  background: #e8f0ff;
  color: #1a58d6;
  font-size: 12px;
}

.addon-footer-actions {
  display: flex;
  align-items: center;
  gap: 30px;
}

.addon-text-btn,
.addon-link-btn {
  border: 0;
  background: transparent;
  padding: 0;
  font-size: 13px;
  color: #313b4d;
}

.addon-link-btn {
  color: #1758d8;
  font-weight: 600;
}

.addon-primary-btn,
.addon-secondary-btn {
  min-width: 156px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  background: var(--detail-blue);
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
}

.addon-primary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.addon-primary-btn svg {
  width: 13px;
  height: 13px;
}

.addon-secondary-btn {
  display: block;
  min-width: 82px;
  margin: 12px auto;
  background: #1b56ce;
}

.meal-filters {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  padding: 0 14px 12px;
}

.meal-filter {
  min-height: 18px;
  padding: 0 7px;
  border: 1px solid #edf1f7;
  border-radius: 4px;
  background: #ffffff;
  color: #255fd8;
  font-size: 8px;
  font-weight: 600;
}

.meal-filter.is-active {
  background: #1a57d6;
  border-color: #1a57d6;
  color: #ffffff;
}

.meal-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 0 14px;
}

.meal-card {
  min-height: 94px;
  padding: 12px 14px;
  border: 1px solid #d8e0ec;
  border-radius: 10px;
  background: #ffffff;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
}

.meal-card.is-featured {
  border-color: #1a57d6;
}

.meal-thumb {
  width: 28px;
  height: 50px;
  position: relative;
}

.noodles-thumb::before {
  content: "";
  position: absolute;
  inset: 4px 3px 0;
  border-radius: 6px 6px 10px 10px;
  background: linear-gradient(
    180deg,
    #ffd993 0 24%,
    #fef4df 24% 40%,
    #ff7b25 40% 48%,
    #fffaf0 48% 100%
  );
  box-shadow: inset 0 -8px 0 #f4e4bf;
}

.noodles-thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 8px;
  width: 14px;
  height: 10px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 100%, #f6c86c 0 45%, transparent 46%),
    repeating-linear-gradient(90deg, #eab54c 0 2px, #f8df8d 2px 4px);
}

.cola-thumb::before {
  content: "";
  position: absolute;
  inset: 2px 7px;
  border-radius: 6px;
  background: linear-gradient(180deg, #d91d23, #b10e18);
}

.cola-thumb::after {
  content: "Coca";
  position: absolute;
  top: 16px;
  left: 6px;
  transform: rotate(-90deg);
  font-size: 8px;
  font-weight: 700;
  color: #ffffff;
}

.meal-copy strong {
  display: block;
  font-size: 11px;
  color: #202733;
}

.meal-copy span {
  display: block;
  margin-top: 2px;
  font-size: 8px;
  color: #7f8796;
}

.meal-copy b {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  color: #1b2331;
}

.meal-add-btn {
  min-width: 44px;
  height: 22px;
  border: 0;
  border-radius: 999px;
  background: #1b56d5;
  color: #ffffff;
  font-size: 10px;
  font-weight: 600;
}

.meal-stepper {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 34px;
}

.meal-stepper button {
  width: 18px;
  height: 18px;
  border: 0;
  border-radius: 4px;
  background: #f0f4fb;
  color: #1d56cf;
  font-size: 12px;
}

.meal-stepper span {
  font-size: 11px;
  font-weight: 600;
  color: #2b3344;
}

.meal-addon-screen .addon-copy-block {
  padding: 20px 26px 16px;
}

.meal-addon-screen .addon-copy-block h3 {
  font-size: 18px;
  line-height: 1.1;
}

.meal-addon-screen .addon-copy-block p {
  margin-top: 6px;
  font-size: 12px;
  color: #6a7383;
}

.meal-addon-screen .meal-filters {
  gap: 12px;
  padding: 0 14px 18px;
}

.meal-addon-screen .meal-filter {
  min-height: 22px;
  padding: 0 8px;
  border: 0;
  border-radius: 5px;
  background: #f1f4fb;
  color: #1c56d4;
  font-size: 11px;
  font-weight: 500;
}

.meal-addon-screen .meal-filter.is-active {
  background: #1a57d6;
  color: #ffffff;
  font-weight: 700;
}

.meal-addon-screen .meal-grid {
  gap: 12px;
  padding: 0 14px;
}

.meal-addon-screen .meal-card {
  min-height: 102px;
  padding: 14px 16px;
  border: 1px solid #d7dee9;
  border-radius: 12px;
  grid-template-columns: 44px minmax(0, 1fr) auto;
  gap: 14px;
}

.meal-addon-screen .meal-card.is-featured {
  border: 2px solid #1a57d6;
  padding: 13px 15px;
}

.meal-addon-screen .meal-thumb {
  width: 36px;
  height: 64px;
}

.meal-addon-screen .noodles-thumb::before {
  inset: 7px 5px 0;
  border-radius: 7px 7px 12px 12px;
}

.meal-addon-screen .noodles-thumb::after {
  left: 10px;
  width: 16px;
  height: 12px;
}

.meal-addon-screen .cola-thumb::before {
  inset: 2px 9px;
}

.meal-addon-screen .cola-thumb::after {
  top: 23px;
  left: 7px;
  font-size: 8px;
}

.meal-addon-screen .meal-copy strong {
  font-size: 15px;
  color: #1f2633;
}

.meal-addon-screen .meal-copy span {
  margin-top: 4px;
  font-size: 11px;
  color: #8a92a0;
}

.meal-addon-screen .meal-copy b {
  margin-top: 18px;
  font-size: 16px;
  color: #151d29;
}

.meal-addon-screen .meal-add-btn {
  min-width: 62px;
  height: 28px;
  padding: 0 14px;
  align-self: end;
  margin-bottom: 2px;
  font-size: 12px;
  font-weight: 600;
}

.meal-addon-screen .meal-stepper {
  align-self: end;
  gap: 12px;
  margin-top: 0;
  margin-bottom: 2px;
}

.meal-addon-screen .meal-stepper button {
  width: 24px;
  height: 24px;
  border-radius: 5px;
  background: #f2f5fb;
  font-size: 14px;
  font-weight: 700;
}

.meal-addon-screen .meal-stepper span {
  min-width: 10px;
  text-align: center;
  font-size: 14px;
  color: #222b39;
}

.meal-addon-screen .addon-secondary-btn {
  min-width: 118px;
  height: 30px;
  margin: 20px auto 14px;
  font-size: 12px;
  box-shadow: 0 8px 18px rgba(20, 73, 189, 0.2);
}

.meal-addon-screen .addon-footer {
  min-height: 64px;
  padding: 14px 24px;
}

.meal-addon-screen .addon-summary strong {
  margin-top: 6px;
  font-size: 12px;
  color: #1457d6;
}

.meal-addon-screen .addon-summary strong span {
  padding: 0 5px;
  font-size: 11px;
}

.meal-addon-screen .addon-footer-actions {
  gap: 26px;
}

.meal-addon-screen .addon-link-btn,
.meal-addon-screen .addon-text-btn {
  font-size: 13px;
}

.meal-addon-screen .addon-primary-btn {
  min-width: 132px;
  height: 42px;
  font-size: 14px;
}

.baggage-addon-screen .baggage-copy-block {
  padding: 18px 20px 18px;
  border-bottom: 1px solid #edf1f6;
  background: #f7f9fc;
}

.baggage-addon-screen .baggage-copy-block h3 {
  font-size: 22px;
  line-height: 1.1;
}

.baggage-addon-screen .baggage-copy-block p {
  margin-top: 7px;
  font-size: 12px;
  color: #6b7483;
}

.baggage-addon-screen .baggage-passengers,
.baggage-addon-screen .baggage-config-grid,
.baggage-addon-screen .baggage-summary-box {
  padding: 20px;
}

.baggage-addon-screen .addon-section-label {
  margin-bottom: 14px;
  font-size: 11px;
  letter-spacing: 0.08em;
  color: #4f5869;
}

.baggage-addon-screen .baggage-topline {
  align-items: center;
  margin-bottom: 8px;
}

.baggage-addon-screen .selected-passengers-chip {
  min-height: 20px;
  padding: 0 10px;
  background: #eef4ff;
  color: #1557d6;
  font-size: 10px;
}

.baggage-addon-screen .baggage-passenger-card {
  min-height: 66px;
  margin-top: 10px;
  padding: 14px 16px;
  border-radius: 10px;
  gap: 12px;
  box-shadow: 0 2px 6px rgba(18, 40, 88, 0.02);
}

.baggage-addon-screen .baggage-passenger-card.is-selected {
  border-color: #1657d6;
  box-shadow: inset 0 0 0 1px #1657d6;
}

.baggage-addon-screen .baggage-avatar {
  width: 34px;
  height: 34px;
  font-size: 13px;
}

.baggage-addon-screen .baggage-passenger-copy strong {
  font-size: 13px;
  color: #1f2938;
}

.baggage-addon-screen .baggage-passenger-copy strong em {
  font-size: 11px;
  color: #8d96a4;
}

.baggage-addon-screen .baggage-passenger-copy span {
  margin-top: 4px;
  font-size: 11px;
  color: #4f5d77;
}

.baggage-addon-screen .baggage-passenger-card svg {
  width: 18px;
  height: 18px;
}

.baggage-addon-screen .baggage-config-grid {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.25fr);
  gap: 34px;
}

.baggage-addon-screen .baggage-options-grid {
  gap: 12px;
}

.baggage-addon-screen .baggage-option {
  min-height: 52px;
  padding: 10px 12px;
  border-radius: 8px;
}

.baggage-addon-screen .baggage-option strong {
  font-size: 16px;
}

.baggage-addon-screen .baggage-option span {
  margin-top: 3px;
  font-size: 12px;
}

.baggage-addon-screen .baggage-option.is-selected {
  box-shadow: inset 0 0 0 2px #1657d6;
}

.baggage-addon-screen .baggage-segment-select {
  height: 40px;
  padding: 0 14px;
  border-radius: 8px;
  background: #f1f5fa;
  font-size: 13px;
}

.baggage-addon-screen .baggage-segment-select svg {
  width: 16px;
  height: 16px;
  color: #6f788a;
}

.baggage-addon-screen .baggage-note-box {
  margin-top: 12px;
  min-height: 86px;
  padding: 16px 16px 16px 18px;
  border-left: 4px solid #1657d6;
  border-radius: 8px;
  background: #f2f5fa;
}

.baggage-addon-screen .baggage-note-box span {
  padding-left: 14px;
  font-size: 11px;
  color: #1657d6;
}

.baggage-addon-screen .baggage-note-box span + span {
  margin-top: 8px;
}

.baggage-addon-screen .baggage-note-box span::before {
  top: 6px;
  width: 5px;
  height: 5px;
}

.baggage-addon-screen .baggage-summary-box {
  margin: 8px 20px 0;
  padding: 18px 16px 16px;
  border-radius: 10px;
  background: #f2f5fa;
}

.baggage-addon-screen .baggage-summary-row,
.baggage-addon-screen .baggage-summary-total {
  font-size: 14px;
}

.baggage-addon-screen .baggage-summary-row {
  color: #485465;
}

.baggage-addon-screen .baggage-summary-row strong {
  color: #1f2a38;
  font-size: 14px;
}

.baggage-addon-screen .baggage-summary-row + .baggage-summary-row {
  margin-top: 12px;
}

.baggage-addon-screen .baggage-summary-total {
  margin-top: 16px;
  padding-top: 14px;
}

.baggage-addon-screen .baggage-summary-total span {
  font-size: 15px;
}

.baggage-addon-screen .baggage-summary-total strong {
  font-size: 22px;
}

.baggage-addon-screen .addon-footer {
  min-height: 82px;
  margin-top: 18px;
  padding: 18px 20px;
  background: #fafbfd;
}

.baggage-addon-screen .addon-footer-actions {
  gap: 24px;
}

.baggage-addon-screen .addon-link-btn,
.baggage-addon-screen .addon-text-btn {
  font-size: 13px;
}

.baggage-addon-screen .addon-primary-btn {
  min-width: 160px;
  height: 40px;
  font-size: 14px;
  gap: 8px;
}

.baggage-addon-screen .addon-primary-btn svg {
  width: 15px;
  height: 15px;
}

.baggage-copy-block {
  padding-bottom: 16px;
  border-bottom: 1px solid #edf1f6;
}

.baggage-passengers,
.baggage-config-grid,
.baggage-summary-box {
  padding: 14px;
}

.baggage-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.selected-passengers-chip {
  min-height: 18px;
  padding: 0 8px;
  border-radius: 999px;
  background: #eef4ff;
  color: #1757d4;
  font-size: 8px;
  font-weight: 700;
}

.baggage-passenger-card {
  width: 100%;
  min-height: 38px;
  margin-top: 8px;
  padding: 10px 12px;
  border: 1px solid #e3e8f0;
  border-radius: 6px;
  background: #ffffff;
  display: flex;
  align-items: center;
  gap: 10px;
  text-align: left;
}

.baggage-passenger-card.is-selected {
  border-color: #1a58d6;
  box-shadow: inset 0 0 0 1px #1a58d6;
}

.baggage-avatar {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #1655d1;
  color: #ffffff;
  display: inline-grid;
  place-items: center;
  font-size: 10px;
  font-weight: 700;
  flex-shrink: 0;
}

.baggage-avatar.muted {
  background: #e2e5ea;
  color: #5f697c;
}

.baggage-passenger-copy {
  flex: 1;
}

.baggage-passenger-copy strong {
  display: block;
  font-size: 11px;
  color: #253043;
}

.baggage-passenger-copy strong em {
  font-style: normal;
  color: #8a92a0;
  font-size: 10px;
}

.baggage-passenger-copy span {
  display: block;
  margin-top: 2px;
  font-size: 9px;
  color: #5f6a7d;
}

.baggage-passenger-card svg {
  width: 14px;
  height: 14px;
  color: #1c58d5;
}

.baggage-config-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.baggage-options-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.baggage-option {
  min-height: 48px;
  padding: 10px;
  border: 1px solid #e3e8f0;
  border-radius: 4px;
  background: #ffffff;
  text-align: left;
}

.baggage-option strong,
.baggage-option span {
  display: block;
}

.baggage-option strong {
  font-size: 12px;
  color: #213044;
}

.baggage-option span {
  margin-top: 4px;
  font-size: 10px;
  color: #6c7586;
}

.baggage-option.is-selected {
  border-color: #1a58d6;
  box-shadow: inset 0 0 0 1px #1a58d6;
  color: #1a58d6;
}

.baggage-segment-select {
  width: 100%;
  height: 36px;
  padding: 0 12px;
  border: 0;
  border-radius: 4px;
  background: #f4f7fb;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #2f384b;
  font-size: 11px;
}

.baggage-segment-select svg {
  width: 14px;
  height: 14px;
}

.baggage-note-box {
  margin-top: 10px;
  padding: 10px 12px 10px 16px;
  border-left: 3px solid #1a58d6;
  border-radius: 4px;
  background: #f4f7fb;
}

.baggage-note-box span {
  display: block;
  position: relative;
  padding-left: 10px;
  font-size: 9px;
  color: #4f5c73;
}

.baggage-note-box span + span {
  margin-top: 4px;
}

.baggage-note-box span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #1a58d6;
}

.baggage-summary-box {
  background: #f7f9fc;
}

.baggage-summary-row,
.baggage-summary-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 11px;
  color: #4d586d;
}

.baggage-summary-row + .baggage-summary-row {
  margin-top: 8px;
}

.baggage-summary-total {
  margin-top: 14px;
  padding-top: 10px;
  border-top: 1px solid #e3e8f0;
}

.baggage-summary-total span {
  color: #1757d4;
  font-weight: 700;
}

.baggage-summary-total strong {
  color: #1757d4;
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
}

.addon-footer-spacer {
  flex: 1;
}

.fare-rules-modal {
  position: fixed;
  inset: 0;
  z-index: 1300;
  display: none;
}

.fare-rules-modal.is-open {
  display: block;
}

.fare-rules-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(16, 27, 49, 0.42);
  backdrop-filter: blur(4px);
}

.fare-rules-dialog {
  position: relative;
  width: min(100% - 32px, 980px);
  max-height: min(92vh, 792px);
  margin: 28px auto;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 30px 70px rgba(16, 30, 63, 0.22);
  overflow: hidden;
}

.passport-scan-modal {
  position: fixed;
  inset: 0;
  z-index: 1350;
  display: none;
}

.passport-scan-modal.is-open {
  display: flex;
  align-items: center;
  justify-content: center;
}

.passport-scan-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.46);
}

.passport-scan-dialog {
  position: relative;
  width: min(calc(100vw - 32px), 902px);
  min-height: 400px;
  padding: 20px;
  border-radius: 32px;
  background: #ffffff;
  display: grid;
  grid-template-columns: 272px minmax(0, 1fr);
  gap: 20px;
  box-shadow: 0 30px 70px rgba(16, 30, 63, 0.24);
}

.passport-scan-drop {
  position: relative;
  min-height: 358px;
  border: 1.5px dashed #004aca;
  border-radius: 17px;
  background: #eff4ff;
  display: grid;
  place-items: center;
  overflow: hidden;
  cursor: pointer;
}

.passport-scan-drop input {
  display: none;
}

.passport-preview {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: none;
  object-fit: contain;
}

.passport-scan-drop.has-preview {
  border-color: transparent;
  background: #eef4ff;
}

.passport-scan-drop.is-dragging {
  border-color: #004aca;
  background: #e6f0ff;
}

.passport-scan-drop.has-preview .passport-preview {
  display: block;
}

.passport-scan-drop.has-preview .passport-drop-empty {
  display: none;
}

.passport-drop-empty {
  display: grid;
  justify-items: center;
  color: #1d2b43;
  text-align: center;
}

.passport-drop-empty svg {
  width: 36px;
  height: 36px;
  margin-bottom: 10px;
  color: #004aca;
  stroke-width: 2.5;
}

.passport-drop-empty strong {
  font-size: 13px;
  line-height: 1.25;
  font-weight: 400;
}

.passport-drop-empty small {
  margin-top: 4px;
  color: #7b8495;
  font-size: 13px;
  line-height: 1.35;
}

.passport-drop-empty b {
  min-width: 105px;
  height: 34px;
  margin-top: 17px;
  border: 1px solid #004aca;
  border-radius: 999px;
  background: #ffffff;
  display: inline-grid;
  place-items: center;
  color: #004aca;
  font-size: 13px;
  font-weight: 400;
}

.passport-scan-form {
  min-width: 0;
}

.passport-scan-head {
  min-height: 36px;
  margin-bottom: 14px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.passport-scan-head h2 {
  margin: 9px 0 10px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #004aca;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 700;
}

.passport-scan-head h2 svg {
  width: 20px;
  height: 20px;
}

.passport-scan-close {
  width: 26px;
  height: 26px;
  padding: 0;
  border: 0;
  background: transparent;
  display: grid;
  place-items: center;
  color: #747b86;
  flex-shrink: 0;
}

.passport-scan-close svg {
  width: 18px;
  height: 18px;
}

.passport-scan-grid {
  display: grid;
  /* grid-template-columns: 47px 115px minmax(0, 168px); */
  gap: 13px 15px;
  align-items: end;
}

.passport-field {
  display: grid;
  gap: 5px;
  min-width: 0;
}

.passport-field span {
  color: #000000b2;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  white-space: nowrap;
}

.passport-field em {
  color: #ff383c;
  font-style: normal;
}

.passport-field input,
.passport-field select {
  width: 100%;
  height: 42px;
  border: 0;
  border-radius: 6px;
  background-color: #f4f4f4;
  color: #696f78;
  font-size: 14px;
  font-weight: 400;
  outline: none;
}

.passport-field input {
  padding: 16px;
}

.passport-field input::placeholder {
  color: #6f7580;
  opacity: 1;
}

.passport-field select {
  appearance: none;
  padding: 0 34px 0 11px;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m6 9 6 6 6-6' stroke='%23464f5f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: calc(100% - 10px) center;
  background-size: 18px 18px;
  background-repeat: no-repeat;
}

.passport-scan-grid .passport-field:nth-child(4),
.passport-scan-grid .passport-field:nth-child(6) {
  grid-column: 1 / span 2;
}

.passport-country-field,
.passport-scan-grid .passport-field:nth-child(7) {
  grid-column: 3;
}

.passport-country-field select {
  padding-left: 47px;
  background-image:
    url("../images/flag-india.svg"),
    url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m6 9 6 6 6-6' stroke='%23464f5f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position:
    13px center,
    calc(100% - 10px) center;
  background-size:
    24px 16px,
    18px 18px;
  background-repeat: no-repeat;
}

.passport-title-field select {
  padding: 0 20px 0 9px;
  background-position: calc(100% - 7px) center;
  color: #6b7179;
}

.passport-issuing-field {
  grid-column: 1 / span 2;
}

.passport-save-btn {
  width: 153px;
  border: 0;
  padding: 16px;
  border-radius: 999px;
  background: #004aca;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  justify-self: end;
}

.payment-result-modal {
  position: fixed;
  inset: 0;
  z-index: 1360;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.24s ease;
}

.payment-result-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.payment-result-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(14, 18, 28, 0.82);
}

.payment-result-dialog {
  position: relative;
  width: min(100%, 356px);
  max-height: min(88vh, 798px);
  border-radius: 14px;
  background: #ffffff;
  color: #191d28;
  box-shadow: 0 22px 58px rgba(8, 12, 26, 0.38);
  transform: translateY(12px) scale(0.98);
  transition: transform 0.24s ease;
  overflow: hidden;
}

.payment-result-modal.is-open .payment-result-dialog {
  transform: translateY(0) scale(1);
}

.payment-result-failed {
  padding: 27px 22px 17px;
}

.payment-result-failed::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 7px;
  background: linear-gradient(90deg, #ff1d13 0%, #f31816 46%, #13359d 100%);
}

.payment-result-close {
  position: absolute;
  top: 23px;
  right: 13px;
  z-index: 2;
  width: 27px;
  height: 27px;
  border: 0;
  background: transparent;
  color: #172033;
  padding: 0;
  display: grid;
  place-items: center;
}

.payment-result-close svg {
  width: 19px;
  height: 19px;
}

.payment-failed-art {
  position: relative;
  width: 268px;
  height: 200px;
  margin: 0 auto 4px;
}

.payment-failed-art img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.payment-result-copy {
  text-align: center;
}

.payment-result-copy h2 {
  margin: 0;
  font-size: 18px;
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.payment-result-copy p {
  margin: 10px 0 0;
  color: #2d3445;
  font-size: 12px;
}

.payment-result-actions {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 11px;
}

.payment-result-outline,
.payment-result-primary {
  min-height: 40px;
  border-radius: 999px;
  font: inherit;
  font-size: 11px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
}

.payment-result-outline {
  border: 1px solid #0050de;
  background: #ffffff;
  color: #0048d3;
}

.payment-result-primary {
  border: 0;
  background: #0050de;
  color: #ffffff;
  box-shadow: 0 9px 18px rgba(0, 80, 222, 0.27);
}

.payment-result-primary svg {
  width: 13px;
  height: 13px;
  margin-right: 6px;
  stroke-width: 3;
}

.payment-help-text {
  margin: 22px 0 0;
  text-align: center;
  color: #5e6677;
  font-size: 10px;
}

.payment-help-text a {
  color: #0050de;
  font-weight: 800;
}

.traveller-lookup-strip {
  position: relative;
  overflow: visible;
}

/* .form-card-body,
.form-card {
    overflow: visible !important;
} */

.traveller-results-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  z-index: 9999;
  display: none;
  max-height: 376px;
  padding: 10px;
  border: 1px solid #dfe6f0;
  border-radius: 12px;
  background: #eff4fa;
  box-shadow: 0 18px 42px rgba(15, 28, 55, 0.16);
}

.traveller-result-row {
  cursor: pointer;
  border: 1px solid transparent;
  transition: all 0.2s ease;
}

.traveller-result-row.is-selected {
  border: 1px solid #0050de;
  box-shadow: 0 0 0 1px #0050de;
}

.traveller-results-dropdown.is-open {
  display: block;
}

.traveller-results-list {
  display: grid;
  gap: 8px;
  max-height: 354px;
  overflow-y: auto;
}

.traveller-results-dropdown .traveller-result-row {
  min-height: 64px;
  margin: 0 8px 10px;
  border: 0;
  border-radius: 9px;
  background: #ffffff;
  display: grid;
  grid-template-columns: 1.16fr 1fr 0.86fr;
  overflow: hidden;
  color: inherit;
  font: inherit;
  text-align: left;
}

.traveller-results-dropdown .traveller-result-cell {
  padding: 12px 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 7px;
  border-left: 1px solid #eef2f7;
  color: #1a1a1a;
  font-size: 14px;
}

.traveller-results-dropdown .traveller-result-cell:first-child {
  border-left: 0;
}

.traveller-result-phone {
  color: #101722;
}

.traveller-result-row.is-highlighted .traveller-result-phone {
  color: #0050de;
}

.traveller-result-email {
  color: #1f2631;
}

.traveller-result-nationality {
  font-weight: 700;
}

.traveller-results-empty {
  min-height: 64px;
  border-radius: 9px;
  background: #ffffff;
  display: grid;
  place-items: center;
  text-align: center;
  color: #5d6676;
  font-size: 13px;
  margin: 0 8px;
}

.airline-format-modal {
  position: fixed;
  inset: 0;
  z-index: 1370;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.airline-format-modal.is-open {
  display: flex;
}

.airline-format-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 16, 28, 0.78);
}

.airline-format-dialog {
  position: relative;
  width: min(calc(100vw - 40px), 876px);
  max-height: min(90vh, 620px);
  padding: 24px;
  border: 2px solid #0b61a8;
  background: #f3f3f3;
  color: #242424;
  overflow: hidden;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.36);
}

.airline-format-head {
  min-height: 31px;
  margin-bottom: 19px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.airline-format-head h2 {
  margin: 4px 0 0;
  color: #414141;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 600;
}

.airline-format-close {
  width: 28px;
  height: 28px;
  border: 0;
  background: transparent;
  color: #111827;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

.airline-format-close svg {
  width: 22px;
  height: 22px;
  stroke-width: 2.3;
}

.airline-format-table-wrap {
  width: 100%;
  overflow-x: auto;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18);
}

.airline-format-table {
  width: 100%;
  min-width: 792px;
  border-collapse: collapse;
  background: #ffffff;
  table-layout: fixed;
}

.airline-format-table th,
.airline-format-table td {
  height: 72px;
  border: 1px solid #d9d9d9;
  padding: 0 10px;
  text-align: center;
  vertical-align: middle;
  color: #111111;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 400;
}

.airline-format-table th {
  height: 60px;
}

.airline-format-table th:nth-child(1),
.airline-format-table td:nth-child(1) {
  width: 132px;
}

.airline-format-table th:nth-child(2),
.airline-format-table td:nth-child(2) {
  width: 123px;
}

.airline-format-table th:nth-child(3),
.airline-format-table td:nth-child(3) {
  width: 112px;
}

.airline-format-table th:nth-child(4),
.airline-format-table td:nth-child(4) {
  width: 146px;
}

.airline-format-table th:nth-child(5),
.airline-format-table td:nth-child(5) {
  width: 120px;
}

.airline-format-table th:nth-child(6),
.airline-format-table td:nth-child(6) {
  width: 160px;
}

.airline-format-table a {
  color: #0050de;
  font-size: 11px;
  line-height: 1.25;
}

.airline-format-note {
  margin: 12px 0 0;
  color: #ff1515;
  font-size: 12px;
  line-height: 1.35;
}

@media (min-width: 1025px) {
  .fare-rules-modal.is-open {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .fare-rules-dialog {
    margin: 0 auto;
  }
}

.fare-rules-sheet-head {
  min-height: 70px;
  padding: 0 30px;
  border-bottom: 1px solid #edf1f6;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.fare-rules-sheet-head h2 {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 26px;
  line-height: 1.1;
  color: #1f2636;
}

.fare-rules-close {
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #7f8695;
}

.fare-rules-close svg {
  width: 22px;
  height: 22px;
}

.fare-rules-sheet-body {
  max-height: calc(min(92vh, 792px) - 176px);
  overflow-y: auto;
  padding: 24px;
}

.fare-rules-tabs {
  display: inline-flex;
  align-items: center;
  gap: 0;
  padding: 4px;
  border-radius: 14px;
  background: #dfe7ff;
}

.fare-rules-tab {
  min-width: 198px;
  height: 38px;
  padding: 0 18px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: #4f586a;
  font-size: 15px;
  font-weight: 500;
}

.fare-rules-tab.is-active {
  background: #ffffff;
  color: #1655d1;
  box-shadow: 0 3px 10px rgba(23, 46, 104, 0.08);
}

.fare-rules-panel {
  display: none;
  padding-top: 16px;
}

.fare-rules-panel.is-active {
  display: block;
}

.fare-route-card {
  min-height: 90px;
  padding: 0 26px;
  border-radius: 16px;
  background: #eef2ff;
  display: flex;
  align-items: center;
  gap: 26px;
}

.fare-route-logo {
  width: 56px;
  height: 56px;
  border-radius: 10px;
  background: #ffffff;
  display: inline-grid;
  place-items: center;
  box-shadow: inset 0 0 0 1px #eef1f6;
  flex-shrink: 0;
}

.fare-route-logo-mark {
  min-width: 28px;
  height: 18px;
  padding: 0 6px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff3f0;
  color: #da3e33;
  font-size: 9px;
  font-weight: 700;
}

.fare-route-copy span {
  display: block;
  font-size: 12px;
  letter-spacing: 0.08em;
  color: #6a7282;
}

.fare-route-copy strong {
  display: block;
  margin-top: 8px;
  font-size: 22px;
  color: #1d2535;
}

.fare-rules-table {
  margin-top: 20px;
  border: 1px solid #e4e8f0;
  border-radius: 14px;
  overflow: hidden;
}

.fare-rules-table-head,
.fare-rules-table-row {
  display: grid;
  grid-template-columns: 1fr 1.45fr;
  gap: 20px;
  align-items: center;
}

.fare-rules-table-head {
  min-height: 40px;
  padding: 0 26px;
  background: #eef2ff;
  color: #4b5568;
  font-size: 13px;
  font-weight: 700;
}

.fare-rules-table-row {
  min-height: 40px;
  padding: 0 26px;
  border-top: 1px solid #edf1f6;
  font-size: 14px;
  color: #2f3848;
}

.fare-rules-table-row strong {
  font-size: 14px;
  color: #1f2938;
}

.fare-rules-pill {
  width: fit-content;
  min-height: 20px;
  padding: 0 10px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  background: #ffd8d2;
  color: #cf3d31;
  font-size: 11px;
  font-weight: 700;
}

.fare-rules-note {
  margin-top: 16px;
  padding: 12px 16px;
  border: 1px solid #edd7a8;
  border-radius: 12px;
  background: #fbf5e7;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.fare-rules-note svg {
  width: 18px;
  height: 18px;
  color: #8d7d59;
  flex-shrink: 0;
  margin-top: 2px;
}

.fare-rules-note p {
  margin: 0;
  font-size: 12px;
  line-height: 1.45;
  color: #7e7152;
}

.passport-rules-note {
  margin-top: 16px;
  padding: 8px 10px;
  border: 1px solid #fee69c;
  border-radius: 12px;
  background: #fffdf1;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.passport-rules-note svg {
  width: 18px;
  height: 18px;
  color: #ba8460;
  flex-shrink: 0;
  margin-top: 2px;
}

.passport-rules-note p {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.45;
  color: #ba8460;
}

.fare-rules-protection {
  margin-top: 18px;
  min-height: 98px;
  padding: 0 20px;
  border-radius: 14px;
  background: #1754d3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.fare-rules-protection-copy span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #ffffff;
}

.fare-rules-protection-copy span svg {
  width: 15px;
  height: 15px;
}

.fare-rules-protection-copy strong {
  display: block;
  margin-top: 10px;
  font-size: 24px;
  line-height: 1;
  color: #ffffff;
}

.fare-rules-protection-copy p {
  margin: 6px 0 0;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.84);
}

.fare-rules-add-btn,
.fare-rules-done-btn {
  border: 0;
  border-radius: 14px;
  background: #ffffff;
  color: #1655d1;
  font-size: 14px;
  font-weight: 700;
}

.fare-rules-add-btn {
  min-width: 84px;
  height: 40px;
}

.fare-rules-sheet-footer {
  min-height: 84px;
  padding: 0 30px;
  background: #edf1ff;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.fare-rules-done-btn {
  min-width: 122px;
  height: 46px;
  border-radius: 999px;
  background: #1655d1;
  color: #ffffff;
  box-shadow: 0 10px 20px rgba(20, 75, 193, 0.2);
}

.detail-sidebar {
  position: sticky;
  top: 18px;
}

.fare-summary-card {
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(18, 34, 74, 0.08);
}

.fare-summary-head {
  padding: 18px 18px 16px;
  background: var(--detail-blue);
  color: #ffffff;
}

.fare-summary-head strong {
  display: block;
  font-size: 16px;
  font-weight: 700;
}

.fare-summary-head span {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
}

.fare-summary-body {
  padding: 16px 18px 18px;
}

.hide-fare-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  margin-top: 10px;
  border-radius: 999px;
  background: #004aca1a;
  cursor: pointer;
  user-select: none;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #1f2937;
}

.hide-fare-checkbox {
  display: none;
}

.hide-fare-checkmark {
  width: 18px;
  height: 18px;
  border: 1px solid #c8c8c8;
  border-radius: 4px;
  background: #ffffff;

  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.hide-fare-checkmark svg {
  width: 12px;
  height: 12px;
  stroke-width: 3;
  color: #004aca;

  opacity: 0;
  transform: scale(0.6);
  transition: all 0.15s ease;
}

.hide-fare-checkbox:checked + .hide-fare-checkmark {
  border-color: #004aca;
}

.hide-fare-checkbox:checked + .hide-fare-checkmark svg {
  opacity: 1;
  transform: scale(1);
}

.fare-row,
.fare-total,
.fee-row,
.alt-flight-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.fare-row {
  margin-bottom: 14px;
  font-size: 13px;
  color: #556176;
}

.fare-row strong,
.fee-row strong {
  color: #263145;
  font-size: 13px;
}

.fare-total {
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid #edf1f7;
  align-items: end;
}

.fare-total div strong {
  display: block;
  color: #202733;
  font-size: 15px;
}

.fare-total div span {
  display: block;
  margin-top: 2px;
  font-size: 11px;
  color: #8b96a8;
}

.fare-total > strong {
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  color: var(--detail-blue);
}

.primary-cta,
.secondary-cta {
  width: 100%;
  height: 40px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 700;
}

.primary-cta {
  margin-top: 18px;
  border: 0;
  background: var(--detail-blue);
  color: #ffffff;
}

.secondary-cta {
  margin-top: 10px;
  border: 0;
  background: #e9edf2;
  color: var(--detail-blue);
}

.sidebar-note {
  padding: 16px 16px 14px;
  border-radius: 12px;
  box-shadow: none;
}

.sidebar-note strong {
  display: block;
  font-size: 12px;
  font-weight: 700;
}

.sidebar-note span {
  display: block;
  margin-top: 4px;
  font-size: 10px;
  line-height: 1.45;
}

.sidebar-note.warning {
  background: #ffd8c8;
  border-color: #f1c0ac;
  color: #8e4522;
}

.sidebar-note.info {
  background: #edf4ff;
  border-color: #c7d9fd;
  color: #3868c8;
}

.promo-card {
  position: relative;
  min-height: 150px;
  overflow: hidden;
  background: #0d203d url("../images/travel.png") center/cover no-repeat;
}

.promo-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(12, 16, 22, 0.82),
    rgba(12, 16, 22, 0.12)
  );
}

.promo-copy {
  position: relative;
  z-index: 1;
  height: 100%;
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  color: #ffffff;
}

.promo-copy span {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.promo-copy strong {
  margin-top: 4px;
  font-size: 34px;
  line-height: 0.95;
}

.promo-copy p {
  margin: 4px 0 0;
  font-size: 12px;
}

.fees-card,
.alt-flight-card {
  padding: 18px 18px 16px;
}

.fees-card a {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--detail-blue);
  font-size: 12px;
  font-weight: 700;
}

.fee-row {
  margin-bottom: 6px;
  font-size: 12px;
  color: #4b576c;
}

.fees-card small {
  display: block;
  margin-bottom: 16px;
  font-size: 10px;
  line-height: 1.5;
  color: #99a1af;
}

.alt-flight-card {
  gap: 12px;
}

.alt-flight-item + .alt-flight-item {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #edf1f7;
}

.alt-flight-icon {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: #f2f4f8;
  display: inline-grid;
  place-items: center;
  color: #5f6b80;
  flex-shrink: 0;
}

.alt-flight-icon svg {
  width: 14px;
  height: 14px;
}

.alt-flight-copy {
  flex: 1;
}

.alt-flight-copy strong {
  display: block;
  font-size: 14px;
  color: var(--detail-blue);
}

.green-text {
  color: #1a7f3c !important;
}

.alt-flight-copy span,
.alt-flight-price span {
  display: block;
  margin-top: 3px;
  font-size: 10px;
  color: #7f8a9d;
}

.alt-flight-price {
  text-align: right;
}

.alt-flight-price strong {
  display: block;
  font-size: 18px;
  color: #202733;
}

body.seat-unavailable-open {
  overflow: hidden;
}

.travel-alert-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.travel-alert-dialog {
  font-family: "Inter", sans-serif;
  color: #191d24;
}

.travel-alert-close {
  position: absolute;
  top: 26px;
  right: 26px;
  z-index: 3;
  width: 26px;
  height: 26px;
  border: 0;
  background: transparent;
  color: #293041;
  display: grid;
  place-items: center;
}

.travel-alert-close svg {
  width: 22px;
  height: 22px;
}

.seat-unavailable-dialog {
  width: min(calc(100vw - 12px), 518px);
  max-height: calc(100dvh - 12px);
  margin: 0 auto;
  padding: 39px 31px 38px;
  border-radius: 14px;
  text-align: center;
  overflow-y: auto;
}

.seat-alert-icon {
  width: 62px;
  height: 50px;
  margin: 0 auto 35px;
  border-radius: 10px;
  background: #f3e1e7;
  color: #ff4148;
  display: grid;
  place-items: center;
  box-shadow: 0 18px 32px rgba(116, 65, 83, 0.16);
}

.seat-alert-icon svg {
  width: 31px;
  height: 31px;
  fill: currentColor;
  stroke: #ffffff;
}

.seat-unavailable-dialog h2 {
  margin: 0;
  font-size: 25px;
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.seat-unavailable-dialog > p {
  margin: 13px 0 0;
  color: #4b5262;
  font-size: 16px;
}

.seat-alert-copy {
  width: min(100%, 430px);
  margin: 26px auto 0 !important;
  color: #506678 !important;
  font-size: 14px !important;
  line-height: 1.55;
}

.seat-alert-copy strong {
  color: #0052de;
}

.seat-alert-plans {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 17px;
  margin-top: 31px;
  text-align: left;
}

.seat-alert-plans article {
  min-height: 137px;
  padding: 22px 20px;
  border-radius: 7px;
  background: #f0f3f6;
}

.seat-alert-plans article:last-child {
  border: 1px solid #c6d6e7;
  background: linear-gradient(120deg, #f7fbff 0%, #fbf8ef 100%);
}

.seat-alert-plans h3 {
  margin: 0 0 13px;
  color: #1e242d;
  font-size: 14px;
  font-weight: 700;
}

.seat-alert-plans span {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  color: #0052de;
  font-size: 12px;
}

.seat-alert-plans svg {
  width: 14px;
  height: 14px;
}

.seat-upgrade-row {
  min-height: 88px;
  margin-top: 31px;
  padding: 0 24px;
  border: 1px solid #e9edf3;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  text-align: left;
}

.seat-upgrade-row strong {
  display: block;
  color: #0052de;
  font-size: 14px;
  font-weight: 700;
}

.seat-upgrade-row span {
  display: block;
  margin-top: 9px;
  color: #485160;
  font-size: 11px;
}

.seat-upgrade-row b {
  color: #161b24;
  font-size: 21px;
  line-height: 1;
  text-align: right;
}

.seat-upgrade-row small {
  display: block;
  margin-top: 6px;
  font-size: 9px;
  letter-spacing: 0.04em;
}

.seat-alert-actions {
  display: grid;
  grid-template-columns: 187px 1fr;
  gap: 16px;
  margin-top: 39px;
}

.seat-alert-actions button {
  height: 53px;
  border-radius: 999px;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
}

.seat-alert-actions button:first-child {
  border: 1px solid #768092;
  background: #ffffff;
  color: #496173;
}

.seat-alert-actions button:last-child {
  border: 0;
  background: #0853d9;
  color: #ffffff;
  box-shadow: 0 8px 16px rgba(0, 82, 222, 0.26);
}

@media (max-width: 1180px) {
  .detail-shell {
    width: min(100% - 28px, 100%);
  }

  .detail-layout {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .detail-sidebar {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
  }

  .fare-summary-card,
  .promo-card {
    grid-column: span 2;
  }

  .seat-layout {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .trip-detail-box {
    margin-top: 16px;
  }

  .seat-map-panel {
    padding: 18px 18px 0;
  }
}

@media (max-width: 1024px) {
  .detail-main {
    padding-top: 12px;
  }

  .detail-mobile-topbar {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    padding: 12px;
    border-radius: 12px;
    background: #ffffff;
    border: 1px solid var(--detail-border);
  }

  .detail-back-icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: inline-grid;
    place-items: center;
    background: #f4f6fb;
    color: #313847;
    flex-shrink: 0;
  }

  .detail-mobile-route {
    display: grid;
    gap: 4px;
  }

  .detail-mobile-route strong {
    font-size: 15px;
  }

  .detail-mobile-route span {
    font-size: 11px;
    color: var(--detail-muted);
  }

  .detail-route-bar {
    margin-bottom: 16px;
    align-items: center;
  }

  .detail-route-copy {
    gap: 10px;
  }

  .detail-back-link {
    display: none;
  }

  .overview-airport,
  .overview-airport.arrival {
    text-align: left;
  }

  .overview-route {
    text-align: left;
  }

  .overview-line {
    gap: 10px;
  }

  .overview-airport strong {
    font-size: 20px;
  }

  .info-grid,
  .detail-sidebar {
    grid-template-columns: 1fr;
  }

  .fare-summary-card,
  .promo-card {
    grid-column: auto;
  }

  .meal-grid,
  .baggage-config-grid {
    grid-template-columns: 1fr;
  }

  .meal-addon-screen .addon-copy-block {
    padding: 18px 18px 14px;
  }

  .meal-addon-screen .meal-filters {
    gap: 8px;
    padding: 0 14px 16px;
  }

  .meal-addon-screen .meal-filter {
    font-size: 10px;
  }

  .meal-addon-screen .meal-grid {
    gap: 10px;
  }

  .baggage-addon-screen .baggage-copy-block {
    padding: 16px 18px;
  }

  .baggage-addon-screen .baggage-passengers,
  .baggage-addon-screen .baggage-config-grid,
  .baggage-addon-screen .baggage-summary-box {
    padding: 18px;
  }

  .baggage-addon-screen .baggage-config-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .baggage-addon-screen .baggage-summary-box {
    margin: 6px 18px 0;
  }

  .baggage-addon-screen .addon-footer {
    margin-top: 14px;
    padding: 16px 18px;
  }

  .addons-tabs {
    min-height: 52px;
    padding: 0 14px;
  }

  .addons-tab {
    min-height: 52px;
    font-size: 12px;
  }

  .addons-tab-badge {
    left: 12px;
    bottom: 1px;
    font-size: 8px;
  }

  .addon-copy-block {
    padding: 16px 18px 14px;
  }

  .seat-passenger-panel {
    min-height: auto;
    padding: 18px;
    border-right: 0;
    border-bottom: 1px solid #eef2f7;
  }

  .trip-detail-box {
    margin-top: 18px;
  }

  .seat-map-panel {
    padding: 18px;
  }

  .seat-map-top {
    margin-bottom: 18px;
  }

  .addon-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .addon-footer-actions {
    width: 100%;
    justify-content: flex-end;
  }

  .fare-rules-dialog {
    width: min(100% - 24px, 920px);
    max-height: min(94vh, 820px);
    margin: 12px auto;
  }

  .fare-rules-sheet-body {
    max-height: calc(min(94vh, 820px) - 176px);
    padding: 22px 20px 28px;
  }

  .fare-rules-tabs {
    width: 100%;
  }

  .fare-rules-tab {
    min-width: 0;
    flex: 1 1 0;
  }

  .fare-rules-protection {
    padding: 18px 20px;
    align-items: flex-start;
  }

  .fare-rules-add-btn {
    align-self: flex-end;
  }
}

@media (max-width: 720px) {
  .detail-shell {
    width: min(100% - 16px, 100%);
    margin: 0px 10px;
  }

  .flight-overview-card {
    grid-template-columns: 1fr;
    padding: 18px 18px 20px;
  }

  .flight-status-chips {
    justify-content: flex-start;
  }

  .flight-timeline-overview {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .detail-route-bar {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .detail-route-meta {
    gap: 10px 16px;
  }

  .detail-route-meta strong {
    width: 100%;
    font-size: 17px;
  }

  .detail-modify-btn {
    width: 100%;
  }

  .itinerary-item {
    grid-template-columns: 28px 1fr;
  }

  .itinerary-meta {
    grid-column: 2;
    text-align: left;
  }

  .layover-time {
    grid-column: 2;
  }

  .form-grid-three,
  .passenger-basic-grid,
  .foreigner-grid,
  .gst-grid,
  .form-grid-two,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .field-gender {
    max-width: none;
  }

  .form-card-header {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 12px 14px;
  }

  .passenger-header-actions {
    width: 100%;
    gap: 18px;
  }

  .traveller-lookup-strip,
  .passenger-upload-panel {
    grid-template-columns: 1fr;
  }

  .upload-passenger-trigger {
    min-width: 0;
  }

  .passenger-upload-panel {
    padding: 18px 14px;
  }

  .passenger-upload-drop {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 18px;
    font-size: 16px;
    text-align: center;
  }

  .passenger-upload-drop svg {
    width: 22px;
    height: 22px;
  }

  .passenger-upload-send {
    font-size: 16px;
  }

  .passenger-sample-link {
    font-size: 15px;
    margin-left: 0;
  }

  .accordion-title {
    align-items: start;
  }

  .accordion-title span {
    display: block;
  }

  .bottom-continue-btn {
    width: 100%;
  }

  .fare-total {
    align-items: start;
    flex-direction: column;
  }

  .fare-total > strong {
    font-size: 28px;
  }

  .addons-tabs {
    min-height: 48px;
    padding: 0 10px;
    gap: 6px;
    flex-wrap: nowrap;
    overflow-x: auto;
  }

  .addons-tab {
    flex: 0 0 auto;
    min-height: 48px;
    padding: 0 10px;
    justify-content: center;
    font-size: 11px;
  }

  .addons-tab-badge {
    left: 10px;
  }

  .addon-copy-block {
    padding: 20px 10px;
  }
  .baggage-passengers,
  .baggage-config-grid,
  .baggage-summary-box,
  .seat-layout,
  .meal-filters,
  .meal-grid {
    padding-left: 0;
    padding-right: 0;
  }

  .seat-passenger-panel {
    padding: 14px;
  }

  .seat-map-top {
    align-items: flex-start;
    flex-direction: column;
  }

  .seat-legend {
    gap: 10px;
  }

  .aircraft-head {
    height: 46px;
  }

  .seat-group {
    gap: 5px;
  }

  .seat-axis-row {
    grid-template-columns: 1fr 22px 1fr;
    gap: 8px;
    margin-bottom: 14px;
  }

  .seat-axis-group {
    gap: 9px;
    font-size: 9px;
  }

  .row-no {
    width: 22px;
    font-size: 9px;
  }

  .meal-card {
    grid-template-columns: 30px minmax(0, 1fr);
  }

  .meal-addon-screen .meal-card {
    min-height: auto;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 12px;
    padding: 14px 12px;
  }

  .meal-addon-screen .meal-card.is-featured {
    padding: 13px 11px;
  }

  .meal-addon-screen .meal-thumb {
    width: 32px;
    height: 58px;
  }

  .meal-addon-screen .meal-copy strong {
    font-size: 14px;
  }

  .meal-addon-screen .meal-copy span {
    font-size: 10px;
  }

  .meal-addon-screen .meal-copy b {
    margin-top: 14px;
    font-size: 15px;
  }

  .meal-add-btn,
  .meal-stepper {
    grid-column: 2;
    justify-self: start;
    margin-top: 6px;
  }

  .meal-addon-screen .meal-stepper {
    gap: 10px;
  }

  .meal-addon-screen .meal-stepper button {
    width: 22px;
    height: 22px;
  }

  .meal-addon-screen .addon-secondary-btn {
    min-width: 112px;
    margin: 16px auto 12px;
  }

  .baggage-topline {
    align-items: flex-start;
    flex-direction: column;
  }

  .baggage-options-grid {
    grid-template-columns: 1fr 1fr;
  }

  .baggage-addon-screen .baggage-passengers,
  .baggage-addon-screen .baggage-config-grid,
  .baggage-addon-screen .baggage-summary-box {
    padding-left: 0;
    padding-right: 0;
  }

  .baggage-addon-screen .baggage-copy-block {
    padding: 16px 10px;
  }

  .baggage-addon-screen .baggage-passenger-card {
    min-height: 60px;
    padding: 12px 14px;
  }

  .baggage-addon-screen .baggage-avatar {
    width: 30px;
    height: 30px;
    font-size: 12px;
  }

  .baggage-addon-screen .baggage-passenger-copy strong {
    font-size: 12px;
  }

  .baggage-addon-screen .baggage-passenger-copy span {
    font-size: 10px;
  }

  .baggage-addon-screen .baggage-options-grid {
    gap: 10px;
  }

  .baggage-addon-screen .baggage-option strong {
    font-size: 14px;
  }

  .baggage-addon-screen .baggage-option span {
    font-size: 11px;
  }

  .baggage-addon-screen .baggage-summary-box {
    margin: 6px 0 0;
  }

  .baggage-addon-screen .baggage-summary-row,
  .baggage-addon-screen .baggage-summary-total {
    font-size: 13px;
  }

  .baggage-addon-screen .baggage-summary-total strong {
    font-size: 18px;
  }

  .baggage-addon-screen .addon-footer-actions {
    gap: 12px 18px;
  }

  .baggage-addon-screen .addon-primary-btn {
    min-width: 144px;
    height: 38px;
    font-size: 13px;
  }

  .baggage-summary-total {
    align-items: flex-start;
    flex-direction: column;
  }

  .addon-footer-actions {
    flex-wrap: wrap;
    gap: 12px 18px;
  }

  .addon-primary-btn,
  .addon-secondary-btn {
    min-width: 132px;
    height: 38px;
    font-size: 13px;
  }

  .meal-addon-screen .addon-footer-actions {
    gap: 12px 18px;
  }

  .meal-addon-screen .addon-primary-btn {
    min-width: 122px;
  }

  .fare-rules-backdrop {
    background: rgba(16, 27, 49, 0.34);
  }

  .fare-rules-dialog {
    width: 100%;
    max-height: 86vh;
    margin: auto 0 0;
    border-radius: 22px 22px 0 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    animation: fareRulesSheetUp 0.24s ease;
  }

  .fare-rules-sheet-head {
    min-height: 76px;
    padding: 0 18px;
  }

  .fare-rules-sheet-head h2 {
    font-size: 22px;
  }

  .fare-rules-sheet-body {
    max-height: calc(86vh - 148px);
    padding: 18px 16px 22px;
  }

  .fare-rules-tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .fare-rules-tab {
    min-width: 0;
    height: 36px;
    padding: 0 10px;
    font-size: 12px;
  }

  .fare-route-card {
    min-height: 92px;
    padding: 0 16px;
    gap: 16px;
  }

  .fare-route-logo {
    width: 44px;
    height: 44px;
  }

  .fare-route-copy strong {
    font-size: 18px;
  }

  .fare-rules-table-head,
  .fare-rules-table-row {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .fare-rules-table-head {
    padding: 12px 16px;
  }

  .fare-rules-table-row {
    padding: 12px 16px;
  }

  .fare-rules-protection-copy strong {
    font-size: 22px;
  }

  .fare-rules-sheet-footer {
    min-height: 72px;
    padding: 0 16px;
  }

  .fare-rules-done-btn {
    width: 100%;
  }

  .seat-unavailable-modal.is-open {
    display: flex;
    align-items: flex-end;
  }

  .seat-unavailable-dialog {
    width: 100%;
    max-height: 86vh;
    margin: auto 0 0;
    padding: 34px 18px calc(24px + env(safe-area-inset-bottom));
    border-radius: 22px 22px 0 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    animation: fareRulesSheetUp 0.24s ease;
  }
  .seat-alert-plans,
  .seat-alert-actions {
    grid-template-columns: 1fr;
  }

  .seat-upgrade-row {
    align-items: flex-start;
    flex-direction: column;
    padding: 18px;
  }

  .seat-upgrade-row b {
    text-align: left;
  }

  .airline-format-modal {
    align-items: flex-end;
    padding: 0;
  }

  .airline-format-dialog {
    width: 100%;
    max-height: 86vh;
    padding: 26px 16px calc(18px + env(safe-area-inset-bottom));
    border-width: 2px 0 0;
    border-radius: 22px 22px 0 0;
    overflow-y: auto;
    animation: fareRulesSheetUp 0.24s ease;
  }

  .airline-format-head {
    margin-bottom: 16px;
  }

  .airline-format-head h2 {
    padding-right: 8px;
    font-size: 16px;
  }

  .airline-format-close {
    position: sticky;
    top: 0;
  }

  .airline-format-table-wrap {
    margin: 0;
  }

  .airline-format-note {
    font-size: 12px;
  }

  .payment-result-modal {
    align-items: flex-end;
    padding: 0;
  }

  .payment-result-dialog {
    width: 100%;
    max-height: min(92vh, 780px);
    border-radius: 24px 24px 0 0;
    transform: translateY(105%);
  }

  .payment-result-modal.is-open .payment-result-dialog {
    transform: translateY(0);
  }

  .payment-result-failed {
    padding: 27px 18px calc(22px + env(safe-area-inset-bottom));
  }

  .payment-result-actions {
    gap: 12px;
  }

  .traveller-results-dropdown {
    left: 14px;
    right: 14px;
    top: calc(100% + 6px);
    max-height: 330px;
    padding: 8px;
  }

  .traveller-results-dropdown .traveller-result-row {
    grid-template-columns: 1.08fr 1.38fr 0.9fr;
  }

  .traveller-results-dropdown .traveller-result-cell {
    padding: 12px 10px;
    font-size: 12px;
  }

  .traveller-results-dropdown .traveller-result-cell:first-child {
    white-space: nowrap;
  }
}

@keyframes fareRulesSheetUp {
  from {
    transform: translateY(100%);
  }

  to {
    transform: translateY(0);
  }
}

@media (max-width: 850px) {
  .passport-scan-modal.is-open {
    align-items: flex-end;
  }

  .passport-scan-dialog {
    width: 100%;
    height: min(90vh, 760px);
    max-height: 90vh;
    min-height: 0;
    margin: auto 0 0;
    padding: 18px 16px calc(18px + env(safe-area-inset-bottom));
    border-radius: 22px 22px 0 0;
    grid-template-columns: 1fr;
    gap: 14px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    animation: fareRulesSheetUp 0.24s ease;
  }

  .passport-scan-drop {
    min-height: 250px;
  }

  .passport-scan-head {
    margin-bottom: 12px;
  }

  .passport-scan-head h2 {
    margin-top: 0;
    font-size: 18px;
  }

  .passport-scan-close {
    position: absolute;
    top: 24px;
    right: 24px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    color: #5f6876;
    box-shadow: 0 4px 12px rgba(16, 30, 63, 0.12);
  }

  .passport-scan-grid {
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 12px;
  }

  .passport-scan-grid .passport-field:nth-child(3),
  .passport-scan-grid .passport-field:nth-child(4),
  .passport-scan-grid .passport-field:nth-child(6),
  .passport-scan-grid .passport-field:nth-child(7),
  .passport-country-field,
  .passport-issuing-field {
    grid-column: 1 / -1;
  }

  .passport-save-btn {
    width: 100%;
    grid-column: 1 / -1;
  }
}
