.booking-detail-page {
  min-width: 0;
}

.booking-detail-content {
  padding-top: 20px;
}

.booking-detail-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px clamp(1.25rem, 0.2778rem + 3.1111vw, 3rem);
  border: 1px solid #ebf0f6;
  border-radius: 0;
  background: #ffffff;
}

.booking-detail-title-wrap {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.perbooking-content {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 8px;
}

.perbooking-content {
  color: #004aca;
}

.booking-detail-back,
.booking-detail-icon-btn {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 10px;
  color: #171c24;
  background: transparent;
  flex-shrink: 0;
  padding: 0;
}

.booking-detail-topbar h2 {
  margin: 0;
  font-size: clamp(1rem, 0.8611rem + 0.4444vw, 1.25rem);
  font-weight: 600;
  color: #0f172a;
}

.booking-detail-topbar p {
  margin: 4px 0 0;
  font-size: 10px;
  color: #737685;
}

.booking-detail-top-actions {
  display: flex;
  align-items: center;
  gap: clamp(0.625rem, 0.4861rem + 0.4444vw, 0.875rem);
}

.booking-detail-edit-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(180deg, #1854cb 0%, #0f4ac2 100%);
  box-shadow: 0 12px 24px rgba(24, 84, 203, 0.22);
  font-size: 12px;
  font-weight: 700;
}

.booking-detail-edit-btn svg,
.booking-detail-icon-btn svg {
  width: 16px;
  height: 16px;
}

.booking-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.82fr) 224px;
  gap: 18px;
  margin-top: 32px;
}

.booking-detail-main,
.booking-detail-sidebar {
  min-width: 0;
}

.booking-detail-summary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  padding: 16px 18px;
  border: 1px solid #ebf0f6;
  border-radius: 12px;
  background: #ffffff;
}

.booking-detail-summary-card {
  padding: 4px 20px 4px 0;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
}

.booking-detail-summary-card + .booking-detail-summary-card {
  border-left: 1px solid #edf1f6;
  padding-left: 20px;
}

.booking-detail-summary-card span {
  display: block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #7a8598;
}

.booking-detail-summary-card strong {
  display: block;
  margin-top: 7px;
  font-size: clamp(1rem, 0.8611rem + 0.4444vw, 1.25rem);
  color: #181c1e;
}

.booking-detail-inline-icon {
  display: inline-flex !important;
  align-items: center;
  gap: 7px;
}

.booking-detail-inline-icon svg {
  width: 16px;
  height: 16px;
  color: #1854cb;
}

.booking-detail-total-card {
  text-align: right;
  align-items: end;
}

.booking-detail-total-card strong {
  font-size: 19px;
  color: #1854cb;
}

.booking-detail-total-card b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 21px;
  margin-top: 8px;
  padding: 0 12px;
  border-radius: 999px;
  background: #edf4ff;
  color: #1854cb;
  font-size: 10px;
  text-transform: uppercase;
}

.booking-detail-panel,
.booking-detail-side-card {
  border: 1px solid #ebf0f6;
  border-radius: 12px;
  background: #ffffff;
}

.booking-detail-panel {
  margin-top: 18px;
  padding: 18px 20px;
}

.booking-detail-section-head,
.booking-detail-side-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.booking-detail-section-head h3,
.booking-detail-side-head h3 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  color: #151a21;
}

.booking-detail-section-head svg,
.booking-detail-side-head svg {
  width: 16px;
  height: 16px;
  color: #1854cb;
}

.booking-detail-section-head span {
  font-size: 10px;
  color: #778194;
}

.booking-flight-card {
  margin-top: 14px;
  border-top: 1px solid #edf1f6;
  padding-top: 18px;
}

.booking-flight-brand-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.booking-flight-brand {
  display: flex;
  align-items: center;
  gap: 10px;
}

.booking-flight-logo {
  width: 30px;
  height: 30px;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    linear-gradient(180deg, rgba(29, 41, 76, 0.15), rgba(29, 41, 76, 0.35)),
    linear-gradient(135deg, #d6d8dd 0%, #838892 55%, #4b5565 100%);
}

.booking-flight-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.booking-flight-brand strong {
  display: block;
  font-size: 16px;
}

.booking-flight-brand small,
.booking-flight-class {
  font-size: 11px;
  color: #687385;
}

.booking-flight-class {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  border-radius: 4px;
  background: #ebeef0;
  color: #181c1e;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 9px;
}

.booking-flight-timeline {
  display: grid;
  grid-template-columns:
    1fr clamp(4.375rem, -0.8333rem + 16.6667vw, 13.75rem)
    1fr;
  align-items: center;
  gap: clamp(0.625rem, 0.4167rem + 0.6667vw, 1rem);
  margin-top: 32px;
}

.booking-flight-timeline strong {
  display: block;
  font-size: 21px;
  line-height: 1;
  color: #1d2430;
}

.booking-flight-timeline b {
  display: block;
  margin-top: 6px;
  font-size: 14px;
}

.booking-flight-timeline small {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  color: #7a8496;
}

.booking-flight-arrive {
  text-align: right;
}

.booking-flight-duration {
  display: flex;
  align-items: center;
  gap: 12px;
}

.booking-flight-duration span {
  flex: 1;
  height: 1px;
  background: #e7ebf2;
}

.booking-flight-duration small {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  font-size: 11px;
  color: #6f7890;
  white-space: nowrap;
}

.booking-flight-duration svg {
  width: 14px;
  height: 14px;
}

.booking-flight-services {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 32px;
  padding-top: 18px;
  border-top: 1px solid #edf1f6;
}

.booking-flight-services span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #667084;
}

.booking-flight-services span svg {
  width: 13px;
  height: 13px;
}

.booking-flight-services strong {
  display: block;
  margin-top: 6px;
  font-size: 12px;
}

.booking-detail-table-wrap {
  margin-top: 12px;
  overflow-x: auto;
}

.booking-detail-passenger-table {
  width: 100%;
  min-width: 660px;
  border-collapse: collapse;
}

.booking-detail-passenger-table th,
.booking-detail-passenger-table td {
  border-bottom: 1px solid #edf1f6;
  padding: 14px 12px;
  text-align: left;
  vertical-align: middle;
}

.booking-detail-passenger-table th {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #768195;
  background: #fbfcfe;
}

.booking-detail-passenger-table td {
  font-size: 12px;
  color: #1f2430;
}

.booking-detail-passenger-name strong,
.booking-detail-passenger-seat strong {
  display: block;
  font-size: 12px;
}

.booking-detail-passenger-name small,
.booking-detail-passenger-seat small {
  display: block;
  margin-top: 3px;
  font-size: 10px;
  color: #7a8496;
}

.booking-detail-status {
  display: inline-flex;
  align-items: center;
  min-height: 18px;
  padding: 0 8px;
  border-radius: 999px;
  background: #edf4ff;
  color: #1854cb;
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
}

.booking-detail-bottom-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.booking-payment-list {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.booking-payment-list div,
.booking-payment-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.booking-payment-list span {
  font-size: 12px;
  color: #707b8e;
}

.booking-payment-list strong {
  font-size: 12px;
}

.booking-payment-total {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid #edf1f6;
}

.booking-payment-total span {
  font-size: 14px;
  font-weight: 700;
}

.booking-payment-total strong {
  font-size: 17px;
  color: #1854cb;
}

.booking-payment-method {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 16px;
  padding: 14px 16px;
  border-radius: 8px;
  background: #f5f8fd;
}

.booking-payment-method span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 10px;
  font-weight: 700;
  color: #738095;
  text-transform: uppercase;
}

.booking-payment-method span svg {
  width: 14px;
  height: 14px;
}

.booking-payment-method strong {
  display: block;
  margin-top: 5px;
  font-size: 12px;
}

.booking-payment-method b {
  display: inline-flex;
  align-items: center;
  min-height: 18px;
  padding: 0 8px;
  border-radius: 999px;
  background: #dbeafe;
  color: #1854cb;
  font-size: 9px;
  text-transform: uppercase;
}

.booking-detail-timeline {
  position: relative;
  display: grid;
  gap: 20px;
  margin-top: 18px;
}

.booking-detail-timeline::before {
  content: "";
  position: absolute;
  top: 6px;
  bottom: 8px;
  left: 4px;
  width: 1px;
  background: #d8e1f0;
}

.booking-detail-timeline-item {
  position: relative;
  padding-left: 20px;
}

.booking-detail-timeline-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #1854cb;
}

.booking-detail-timeline-item span {
  display: block;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #758093;
}

.booking-detail-timeline-item strong {
  display: block;
  margin-top: 4px;
  font-size: 12px;
}

.booking-detail-timeline-item small {
  display: block;
  margin-top: 3px;
  font-size: 10px;
  color: #7e8797;
}

.booking-detail-modification {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.booking-detail-modification-copy {
  display: flex;
  align-items: center;
  gap: 14px;
}

.booking-detail-modification-copy > span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: #f5f8fd;
  color: #1854cb;
}

.booking-detail-modification-copy svg {
  width: 16px;
  height: 16px;
}

.booking-detail-modification strong {
  display: block;
  font-size: 14px;
}

.booking-detail-modification p {
  margin: 4px 0 0;
  font-size: 11px;
  color: #7a8496;
}

.booking-detail-modification button {
  color: #1854cb;
  background: transparent;
  font-size: 12px;
  font-weight: 700;
}

.booking-detail-sidebar {
  display: grid;
  align-content: start;
  gap: 18px;
}

.booking-detail-side-card {
  padding: 16px;
}

.booking-detail-profile-card {
  text-align: center;
}

.booking-detail-initials {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  border-radius: 10px;
  color: #1854cb;
  background: #dbeafe;
  font-size: 22px;
  font-weight: 700;
}

.booking-detail-profile-card strong {
  display: block;
  margin-top: 12px;
  font-size: 15px;
}

.booking-detail-profile-card p {
  margin: 4px 0 0;
  font-size: 12px;
  color: #788294;
}

.booking-detail-contact-list {
  display: grid;
  gap: 12px;
  padding-top: 18px;
  margin-top: 16px;
  text-align: left;
  border-top: 1px solid #c3c6d633;
}

.booking-detail-contact-list div {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  color: #303846;
}

.booking-detail-contact-list svg {
  width: 14px;
  height: 14px;
  color: #69778d;
}

.booking-detail-contact-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 18px;
}

.booking-detail-contact-actions button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 8px 0;
  border-radius: 8px;
  color: #181c1e;
  background: #f1f4f6;
  font-size: 12px;
  font-weight: 600;
}

.booking-detail-contact-actions svg {
  width: 13px;
  height: 13px;
}

.booking-document-list {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.booking-document-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 12px;
  border: 1px solid #edf1f6;
  border-radius: 8px;
}

.booking-document-item div {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.booking-document-item svg {
  width: 16px;
  height: 16px;
}

.booking-document-item strong {
  display: block;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.booking-document-item button {
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  color: #687385;
  background: transparent;
  flex-shrink: 0;
}

.booking-detail-quick-card {
  background: #285d931a;
  border-color: #00457a33;
}

.booking-detail-quick-card .booking-detail-side-head h3 {
  color: #1854cb;
}

.booking-quick-actions {
  display: grid;
  gap: 8px;
  margin-top: 16px;
}

.booking-quick-actions button {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 8px;
  background: #ffffff;
  color: #1f2430;
  text-align: left;
  font-size: 12px;
  font-weight: 600;
}

.booking-quick-actions svg {
  width: 13px;
  height: 13px;
  color: #1854cb;
}

.booking-quick-actions b {
  color: #7b8496;
  font-weight: 700;
}

.booking-detail-support-card {
  padding: 18px 16px 14px;
  border-radius: 10px;
  color: #ffffff;
  background: linear-gradient(180deg, #173b64 0%, #173b64 100%);
}

.booking-detail-support-card h3 {
  margin: 0;
  font-size: 16px;
}

.booking-detail-support-card p {
  margin: 10px 0 0;
  font-size: 12px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.76);
}

.booking-detail-support-card button {
  width: 100%;
  min-height: 34px;
  margin-top: 18px;
  border-radius: 8px;
  color: #173b64;
  background: #ffffff;
  font-size: 12px;
  font-weight: 700;
}

.booking-detail-fab {
  position: fixed;
  right: 32px;
  bottom: 22px;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  color: #ffffff;
  background: linear-gradient(180deg, #1854cb 0%, #0f4ac2 100%);
  box-shadow: 0 18px 34px rgba(24, 84, 203, 0.24);
}

.booking-detail-fab svg {
  width: 17px;
  height: 17px;
}

body.reissue-modal-open {
  overflow: hidden;
}

body.webcheck-modal-open {
  overflow: hidden;
}

body.booking-flow-open {
  overflow: hidden;
}

.booking-flow-modal {
  position: fixed;
  inset: 0;
  z-index: 1220;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.22s ease;
}

.booking-flow-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.booking-flow-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(14, 14, 18, 0.88);
}

.booking-flow-dialog {
  position: relative;
  max-height: calc(100dvh - 16px);
  overflow: hidden;
  border-radius: 4px;
  background: #ffffff;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.34);
  transform: translateY(12px) scale(0.98);
  transition: transform 0.22s ease;
}

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

.booking-flow-close {
  border: 0;
  background: transparent;
  color: #111827;
  display: grid;
  place-items: center;
  padding: 0;
}

.booking-flow-close svg {
  width: 18px;
  height: 18px;
}

.next-action-dialog {
  width: min(calc(100vw - 16px), 610px);
}

.next-action-dialog > .booking-flow-close {
  position: absolute;
  top: 28px;
  right: 28px;
  width: 18px;
  height: 18px;
}

.next-action-head {
  padding: 67px 28px 19px;
  border-bottom: 1px solid #f0f2f5;
}

.next-action-head h2 {
  margin: 0;
  color: #171c23;
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.next-action-head p {
  width: min(100%, 480px);
  margin: 9px 0 0;
  color: #424a57;
  font-size: 14px;
  line-height: 1.55;
}

.next-action-options {
  padding: 27px 28px 26px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.next-action-card {
  position: relative;
  min-height: 196px;
  padding: 23px 23px 20px;
  border: 1px solid transparent;
  border-radius: 5px;
  background: #f1f3f5;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.next-action-card.is-selected {
  border: 2px solid #004aca;
  background: #f4f8ff;
  padding: 22px 22px 19px;
}

.next-action-card > svg {
  width: 32px;
  height: 32px;
  padding: 8px;
  border-radius: 3px;
  background: #004aca;
  color: #ffffff;
}

.next-action-card:not(.is-selected) > svg {
  background: #f5dada;
  color: #c51d24;
}

.next-action-card strong {
  margin-top: 20px;
  color: #151a22;
  font-size: 16px;
  line-height: 1.1;
  font-weight: 700;
}

.next-action-card span {
  width: 140px;
  margin-top: 8px;
  color: #434654;
  font-size: 14px;
  line-height: 1.55;
}

.next-action-card small {
  margin-top: 4px;
  color: #004aca;
  display: none;
  align-items: center;
  gap: 3px;
  font-size: 10px;
  font-weight: 700;
}

.next-action-card small svg {
  width: 10px;
  height: 10px;
}

.next-action-card.is-selected small {
  display: inline-flex;
}

.next-action-card b {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: transparent;
}

.next-action-card.is-selected b {
  background: #004aca;
}

.next-action-foot {
  min-height: 74px;
  padding: 0 27px;
  background: #eef1f4;
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 27px;
}

.next-action-foot span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #323946;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.next-action-foot span svg {
  width: 10px;
  height: 10px;
}

.next-action-back {
  border: 0;
  background: transparent;
  color: #2d3440;
  font: inherit;
  font-size: 11px;
  font-weight: 700;
}

.next-action-continue {
  min-width: 130px;
  padding: 10px;
  border: 0;
  border-radius: 999px;
  background: #004aca;
  color: #ffffff;
  font: inherit;
  font-size: 16px;
  font-weight: 700;
  box-shadow: 0 8px 18px rgba(0, 82, 222, 0.28);
}

.refund-dialog {
  width: min(calc(100vw - 8px), 520px);
  border-radius: 6px;
  display: flex;
  flex-direction: column;
}

.refund-head {
  min-height: 73px;
  padding: 24px;
  border-bottom: 1px solid #eef1f4;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  flex-shrink: 0;
}

.refund-head h2 {
  margin: 0;
  color: #004aca;
  font-size: 22px;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.refund-head p {
  margin: 5px 0 0;
  color: #434654;
  font-size: 14px;
}

.refund-head .booking-flow-close {
  width: 24px;
  height: 24px;
}

.refund-body {
  padding: 24px;
  overflow-y: auto;
}

.refund-label-row {
  margin-bottom: 11px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.refund-label-row span,
.refund-grid h3,
.refund-field > span,
.refund-breakdown h3 {
  color: #3d4653;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.refund-label-row strong {
  min-height: 18px;
  padding: 4px 12px;
  border-radius: 999px;
  background: #f5f4fd;
  color: #004aca;
  display: inline-flex;
  align-items: center;
  font-size: 12px;
}

.refund-passengers {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.refund-passengers article {
  min-height: 68px;
  padding: 16px;
  border: 2px solid transparent;
  border-radius: 12px;
  background: #f7fafc;
  display: grid;
  grid-template-columns: 16px 1fr 15px;
  gap: 8px;
  align-items: start;
  cursor: pointer;
}

.refund-passengers article.is-selected {
  border-color: #004aca;
}

.refund-passengers article > svg {
  width: 16px;
  height: 16px;
  color: #004aca;
}

.refund-passengers b {
  display: block;
  color: #111820;
  font-size: 16px;
  line-height: 1.1;
}

.refund-passengers small,
.refund-passengers em {
  display: flex;
  align-items: center;
  gap: 3px;
  margin-top: 6px;
  color: #434654;
  font-size: 12px;
  font-style: normal;
}

.refund-passengers em {
  margin-top: 2px;
  color: #004aca;
}

.refund-passengers small svg,
.refund-passengers em svg {
  width: 8px;
  height: 8px;
}

.refund-passengers article > span {
  width: 15px;
  height: 15px;
  border-radius: 1px;
  border: 1px solid #c8d0dc;
  background: #ffffff;
  color: #ffffff;
  display: grid;
  place-items: center;
}

.refund-passengers article:not(.is-selected) > span svg {
  opacity: 0;
}

.refund-passengers article.is-selected > span {
  border-color: #004aca;
  background: #004aca;
}

.refund-passengers article > span svg {
  width: 11px;
  height: 11px;
  stroke-width: 4;
}

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

.refund-grid h3 {
  margin: 0 0 16px;
}

.refund-radio {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 38px;
  color: #181c1e;
  font-size: 14px;
  cursor: pointer;
}

.refund-radio i {
  width: 12px;
  height: 12px;
  border: 1px solid #c8d0dc;
  border-radius: 50%;
  display: inline-block;
}

.refund-radio.is-selected i {
  border: 4px solid #004aca;
}

.refund-radio small {
  color: #4b5563;
  font-size: 11px;
}

.refund-field {
  position: relative;
  display: grid;
  gap: 9px;
}

.refund-field + .refund-field {
  margin-top: 14px;
}

.refund-field button {
  width: 100%;
  height: 33px;
  border: 0;
  border-radius: 6px;
  background: #f0f3f6;
  color: #111827;
  padding: 0 11px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font: inherit;
  font-size: 12px;
}

.refund-field button svg {
  width: 13px;
  height: 13px;
  color: #6b7280;
}

.refund-field-menu {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  z-index: 5;
  display: none;
  padding: 6px;
  border: 1px solid #d8dee8;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.14);
}

.refund-field.is-open .refund-field-menu {
  display: grid;
  gap: 4px;
}

.refund-field-menu button {
  justify-content: flex-start;
  height: 32px;
  background: transparent;
}

.refund-field-menu button:hover {
  background: #f0f3f6;
}

.refund-help {
  min-height: 27px;
  margin: 7px 0 12px;
  padding: 4px 10px;
  border-radius: 6px;
  background: #eef8ff;
  color: #587082;
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 10px;
}

.refund-help svg {
  width: 12px;
  height: 12px;
}

.refund-breakdown {
  margin-top: 22px;
  padding: 18px 16px 14px;
  border-radius: 7px;
  background: #f0f3f6;
}

.refund-breakdown h3 {
  margin: 0 0 17px;
}

.refund-breakdown div,
.refund-breakdown footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.refund-breakdown div {
  margin-top: 12px;
  color: #424b59;
  font-size: 14px;
}

.refund-breakdown div strong {
  color: #111827;
  font-weight: 500;
}

.refund-breakdown div em {
  color: #e00014;
  font-style: normal;
}

.refund-breakdown footer {
  margin-top: 12px;
  padding-top: 10px;
  border-top: 1px solid #dde3ea;
}

.refund-breakdown footer span {
  color: #3d4653;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.refund-breakdown footer small {
  display: block;
  margin-top: 3px;
  color: #5c6674;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

.refund-breakdown footer b {
  color: #004aca;
  font-size: 25px;
  line-height: 1;
  font-weight: 700;
}

.refund-bottom-grid {
  margin-top: 29px;
}

.refund-terms,
.refund-danger {
  margin: 0;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 12px;
  line-height: 1.45;
}

.refund-terms {
  color: #424b59;
}

.refund-terms svg {
  width: 12px;
  height: 12px;
  flex-shrink: 0;
}

.refund-danger {
  min-height: 29px;
  margin-top: 14px;
  padding: 9px 10px;
  border-radius: 5px;
  background: #fff0f0;
  color: #c30012;
  align-items: center;
  font-weight: 700;
}

.refund-danger svg {
  width: 12px;
  height: 12px;
  flex-shrink: 0;
}

.refund-confirm {
  min-height: 47px;
  margin-top: 18px;
  padding: 10px;
  border-radius: 6px;
  background: #f2f5f8;
  display: grid;
  grid-template-columns: 14px 1fr;
  gap: 10px;
  align-items: start;
  color: #004aca;
  font-size: 12px;
  line-height: 1.35;
  cursor: pointer;
}

.refund-confirm span {
  width: 14px;
  height: 14px;
  border: 1px solid #b6c0cc;
  border-radius: 2px;
  background: #ffffff;
  position: relative;
}

.refund-confirm.is-checked span {
  border-color: #004aca;
  background: #004aca;
}

.refund-confirm.is-checked span::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 1px;
  width: 5px;
  height: 8px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(45deg);
}

.refund-confirm b {
  font-weight: 600;
}

.refund-foot {
  min-height: 65px;
  padding: 13px 22px;
  background: #f2f5f8;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-shrink: 0;
}

.refund-back {
  border: 0;
  background: transparent;
  color: #3b4350;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
}

.refund-primary {
  min-width: 126px;
  padding: 12px 32px;
  border: 0;
  border-radius: 999px;
  background: #004aca;
  color: #ffffff;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 8px 18px rgba(0, 82, 222, 0.28);
}

.refund-success-dialog {
  width: min(calc(100vw - 8px), 355px);
  padding: 31px 26px 25px;
  border-radius: 6px;
  text-align: center;
}

.refund-success-dialog > .booking-flow-close {
  position: absolute;
  top: 20px;
  right: 18px;
  width: 18px;
  height: 18px;
}

.refund-illustration {
  position: relative;
  width: 200px;
  height: 174px;
  margin: 0 auto 12px;
}

.refund-illustration img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.refund-success-dialog h2 {
  margin: 0;
  color: #111820;
  font-size: 18px;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.refund-success-dialog > p {
  margin: 10px 0 0;
  color: #4b5563;
  font-size: 12px;
}

.refund-success-details {
  margin-top: 18px;
  padding: 18px 16px;
  border-radius: 6px;
  background: #f0f3f6;
  display: grid;
  gap: 17px;
  text-align: left;
}

.refund-success-details div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: start;
}

.refund-success-details span {
  color: #6a7280;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.refund-success-details strong,
.refund-success-details b {
  color: #111827;
  font-size: 12px;
  text-align: right;
}

.refund-success-details b {
  color: #004aca;
}

.refund-success-details small {
  display: block;
  margin-top: 2px;
  color: #4b5563;
  font-size: 8px;
  font-weight: 400;
}

.refund-success-note {
  min-height: 54px;
  margin-top: 17px;
  padding: 13px 11px;
  border: 1px solid #d4e4ff;
  border-radius: 4px;
  background: #eef5ff;
  color: #0052a9;
  display: flex;
  align-items: center;
  gap: 10px;
  text-align: left;
  font-size: 10px;
  line-height: 1.35;
}

.refund-success-note svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}

.refund-success-foot {
  margin-top: 22px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.refund-success-foot a,
.refund-success-foot button {
  height: 35px;
  border-radius: 999px;
  font: inherit;
  font-size: 11px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.refund-success-foot a {
  border: 1px solid #d9e0ea;
  color: #004aca;
}

.refund-success-foot button {
  border: 0;
  background: #004aca;
  color: #ffffff;
  box-shadow: 0 8px 18px rgba(0, 82, 222, 0.28);
}

.webcheck-modal {
  position: fixed;
  inset: 0;
  z-index: 1210;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.22s ease;
}

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

.webcheck-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(14, 14, 18, 0.88);
}

.webcheck-dialog {
  position: relative;
  width: min(calc(100vw - 20px), 700px);
  max-height: calc(80dvh - 20px);
  overflow-y: auto;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.34);
}

.webcheck-close {
  position: absolute;
  top: 43px;
  right: 39px;
  z-index: 3;
  width: 26px;
  height: 26px;
  border: 0;
  padding: 0;
  background: transparent;
  color: #1f2937;
  display: grid;
  place-items: center;
}

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

.webcheck-screen {
  display: none;
  padding: 24px;
}

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

.webcheck-head h2,
.webcheck-seat-head h2 {
  margin: 0;
  color: #181c1e;
  font-size: clamp(1.25rem, 1.0625rem + 0.5vw, 1.5rem);
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.webcheck-head p,
.webcheck-seat-head p {
  margin: 12px 0 0;
  color: #434654;
  font-size: clamp(0.875rem, 0.7813rem + 0.25vw, 1rem);
  line-height: 1.2;
}

.webcheck-head span {
  display: block;
  width: 69px;
  height: 3px;
  margin-top: 17px;
  border-radius: 999px;
  background: #74aeea;
}

.webcheck-flight-card {
  margin-top: 24px;
  padding: clamp(1.25rem, 1.0625rem + 0.5vw, 1.5rem);
  border-radius: 20px;
  background: #0752d4;
  color: #ffffff;
  box-shadow: 0 10px 18px rgba(18, 43, 96, 0.2);
}

.webcheck-airline {
  display: grid;
  grid-template-columns: 55px 1fr auto;
  align-items: center;
  gap: 14px;
}

.webcheck-logo {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: 8px solid rgba(255, 255, 255, 0.24);
  background: #ffffff;
  color: #1c5ccf;
  display: grid;
  place-items: center;
  font-size: 8px;
  font-weight: 700;
}

.webcheck-airline small {
  display: block;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.webcheck-airline strong {
  display: block;
  margin-top: 5px;
  font-size: 16px;
  line-height: 1;
}

.webcheck-airline b {
  padding: 4px 12px;
  border-radius: 999px;
  background: #ffffff;
  color: #0052d8;
  display: inline-flex;
  align-items: center;
  font-size: clamp(0.75rem, 0.6563rem + 0.25vw, 0.875rem);
  text-transform: uppercase;
}

.webcheck-route {
  position: relative;
  margin-top: 24px;
  display: grid;
  grid-template-columns: 1fr 180px 1fr 180px 1fr;
  align-items: center;
  gap: 0;
}

.webcheck-route::before,
.webcheck-route::after {
  content: "";
  position: absolute;
  top: 49px;
  height: 1px;
  background: rgba(255, 255, 255, 0.28);
}

.webcheck-route::before {
  left: 12%;
  width: 28%;
}

.webcheck-route::after {
  right: 16%;
  width: 28%;
}

.webcheck-route div {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.webcheck-route div:nth-child(3) {
  text-align: center;
}

.webcheck-route div:nth-child(5) {
  text-align: right;
}

.webcheck-route strong {
  display: block;
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
}

.webcheck-route span {
  display: block;
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
}

.webcheck-route svg {
  width: 28px;
  height: 28px;
  justify-self: center;
  color: #ffffff;
  position: relative;
}

.webcheck-route svg,
.webcheck-route em {
  position: relative;
  z-index: 1;
}

.webcheck-route svg::before,
.webcheck-route em::before {
  content: "";
  display: none;
}

.webcheck-route em {
  justify-self: center;
  color: rgba(255, 255, 255, 0.34);
  font-style: normal;
  font-size: 32px;
  line-height: 1;
}

.webcheck-meta {
  margin-top: 24px;
  padding: 20px 12px;
  border-radius: 8px;
  background: rgba(0, 49, 153, 0.27);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  gap: 18px;
}

.webcheck-meta span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  white-space: nowrap;
}

.webcheck-meta svg {
  width: 18px;
  height: 18px;
}

.webcheck-field-title,
.webcheck-options label > span {
  display: block;
  color: #434654;
  font-size: 14px;
  font-weight: 600;
}

.webcheck-field-title {
  margin: 26px 0 12px 5px;
}

.webcheck-passengers {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.webcheck-passenger {
  padding: 16px;
  border: 1px solid #e3e7ee;
  border-radius: 20px;
  background: #ffffff;
  display: grid;
  grid-template-columns: 46px 1fr 29px;
  align-items: center;
  gap: 12px;
  text-align: left;
}

.webcheck-passenger.is-selected {
  border: 3px solid #004aca;
  padding: 0 16px;
  box-shadow: 0 0 0 2px rgba(0, 82, 222, 0.04);
}

.webcheck-passenger > span {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #d2e4ff;
  color: #004aca;
  display: grid;
  place-items: center;
  font-size: 14px;
  font-weight: 600;
}

.webcheck-passenger:not(.is-selected) > span {
  background: #e1e5ea;
  color: #4b5563;
}

.webcheck-passenger strong {
  display: block;
  color: #181c1e;
  font-size: 16px;
  line-height: 1.15;
}

.webcheck-passenger small {
  display: block;
  margin-top: 5px;
  color: #4b5563;
  font-size: 12px;
  font-weight: 400;
}

.webcheck-passenger > svg {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  color: #004aca;
  stroke-width: 2;
}

.webcheck-passenger:not(.is-selected) > svg {
  color: #e5e9ef;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.webcheck-options {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.webcheck-options label {
  display: grid;
  gap: 15px;
}

.webcheck-select-control,
.webcheck-meal-control {
  width: 100%;
  border: 1px solid #e3e7ee;
  border-radius: 8px;
  padding: 10px 24px;
  display: grid;
  grid-template-columns: 24px 1fr 22px;
  align-items: center;
  gap: 11px;
  text-align: left;
  font: inherit;
}

.webcheck-select-control {
  background: #ffffff;
  color: #004aca;
}

.webcheck-meal-control {
  border-color: transparent;
  background: #f0f2f5;
  color: #737b8b;
}

.webcheck-select-control b,
.webcheck-meal-control b {
  font-size: 16px;
  line-height: 1;
}

.webcheck-select-control svg,
.webcheck-meal-control svg {
  width: 22px;
  height: 22px;
}

.webcheck-select-control svg:last-child,
.webcheck-meal-control svg:last-child {
  justify-self: end;
}

.webcheck-info {
  margin-top: 24px;
  padding: 16px;
  border: 1px solid #00457a1a;
  border-radius: 20px;
  background: #d2e4ff66;
  color: #001c37;
  display: grid;
  grid-template-columns: 34px 1fr;
  align-items: center;
  gap: 16px;
}

.webcheck-info > svg {
  width: 34px;
  height: 34px;
  padding: 7px;
  border-radius: 50%;
  background: #ffffff;
  color: #004aca;
}

.webcheck-info p {
  margin: 0;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 600;
}

.webcheck-foot {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 230px 1fr;
  gap: 19px;
}

.webcheck-secondary,
.webcheck-primary {
  padding: 14px;
  border-radius: 999px;
  font: inherit;
  font-size: 16px;
  font-weight: 600;
}

.webcheck-secondary {
  border: 1px solid #c6ccda;
  background: #ffffff;
  color: #1f242d;
}

.webcheck-primary {
  border: 0;
  background: #004aca;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-shadow: 0 12px 25px rgba(0, 82, 222, 0.28);
}

.webcheck-primary svg {
  width: 25px;
  height: 25px;
}

.webcheck-seat-screen {
  padding: 34px 34px 30px;
}

.webcheck-seat-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 24px;
}

.webcheck-seat-head button {
  width: 40px;
  height: 40px;
  border: 1px solid #d8e1ee;
  border-radius: 999px;
  background: #ffffff;
  color: #004aca;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

.webcheck-seat-layout {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  gap: 22px;
  border: 1px solid #eef2f7;
  border-radius: 14px;
  overflow: hidden;
}

.webcheck-seat-passengers {
  min-height: 544px;
  padding: 22px 18px;
  background: #f7f9fc;
  border-right: 1px solid #eef2f7;
}

.webcheck-seat-passengers > span {
  display: block;
  margin-bottom: 18px;
  color: #4d5666;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.webcheck-seat-passenger {
  width: 100%;
  min-height: 64px;
  margin-bottom: 14px;
  padding: 13px;
  border: 2px solid #1a58d6;
  border-radius: 8px;
  background: #ffffff;
  display: flex;
  align-items: center;
  gap: 12px;
  text-align: left;
}

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

.webcheck-seat-passenger strong,
.webcheck-seat-passengers div strong {
  display: block;
  color: #293346;
  font-size: 13px;
}

.webcheck-seat-passenger small,
.webcheck-seat-passengers div span,
.webcheck-seat-passengers div small {
  display: block;
  margin-top: 3px;
  color: #647085;
  font-size: 11px;
  font-weight: 400;
}

.webcheck-seat-passengers div {
  margin-top: 240px;
  padding: 14px 12px;
  border: 1px solid #d4e0f2;
  border-radius: 8px;
  background: #eaf2ff;
}

.webcheck-seat-map {
  padding: 26px 24px 22px 0;
}

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

.webcheck-seat-top > strong {
  color: #202632;
  font-size: 14px;
}

.webcheck-seat-top div {
  display: flex;
  align-items: center;
  gap: 13px;
  flex-wrap: wrap;
}

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

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

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

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

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

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

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

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

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

.webcheck-seat-axis,
.webcheck-seat-row {
  display: grid;
  grid-template-columns:
    repeat(3, clamp(1.875rem, 1.4338rem + 1.4706vw, 2.375rem))
    28px repeat(3, clamp(1.875rem, 1.4338rem + 1.4706vw, 2.375rem));
  justify-content: center;
  align-items: center;
  gap: 6px;
}

.webcheck-seat-axis {
  margin-bottom: 18px;
  color: #777f8e;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
}

.webcheck-seat-row {
  margin-bottom: 14px;
}

.webcheck-seat-row b {
  color: #a6afbc;
  font-size: 10px;
  text-align: center;
}

.webcheck-seat-row button {
  position: relative;
  width: clamp(1.75rem, 1.1985rem + 1.8382vw, 2.375rem);
  height: 27px;
  border: 0;
  border-radius: 4px;
  color: #ffffff;
  font-size: 9px;
  font-weight: 700;
}

.webcheck-seat-row button::before,
.webcheck-seat-row button::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;
}

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

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

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

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

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

.webcheck-seat-row .available {
  background: #dde1e6;
}

.webcheck-seat-row .occupied {
  background: #ffc60b;
}

.webcheck-seat-row .premium {
  background: #9b34be;
}

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

.reissue-modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.22s ease;
}

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

.reissue-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(14, 14, 18, 0.88);
}

.reissue-dialog {
  position: relative;
  width: min(calc(100vw - 16px), 520px);
  max-height: calc(100dvh - 16px);
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.34);
  overflow: hidden;
  display: none;
  transform: translateY(12px) scale(0.98);
  transition: transform 0.22s ease;
}

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

.reissue-step.is-active {
  display: flex;
  flex-direction: column;
}

.reissue-head {
  min-height: 78px;
  padding: 24px;
  display: flex;
  justify-content: space-between;
  gap: 18px;
}

.reissue-dialog:not(.reissue-confirm):not(.reissue-success) .reissue-head {
  background: #f1f4f6;
}

.reissue-head h2,
.reissue-success h2 {
  margin: 0;
  color: #004aca;
  font-size: 22px;
  line-height: 1.12;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.reissue-head p {
  margin: 6px 0 0;
  color: #434654;
  font-size: 14px;
}

.reissue-head button,
.reissue-success-close {
  width: 24px;
  height: 24px;
  border: 0;
  background: transparent;
  color: #172033;
  padding: 0;
  display: grid;
  place-items: center;
}

.reissue-head svg,
.reissue-success-close svg {
  width: 18px;
  height: 18px;
}

.reissue-body {
  padding: 24px;
  overflow-y: auto;
}

.reissue-label-row {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.reissue-label-row span,
.reissue-confirm-grid h3,
.reissue-field span {
  color: #434654;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.reissue-label-row strong {
  min-height: 19px;
  padding: 4px 12px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  background: #d2e4ff;
  color: #004aca;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.reissue-passenger-list {
  display: grid;
  gap: 8px;
}

.reissue-passenger {
  min-height: 56px;
  padding: 16px;
  border: 2px solid transparent;
  border-radius: 8px;
  background: #f0f2f4;
  display: grid;
  grid-template-columns: 19px minmax(0, 1fr) 18px;
  align-items: center;
  gap: 14px;
}

.reissue-passenger.is-selected {
  border-color: #004aca;
  background: #00457a0d;
}

.reissue-passenger input {
  display: none;
}

.reissue-check {
  width: 19px;
  height: 19px;
  border: 1.5px solid #9ba5b5;
  border-radius: 2px;
  background: #ffffff;
  display: grid;
  place-items: center;
  align-items: center;
}

.reissue-check svg {
  width: 14px;
  height: 14px;
  color: #ffffff;
}

.reissue-passenger.is-selected .reissue-check {
  border-color: #004aca;
  background: #004aca;
}

.reissue-passenger b {
  display: block;
  color: #181c1e;
  font-size: 14px;
  line-height: 1.1;
}

.reissue-passenger small {
  display: block;
  margin-top: 3px;
  color: #323b4b;
  font-size: 11px;
}

.reissue-passenger > svg {
  width: 15px;
  height: 15px;
  color: #7ea3c5;
}

.reissue-info-box {
  margin-top: 25px;
  min-height: 84px;
  padding: 17px 16px;
  border: 1px solid #c8defe;
  border-radius: 5px;
  background: #f6fbff;
  display: grid;
  grid-template-columns: 17px minmax(0, 1fr);
  gap: 11px;
  align-items: center;
}

.reissue-info-box svg {
  width: 20px;
  height: 20px;
  color: #004aca;
  fill: #004aca;
  stroke: #ffffff;
}

.reissue-info-box p {
  margin: 0;
  color: #2e4154;
  font-size: 14px;
  line-height: 1.55;
}

.reissue-foot {
  min-height: 73px;
  padding: 24px;
  background: #f1f4f6;
  border-top: 1px solid #c3c6d61a;
  display: flex;
  justify-content: flex-end;
  gap: 13px;
}

.reissue-secondary,
.reissue-primary,
.reissue-link-btn,
.reissue-done {
  min-width: 126px;
  padding: 10px;
  border-radius: 999px;
  font: inherit;
  font-size: 14px;
  font-weight: 600;
}

.reissue-secondary {
  border: 2px solid #737685;
  background: #ffffff;
  color: #434654;
}

.reissue-primary {
  border: 0;
  background: #004aca;
  color: #ffffff;
  box-shadow: 0 10px 22px rgba(0, 82, 222, 0.28);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.reissue-primary svg {
  width: 12px;
  height: 12px;
}

.reissue-link-btn {
  min-width: 52px;
  border: 0;
  background: transparent;
  color: #2f3745;
}

.reissue-confirm {
  width: min(calc(100vw - 20px), 520px);
}

.reissue-confirm .reissue-head {
  min-height: 88px;
  padding: 25px 25px 18px;
  border-bottom: 1px solid #eef1f5;
}

.reissue-confirm .reissue-body {
  padding: 26px 24px 24px;
}

.reissue-confirm .reissue-foot {
  background: #fbfcfe;
  border-top: 1px solid #eef1f5;
}

.reissue-label-row.compact {
  margin-bottom: 11px;
}

.reissue-selected-grid,
.reissue-confirm-grid,
.reissue-pnr-grid,
.reissue-success-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.reissue-selected-grid {
  gap: 12px;
}

.reissue-selected-grid article {
  min-height: 55px;
  padding: 0 10px;
  border-radius: 5px;
  background: #f0f2f4;
  display: flex;
  align-items: center;
  gap: 10px;
}

.reissue-selected-grid svg {
  width: 28px;
  height: 28px;
  padding: 4px;
  border-radius: 6px;
  background: #e9f1ff;
  color: #004aca;
}

.reissue-selected-grid b {
  display: block;
  font-size: clamp(0.75rem, 0.6563rem + 0.25vw, 0.875rem);
}

.reissue-selected-grid small {
  display: block;
  margin-top: 4px;
  color: #004aca;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.reissue-confirm-grid {
  margin-top: 25px;
  gap: 36px;
}

.reissue-confirm-grid h3 {
  margin: 0 0 18px;
}

.reissue-confirm-grid p {
  margin: 0 0 14px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: #1f2937;
  font-size: 13px;
  line-height: 1.32;
}

.reissue-confirm-grid svg {
  width: 14px;
  height: 14px;
  color: #004aca;
  flex-shrink: 0;
}

.reissue-field {
  margin-top: 27px;
  display: grid;
  gap: 10px;
}

.reissue-field select {
  width: 100%;
  height: 42px;
  border: 0;
  border-radius: 6px;
  background: #f3f3f4;
  color: #8b8f98;
  padding: 0 14px;
  font: inherit;
  font-size: 11px;
}

.reissue-warning {
  margin-top: 24px;
  min-height: 78px;
  padding: 16px;
  border: 1px solid #ffbcbc;
  border-radius: 10px;
  background: #ffe9e8;
  display: flex;
  align-items: center;
  gap: 16px;
}

.reissue-warning svg {
  width: 32px;
  height: 32px;
  padding: 8px;
  border-radius: 8px;
  background: #d51e27;
  color: #ffffff;
  flex-shrink: 0;
}

.reissue-warning p {
  margin: 0;
  color: #c30012;
  font-size: 12px;
  line-height: 1.5;
}

.reissue-warning b {
  display: block;
  margin-bottom: 5px;
  color: #a9000f;
  font-size: 14px;
}

.reissue-success {
  width: min(calc(100vw - 16px), 436px);
  padding: 38px 30px 30px;
  align-items: center;
  text-align: center;
}

.reissue-success-close {
  position: absolute;
  top: 18px;
  right: 20px;
}

.reissue-success-icon {
  width: 61px;
  height: 54px;
  border-radius: 8px;
  background: #e8f0ff;
  display: grid;
  place-items: center;
  color: #004aca;
}

.reissue-success-icon svg {
  width: 28px;
  height: 28px;
  stroke-width: 3;
}

.reissue-success > p {
  margin: 8px 0 0;
  color: #58657a;
  font-size: 12px;
}

.reissue-pnr-grid {
  width: 100%;
  margin-top: 26px;
  gap: 14px;
}

.reissue-pnr-grid article {
  min-height: 87px;
  padding: 17px 16px;
  border-radius: 9px;
  background: #f0f2f4;
  text-align: left;
}

.reissue-pnr-grid span {
  color: #737685;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.reissue-pnr-grid strong {
  display: block;
  margin-top: 9px;
  color: #004aca;
  font-size: 20px;
  line-height: 1;
  font-weight: 800;
}

.reissue-pnr-grid article:nth-child(2) strong {
  color: #3d4656;
}

.reissue-pnr-grid small {
  display: block;
  margin-top: 11px;
  color: #64748b;
  font-size: 12px;
}

.reissue-summary-box {
  width: 100%;
  margin-top: 19px;
  padding: 18px 17px;
  border-radius: 8px;
  background: #e9ecef;
  text-align: left;
}

.reissue-summary-box h3 {
  margin: 0 0 14px;
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 14px;
  color: #434654;
}

.reissue-summary-box h3 svg {
  width: 13px;
  height: 13px;
}

.reissue-summary-box p {
  margin: 13px 0 0;
  color: #1f2937;
  font-size: 14px;
}

.reissue-summary-box p::before {
  content: "\2022";
  margin-right: 10px;
  color: #6d7685;
}

.reissue-note {
  width: 100%;
  min-height: 31px;
  margin-top: 18px;
  padding: 0 12px;
  border-radius: 5px;
  background: #edf4ff;
  color: #004aca;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
}

.reissue-note svg {
  width: 13px;
  height: 13px;
}

.reissue-success-actions {
  width: 100%;
  margin-top: 18px;
  gap: 14px;
}

.reissue-success-actions a {
  min-height: 80px;
  padding: 14px 13px;
  border: 1px solid #e6e9ef;
  border-radius: 9px;
  display: grid;
  grid-template-columns: 1fr auto;
  text-align: left;
  color: #101827;
}

.reissue-success-actions a > svg {
  width: 18px;
  height: 18px;
  color: #004aca;
}

.reissue-success-actions a > .reissue-action-arrow {
  width: 16px;
  height: 16px;
  color: #cbd5e1;
  stroke-width: 2.25;
  justify-self: end;
  align-self: start;
}

.reissue-success-actions span,
.reissue-success-actions small {
  grid-column: 1 / -1;
}

.reissue-success-actions span {
  margin-top: 12px;
  font-size: 14px;
  font-weight: 700;
}

.reissue-success-actions small {
  margin-top: 5px;
  color: #647184;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.reissue-done {
  width: 100%;
  height: 42px;
  margin-top: 18px;
  border: 0;
  background: #004aca;
  color: #ffffff;
  box-shadow: 0 11px 24px rgba(0, 82, 222, 0.28);
}

.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;
}

.refund-failed-dialog {
  width: min(calc(100vw - 28px), 528px);
  min-height: 562px;
  padding: 56px 34px 26px;
  border-radius: 14px;
  text-align: center;
}

.refund-failed-dialog::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 8px;
  border-radius: 14px 14px 0 0;
  background: linear-gradient(90deg, #ff101a 0 50%, #034d8e 50% 100%);
}

.refund-failed-art {
  position: relative;
  width: 380px;
  height: 252px;
  margin: 4px auto 25px;
}

.refund-failed-art img {
  width: 100%;
  height: auto;
  display: block;
}

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

.refund-failed-dialog > p {
  margin: 12px 0 0;
  color: #444b5c;
  font-size: 17px;
}

.refund-failed-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 28px;
}

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

.refund-failed-actions button:first-child {
  border: 2px solid #ff3340;
  background: #ffffff;
  color: #ff3340;
}

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

.refund-failed-actions svg {
  width: 16px;
  height: 16px;
  margin-right: 6px;
  vertical-align: -3px;
}

.refund-failed-support {
  margin-top: 33px !important;
  color: #555b68 !important;
  font-size: 14px !important;
}

.refund-failed-support a {
  color: #004aca;
  font-weight: 700;
}

.seat-unavailable-dialog {
  width: min(calc(100vw - 12px), 518px);
  padding: 39px 31px 38px;
  border-radius: 14px;
  text-align: center;
}

.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 > 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: #004aca;
}

.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: #004aca;
  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: #004aca;
  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:first-child {
  border: 1px solid #768092;
  background: #ffffff;
  color: #496173;
}

.contact-update-dialog {
  width: min(calc(100vw - 12px), 568px);
  max-height: calc(100dvh - 16px);
  border-radius: 12px;
  overflow: hidden;
}

.contact-update-head {
  min-height: 88px;
  padding: 22px 28px 19px;
  border-bottom: 1px solid #eef1f5;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.contact-update-head h2 {
  margin: 0;
  color: #151a20;
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.contact-update-head p {
  margin: 7px 0 0;
  color: #424957;
  font-size: 12px;
}

.contact-update-head .travel-alert-close {
  position: static;
  flex-shrink: 0;
}

.contact-update-body {
  padding: 28px 27px;
  overflow-y: auto;
  max-height: calc(100dvh - 164px);
}

.contact-current,
.contact-benefits {
  padding: 18px;
  border-radius: 6px;
  background: #f0f3f6;
}

.contact-current > span {
  display: block;
  margin-bottom: 11px;
  color: #4d5664;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.contact-current > div,
.contact-field-grid,
.contact-choice-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.contact-current label,
.contact-field-grid label,
.contact-full-field {
  display: grid;
  gap: 9px;
}

.contact-current label {
  grid-template-columns: 28px 1fr;
  gap: 0;
  align-items: center;
}

.contact-current svg {
  height: 27px;
  display: grid;
  place-items: center;
  background: #e7eef8;
  color: #004aca;
}

.contact-current svg {
  width: 14px;
  height: 14px;
}

.contact-current input,
.contact-field-grid input,
.contact-field-grid button,
.contact-full-field input {
  width: 100%;
  height: 38px;
  border: 0;
  border-radius: 4px;
  background: #f4f4f4;
  padding: 0 12px;
  color: #171c24;
  font: inherit;
  font-size: 13px;
}

.contact-current input {
  height: 27px;
  background: #ffffff;
}

.contact-field-grid,
.contact-full-field,
.contact-choice-grid,
.contact-benefits {
  margin-top: 28px;
}

.contact-field-grid span,
.contact-full-field span,
.contact-choice-grid h3 {
  margin: 0;
  color: #4a5160;
  font-size: 12px;
  font-weight: 700;
}

.contact-field-grid label:first-child div {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 7px;
}

.contact-field-grid button {
  padding: 0;
  background: #f3f3f3;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 4px;
}

.contact-field-grid button svg {
  width: 14px;
  height: 14px;
}
.contact-choice-grid {
  padding-top: 13px;
  border-top: 1px solid #f0f2f6;
}

.contact-choice-grid section {
  display: grid;
  align-content: start;
  gap: 13px;
}

.contact-choice-grid label {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #202632;
  font-size: 13px;
}

.contact-choice-grid input[type="radio"] {
  width: 18px;
  height: 18px;
  accent-color: #004aca;
}

.contact-sync {
  min-height: 53px;
  padding: 0 10px;
  border-radius: 6px;
  background: #eef8ff;
  justify-content: space-between;
}

.contact-sync b,
.contact-sync small {
  display: block;
}

.contact-sync small {
  margin-top: 4px;
  color: #6e7d8d;
  font-size: 8px;
}

.contact-sync input {
  width: 42px;
  height: 22px;
  accent-color: #004aca;
}

.contact-benefits h3 {
  margin: 0;
  color: #004aca;
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.contact-benefits h3 svg {
  width: 18px;
  height: 18px;
}

.contact-benefits ul {
  margin: 12px 0 0 30px;
  color: #314258;
  font-size: 10px;
  line-height: 2.05;
}

.contact-benefits li::marker {
  color: #004aca;
}

.contact-benefits p {
  margin: 11px 0 0 30px;
  color: #ff3340;
  font-size: 9px;
}

.contact-update-foot {
  min-height: 74px;
  padding: 0 27px;
  background: #eef1f4;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 28px;
}

.contact-update-foot button {
  border: 0;
  background: transparent;
  color: #333b49;
  font: inherit;
  font-size: 14px;
  font-weight: 600;
}

.contact-update-foot button:last-child {
  min-width: 153px;
  padding: 10px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.contact-update-foot svg {
  width: 14px;
  height: 14px;
}

@media (max-width: 1240px) {
  .booking-detail-layout {
    grid-template-columns: 1fr;
  }

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

  .booking-detail-support-card {
    grid-column: 1 / -1;
  }
}

@media (max-width: 980px) {
  .booking-detail-summary-card,
  .booking-detail-summary-card + .booking-detail-summary-card {
    padding: 0;
    border-left: 0;
  }

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

  .booking-flight-duration {
    justify-content: flex-start;
  }

  .booking-flight-duration span {
    max-width: 90px;
  }
}

@media (max-width: 768px) {
  .booking-detail-summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }
  .booking-detail-content {
    padding-top: 12px;
  }
  .booking-detail-travel-date {
    text-align: right;
  }

  .booking-flight-brand-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .booking-detail-topbar {
    flex-wrap: wrap;
    padding: 12px 14px;
  }

  .booking-detail-title-wrap {
    align-items: flex-start;
  }

  .booking-detail-top-actions {
    width: 100%;
  }

  .booking-detail-edit-btn {
    flex: 1 1 100%;
    justify-content: center;
  }

  .booking-detail-icon-btn {
    background: #f5f8fd;
  }

  .booking-detail-summary {
    padding: 16px;
  }

  .booking-detail-total-card {
    text-align: left;
  }

  .booking-detail-panel,
  .booking-detail-side-card {
    padding: 16px;
  }

  .booking-flight-services,
  .booking-detail-contact-actions {
    grid-template-columns: 1fr;
  }

  .booking-detail-modification {
    align-items: flex-start;
    flex-direction: column;
  }

  .booking-detail-fab {
    right: 16px;
    bottom: 16px;
  }

  .booking-flow-modal {
    align-items: flex-end;
    padding: 0;
  }

  .booking-flow-dialog {
    width: 100%;
    max-height: 92dvh;
    border-radius: 18px 18px 0 0;
    transform: translateY(105%);
  }

  .booking-flow-modal.is-open .booking-flow-dialog {
    transform: translateY(0);
  }

  .next-action-dialog,
  .refund-dialog,
  .refund-success-dialog {
    width: 100%;
  }

  .next-action-head {
    padding: 52px 20px 18px;
  }

  .next-action-dialog > .booking-flow-close {
    top: 22px;
    right: 20px;
  }

  .next-action-options {
    padding: 22px 20px;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .next-action-card {
    min-height: 148px;
  }

  .next-action-card span {
    width: auto;
  }

  .next-action-foot {
    min-height: auto;
    padding: 16px 20px calc(16px + env(safe-area-inset-bottom));
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }

  .next-action-foot span {
    grid-column: 1 / -1;
  }

  .refund-head {
    padding: 20px 18px 14px;
  }

  .refund-body {
    padding: 20px 18px 14px;
  }

  .refund-passengers,
  .refund-grid {
    grid-template-columns: 1fr;
  }

  .refund-grid {
    gap: 18px;
  }

  .refund-breakdown footer b {
    font-size: 22px;
  }

  .refund-foot {
    padding: 13px 18px calc(13px + env(safe-area-inset-bottom));
  }

  .refund-success-dialog {
    padding: 28px 24px calc(24px + env(safe-area-inset-bottom));
  }

  .refund-illustration {
    transform: scale(0.9);
    transform-origin: center top;
    margin-bottom: -3px;
  }

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

  .webcheck-dialog {
    width: 100%;
    max-height: 92dvh;
    border-radius: 18px 18px 0 0;
  }

  .webcheck-screen,
  .webcheck-seat-screen {
    padding: 26px 18px calc(22px + env(safe-area-inset-bottom));
  }

  .webcheck-close {
    top: 24px;
    right: 18px;
  }

  .webcheck-head p,
  .webcheck-seat-head p {
    max-width: 285px;
  }

  .webcheck-airline b {
    justify-self: start;
    margin-top: 10px;
  }

  .webcheck-logo {
    width: 46px;
    height: 46px;
    border-width: 6px;
  }

  .webcheck-route {
    grid-template-columns: 1fr 42px 1fr 42px 1fr;
    margin-top: 24px;
  }

  .webcheck-route::before,
  .webcheck-route::after {
    display: none;
  }

  .webcheck-route strong {
    font-size: 22px;
  }

  .webcheck-route span {
    font-size: 12px;
  }

  .webcheck-route svg {
    width: 30px;
    height: 30px;
  }

  .webcheck-route em {
    font-size: 34px;
  }

  .webcheck-meta {
    min-height: auto;
    margin-top: 26px;
    padding: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .webcheck-meta span {
    font-size: 13px;
  }

  .webcheck-passengers,
  .webcheck-options,
  .webcheck-foot,
  .webcheck-seat-layout {
    grid-template-columns: 1fr;
  }

  .webcheck-passenger {
    min-height: 78px;
    border-radius: 18px;
  }

  .webcheck-options {
    gap: 18px;
  }

  .webcheck-info {
    min-height: auto;
    padding: 18px;
    border-radius: 16px;
    align-items: start;
  }

  .webcheck-info p {
    font-size: 14px;
  }

  .webcheck-foot {
    margin-top: 28px;
    gap: 12px;
  }

  .webcheck-secondary,
  .webcheck-primary {
    height: 50px;
    font-size: 16px;
  }

  .webcheck-seat-layout {
    max-height: none;
    gap: 0;
  }

  .webcheck-seat-passengers {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid #eef2f7;
  }

  .webcheck-seat-passengers div {
    margin-top: 14px;
  }

  .webcheck-seat-map {
    padding: 20px 12px 18px;
    overflow-x: auto;
  }

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

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

  .reissue-dialog {
    width: 100%;
    max-height: min(92dvh, 820px);
    border-radius: 18px 18px 0 0;
    transform: translateY(105%);
  }

  .reissue-modal.is-open .reissue-dialog.is-active {
    transform: translateY(0);
  }

  .reissue-head {
    min-height: auto;
    padding: 21px 24px 17px;
  }

  .reissue-body {
    padding: 24px 24px 24px;
  }

  .reissue-label-row {
    align-items: center;
    flex-direction: row;
  }

  .reissue-passenger {
    min-height: 56px;
    padding: 0 13px;
  }

  .reissue-info-box {
    margin-top: 25px;
    min-height: 84px;
    padding: 17px 16px;
  }

  .reissue-foot {
    min-height: 73px;
    padding: 19px 24px calc(19px + env(safe-area-inset-bottom));
  }

  .reissue-secondary,
  .reissue-primary {
    min-width: 150px;
    flex: 0 1 150px;
  }

  .reissue-link-btn {
    min-width: 52px;
    flex: 0 1 52px;
  }

  .reissue-confirm-grid {
    gap: 24px;
  }

  .reissue-warning {
    padding: 16px;
    gap: 16px;
  }

  .reissue-success {
    padding: 38px 30px calc(30px + env(safe-area-inset-bottom));
  }

  .reissue-success h2 {
    margin-top: 27px;
  }

  .reissue-pnr-grid {
    margin-top: 26px;
  }

  .reissue-pnr-grid article,
  .reissue-success-actions a {
    min-height: 80px;
  }
}

@media (max-width: 768px) {
  .refund-failed-dialog,
  .seat-unavailable-dialog,
  .contact-update-dialog {
    width: 100%;
    max-height: 92dvh;
    border-radius: 18px 18px 0 0;
  }

  .refund-failed-dialog {
    min-height: auto;
    padding: 42px 22px calc(22px + env(safe-area-inset-bottom));
  }

  .refund-failed-art {
    width: 292px;
    height: 205px;
    transform: scale(0.86);
    transform-origin: center top;
    margin-bottom: -6px;
  }

  .refund-failed-actions,
  .seat-alert-plans,
  .seat-alert-actions,
  .contact-current > div,
  .contact-field-grid,
  .contact-choice-grid {
    grid-template-columns: 1fr;
  }

  .seat-unavailable-dialog {
    padding: 34px 18px calc(24px + env(safe-area-inset-bottom));
    overflow-y: auto;
  }

  .seat-alert-plans {
    gap: 12px;
    margin-top: 22px;
  }

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

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

  .seat-alert-actions {
    margin-top: 24px;
  }

  .contact-update-body {
    max-height: calc(92dvh - 162px);
    padding: 22px 18px;
  }

  .contact-update-head {
    padding: 22px 18px 18px;
  }

  .contact-update-foot {
    padding: 14px 18px calc(14px + env(safe-area-inset-bottom));
  }
}
