﻿
/* === Mobile booking card (mockup) === */

.mob-bk-panel {
  display: none;
}

@media (max-width: 768px) {
  .mob-bk-panel {
    display: block !important;
  }
}

.page-home .mob-bk-panel {
  font-family: var(--font-body);
}

.mob-bk-card {
  background: #fff;
}

.mob-bk-form {
  display: none;
}

.mob-bk-form.active {
  display: flex;
  flex-direction: column;
}

/* Tabs */
.mob-bk-tabs {
  display: flex;
  align-items: stretch;
  background: #fff;
  border-bottom: 1px solid #e3e9f0;
}

.mob-bk-tab {
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 0.35rem;
  background: transparent;
  border: none;
  border-bottom: 3px solid transparent;
  margin-bottom: -1px;
  font-family: inherit;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.15;
  color: #1a3a6b;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.mob-bk-tab:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 1.25rem;
  background: #e3e9f0;
}

.mob-bk-tab.active {
  color: #c8102e;
  font-weight: 700;
  border-bottom-color: #c8102e;
}

/* Destination stops */
.mob-bk-stops-wrap {
  background: #fff;
}

.mob-bk-stops {
  display: flex;
  flex-direction: column;
}

.mob-bk-stop {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  min-height: 54px;
  padding: 0.85rem 1rem;
  border-bottom: 1px solid #e3e9f0;
  background: #fff;
}

.mob-bk-stop__main {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
  padding: 0;
  border: none;
  background: transparent;
  text-align: left;
  cursor: pointer;
  font: inherit;
  color: inherit;
  -webkit-tap-highlight-color: transparent;
}

.mob-bk-stop__main:active {
  opacity: 0.88;
}

.mob-bk-stop__num {
  flex-shrink: 0;
  width: 1.375rem;
  height: 1.375rem;
  border-radius: 50%;
  border: none;
  background: #1a3a6b;
  color: #fff;
  font-size: 0.6875rem;
  font-weight: 700;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.mob-bk-stop__name {
  flex: 1;
  min-width: 0;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.3;
  color: #1a3a6b;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mob-bk-leg-date {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  width: 100%;
  min-height: 50px;
  padding: 0.7rem 1rem 0.7rem 3.125rem;
  border: none;
  border-bottom: 1px solid #e3e9f0;
  background: #f4f7fb;
  text-align: left;
  cursor: pointer;
  font: inherit;
  color: inherit;
  -webkit-tap-highlight-color: transparent;
}

.mob-bk-leg-date:active {
  background: #e8eef6;
}

.mob-bk-leg-date__icon {
  flex-shrink: 0;
  width: 1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #1a3a6b;
  text-align: center;
}

.mob-bk-leg-date__body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.mob-bk-leg-date__label {
  font-size: 0.625rem;
  font-weight: 500;
  line-height: 1.2;
  color: #5a6f8d;
}

.mob-bk-leg-date__value {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.3;
  color: #1a3a6b;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mob-bk-leg-date__value.is-placeholder {
  color: #8a9bb0;
  font-weight: 600;
}

.mob-bk-stop__swap {
  flex-shrink: 0;
  width: 2.25rem;
  height: 2.25rem;
  padding: 0;
  border: none;
  background: transparent;
  color: #1a3a6b;
  font-size: 0.875rem;
  opacity: 0.92;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -webkit-tap-highlight-color: transparent;
}

.mob-bk-add {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.35rem;
  width: 100%;
  margin: 0;
  padding: 0.8rem 1rem 0.9rem;
  border: none;
  border-bottom: 1px solid #e3e9f0;
  background: #fff;
  color: #c8102e;
  font-family: inherit;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.mob-bk-add i {
  font-size: 0.6875rem;
  font-weight: 700;
}

/* Meta row: icon left, label + value stacked right */
.mob-bk-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-bottom: 1px solid #e3e9f0;
  background: #fff;
}

.mob-bk-meta.is-round,
.mob-bk-meta.is-multi {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mob-bk-meta.is-multi .mob-bk-meta__cell:nth-child(-n+2) {
  border-bottom: none;
}

.mob-bk-meta.is-multi .mob-bk-meta__cell:nth-child(2n) {
  border-right: none;
}

.mob-bk-meta.is-multi .mob-bk-meta__cell:nth-child(2n + 1) {
  border-right: 1px solid #e3e9f0;
}

.mob-bk-meta.is-round .mob-bk-meta__cell:nth-child(-n+2) {
  border-bottom: 1px solid #e3e9f0;
}

.mob-bk-meta.is-round .mob-bk-meta__cell:nth-child(2n) {
  border-right: none;
}

.mob-bk-meta.is-round .mob-bk-meta__cell:nth-child(2n + 1) {
  border-right: 1px solid #e3e9f0;
}

.mob-bk-meta__cell.is-hidden {
  display: none !important;
}

.mob-bk-meta__value.is-placeholder {
  color: #8a9bb0;
  font-weight: 600;
}

.mob-bk-meta__cell {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.4rem;
  min-height: 78px;
  padding: 0.85rem 0.5rem;
  border: none;
  border-right: 1px solid #e3e9f0;
  border-radius: 0;
  background: #fff;
  text-align: left;
  cursor: pointer;
  font: inherit;
  color: inherit;
  -webkit-tap-highlight-color: transparent;
}

.mob-bk-meta__cell:last-child {
  border-right: none;
}

.mob-bk-meta__cell:active {
  background: rgba(26, 58, 107, 0.03);
}

.mob-bk-meta__icon {
  flex-shrink: 0;
  width: 1rem;
  font-size: 0.9375rem;
  line-height: 1;
  color: #1a3a6b;
  text-align: center;
}

.mob-bk-meta__body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.mob-bk-meta__label {
  font-size: 0.625rem;
  font-weight: 500;
  line-height: 1.2;
  color: #5a6f8d;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mob-bk-meta__value {
  width: 100%;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.3;
  color: #1a3a6b;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* Search button */
.mob-bk-submit-wrap {
  padding: 1rem;
  background: #fff;
}

.page-home .mob-bk-submit,
.mob-bk-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 50px;
  padding: 0.9rem 1rem;
  border: none !important;
  border-radius: 12px !important;
  font-family: inherit;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
  line-height: 1.2;
  cursor: pointer;
  background: #c8102e !important;
  color: #fff !important;
  box-shadow: none !important;
}

.page-home .mob-bk-submit:hover,
.page-home .mob-bk-submit:focus-visible,
.mob-bk-submit:hover,
.mob-bk-submit:focus-visible {
  background: #b50e29 !important;
  color: #fff !important;
}

.page-home .mob-bk-submit:disabled,
.mob-bk-submit:disabled {
  background: #d1d9e3 !important;
  color: #8a9bb0 !important;
  box-shadow: none !important;
  cursor: not-allowed;
}
.mob-search-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  width: 100%;
  padding: 1rem;
  border: none;
  border-radius: 0;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.3px;
  cursor: pointer;
}

.mob-search-btn:disabled {
  background: #d1d9e3 !important;
  color: #8a9bb0 !important;
  box-shadow: none !important;
  cursor: not-allowed;
  opacity: 1;
}

/* ===
   Bootstrap Offcanvas: Port Selection
   === */
.mob-port-oc,
.mob-date-oc,
.mob-pax-oc {
  font-family: var(--font-body);
}

.mob-port-oc .offcanvas-title,
.mob-date-oc .offcanvas-title,
.mob-pax-oc .offcanvas-title,
.mob-cal-month-hd,
.mob-cal-done-btn,
.mob-pax-oc-cancel,
.mob-pax-oc-confirm {
  font-family: var(--font-body);
}

.mob-port-oc {
  --bs-offcanvas-height: 100dvh;
  height: 100dvh !important;
  max-height: 100dvh !important;
  border-radius: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.mob-port-oc .offcanvas-header {
  flex-shrink: 0;
  border-bottom: 1px solid var(--border-color);
  padding: 1rem 1.25rem;
}
.mob-port-oc .offcanvas-title {
  font-family: var(--font-body);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--nav-blue);
}
.mob-port-oc .offcanvas-body {
  flex: 1;
  overflow-y: auto;
  padding: 0;
  -webkit-overflow-scrolling: touch;
}

/* -- Port OC search wrap (sticky header with label + input row) -- */
.mob-oc-search-wrap {
  padding: 0.85rem 1.25rem;
  border-bottom: 1px solid var(--border-color);
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 1;
}
.mob-oc-field-label {
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--text-light);
  font-weight: 600;
  display: block;
  margin-bottom: 0.45rem;
}
.mob-oc-search-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border: 1.5px solid var(--border-color);
  border-radius: 8px;
  padding: 0.55rem 0.75rem;
  background: var(--off-white);
}
.mob-oc-search-icon { color: var(--text-light); font-size: 0.82rem; flex-shrink: 0; }
.mob-oc-search-inp {
  flex: 1;
  border: none;
  background: transparent;
  font-size: 0.95rem;
  color: var(--nav-blue);
  outline: none;
  font-family: var(--font-body);
}
.mob-oc-search-inp::placeholder { color: #b0bbc7; }

/* -- Port list items with location pin -- */
.mob-oc-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mob-oc-list li {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.85rem 1.25rem;
  border-bottom: 1px solid var(--border-color);
  cursor: pointer;
  min-height: 58px;
  transition: background 0.15s ease;
  -webkit-tap-highlight-color: transparent;
}
.mob-oc-list li:last-child { border-bottom: none; }
.mob-oc-list li:active { background: rgba(11, 59, 96, 0.05); }
.mob-oc-list li.selected { background: rgba(11, 59, 96, 0.04); }
.mob-oc-list li.selected .mob-oc-li-name { font-weight: 700; }
.mob-oc-list li.d-none { display: none !important; }
.mob-oc-li-pin { color: var(--nav-blue); font-size: 1rem; flex-shrink: 0; }
.mob-oc-li-body { display: flex; flex-direction: column; gap: 0.15rem; flex: 1; min-width: 0; }
.mob-oc-li-name { font-size: 0.95rem; font-weight: 500; color: var(--nav-blue); }
.mob-oc-li-sub { font-size: 0.75rem; color: var(--text-light); }

.mob-oc-empty {
  text-align: center;
  color: var(--text-light);
  padding: 2rem 1.25rem;
  font-size: 0.9rem;
}

/* -- button used as mob-detail-cell -- */
button.mob-detail-cell {
  text-align: left;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
}
.mob-detail-cell .mob-fv { font-size: 0.9rem; font-weight: 700; color: var(--nav-blue); }
.mob-return-fv { color: #b0bbc7 !important; font-weight: 400 !important; }
.mob-return-fv.has-date { color: var(--nav-blue) !important; font-weight: 700 !important; }

/* ===
   Date Picker Offcanvas - Custom Calendar
   === */
.mob-date-oc {
  --bs-offcanvas-height: 100dvh;
  height: 100dvh !important;
  max-height: 100dvh !important;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.mob-cal-oc-hd {
  flex-shrink: 0;
  border-bottom: none;
  padding: 1rem 1.25rem 0.5rem;
}
.mob-date-oc .offcanvas-title {
  font-family: var(--font-body);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--nav-blue);
}

/* -- Date range tabs -- */
.mob-cal-tabs {
  flex-shrink: 0;
  display: flex;
  padding: 0 1.25rem 0.85rem;
  border-bottom: 1px solid var(--border-color);
}
.mob-cal-tab {
  display: none;
  width: 100%;
  flex-direction: column;
  gap: 0.2rem;
  background: transparent;
  border: none;
  border-bottom: 2.5px solid var(--nav-blue);
  padding: 0.4rem 0;
  text-align: left;
  cursor: pointer;
  transition: var(--transition);
  -webkit-tap-highlight-color: transparent;
  font-family: inherit;
}
.mob-cal-tab.active { display: flex; }

.mob-cal-tabs.is-round-range {
  align-items: stretch;
  gap: 0.35rem;
}

.mob-cal-tabs.is-round-range .mob-cal-tab {
  display: flex;
  flex: 1;
  width: auto;
  border-bottom: 2.5px solid transparent;
}

.mob-cal-tabs.is-round-range .mob-cal-tab.active {
  border-bottom-color: var(--nav-blue);
}

.mob-cal-tabs.is-round-range .mob-cal-tab:not(.active) {
  opacity: 0.72;
}
.mob-cal-tab-lbl {
  font-size: 0.63rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--text-light);
  font-weight: 600;
  font-family: inherit;
}
.mob-cal-tab-val {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--nav-blue);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: inherit;
}
.mob-cal-tab-val.placeholder { color: #b0bbc7; font-weight: 400; }
.mob-cal-arrow-ic {
  display: none;
  align-self: center;
  font-size: 0.75rem;
  color: #8a9bb0;
  padding: 0 0.15rem;
}
.mob-cal-tabs:not(.d-none) .mob-cal-arrow-ic:not(.d-none) {
  display: inline-flex;
}
.mob-cal-clear-ret {
  border: none;
  background: transparent;
  color: var(--primary-accent);
  font-size: 0.9rem;
  font-weight: 700;
  padding: 0.25rem 0;
  font-family: inherit;
  cursor: pointer;
}

/* -- Scrollable body -- */
.mob-cal-body {
  flex: 1;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 0.5rem;
}

/* -- Month block -- */
.mob-cal-month { padding: 1.25rem 0.75rem 0.5rem; }
.mob-cal-month-hd {
  text-align: center;
  font-family: var(--font-head);
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--nav-blue);
  margin-bottom: 0.6rem;
}

/* -- 7-column grid -- */
.mob-cal-grid { display: grid; grid-template-columns: repeat(7, 1fr); }
.mob-cal-dow {
  text-align: center;
  font-size: 0.7rem;
  font-weight: 700;
  color: var(--text-light);
  padding: 0.3rem 0;
  font-family: inherit;
}
.mob-cal-dow-sun { color: #e63946; }
.mob-cal-empty { height: 42px; }

/* -- Day cells -- */
.mob-cal-day {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
  font-family: inherit;
}
.mob-cal-day-inner {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 0.87rem;
  font-weight: 500;
  color: var(--nav-blue);
  position: relative;
  z-index: 1;
  transition: background 0.12s ease, color 0.12s ease;
  font-family: inherit;
}
.mob-cal-day.mob-cal-sun .mob-cal-day-inner { color: #e63946; }
.mob-cal-day.mob-cal-today .mob-cal-day-inner::after {
  content: '';
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--nav-blue);
}
.mob-cal-day.mob-cal-disabled { pointer-events: none; }
.mob-cal-day.mob-cal-disabled .mob-cal-day-inner { color: #cdd3db; }

/* Selected start / end */
.mob-cal-day.mob-cal-sel-start .mob-cal-day-inner,
.mob-cal-day.mob-cal-sel-end   .mob-cal-day-inner { background: var(--nav-blue); color: #fff !important; }

/* Range background strip */
.mob-cal-day.mob-cal-range { background: rgba(11, 59, 96, 0.1); }
.mob-cal-day.mob-cal-sel-start.mob-cal-range {
  background: linear-gradient(to right, transparent 50%, rgba(11,59,96,0.1) 50%);
}
.mob-cal-day.mob-cal-sel-end.mob-cal-range {
  background: linear-gradient(to left, transparent 50%, rgba(11,59,96,0.1) 50%);
}

/* -- Done footer -- */
.mob-cal-footer {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.75rem 1.25rem;
  border-top: 1px solid var(--border-color);
  background: #fff;
}
.mob-cal-footer .d-none {
  display: none !important;
}
.mob-cal-clear-ret,
.mob-cal-done-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0.9rem 1.25rem;
  border-radius: 50px;
  font-size: 1rem;
  font-weight: 700;
  font-family: var(--font-body);
  cursor: pointer;
  transition: var(--transition);
}
.mob-cal-clear-ret {
  flex: 0 0 auto;
  background: #fff1f2;
  color: #ef4444;
  border: 1px solid #fecdd3;
}
.mob-cal-done-btn {
  flex: 1 1 auto;
  padding: 0.9rem;
  background: var(--nav-blue);
  color: #fff;
  border: none;
}
.mob-cal-done-btn:active { opacity: 0.85; }

/* ===
   Passengers Offcanvas - Chevron Stepper
   === */
.mob-pax-oc {
  --bs-offcanvas-height: 100dvh;
  height: 100dvh !important;
  max-height: 100dvh !important;
  border-radius: 0;
  display: flex;
  flex-direction: column;
}
.mob-pax-oc .offcanvas-body {
  flex: 1;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}
.mob-pax-oc-footer { margin-top: auto; }
.mob-pax-oc .offcanvas-header {
  border-bottom: 1px solid var(--border-color);
  padding: 1rem 1.25rem;
}
.mob-pax-oc .offcanvas-title {
  font-family: var(--font-body);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--nav-blue);
}
.mob-pax-oc-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.1rem 1.5rem;
  border-bottom: 1px solid var(--border-color);
}
.mob-pax-oc-info { display: flex; flex-direction: column; gap: 0.2rem; }
.mob-pax-oc-type { font-size: 1rem; font-weight: 600; color: var(--nav-blue); }
.mob-pax-oc-age { font-size: 0.78rem; color: var(--text-light); font-family: inherit; }
.mob-pax-oc-type { font-family: inherit; }
.mob-pax-oc-stepper { display: flex; align-items: center; gap: 0.75rem; }
.mob-pax-oc-chev {
  width: 34px;
  height: 34px;
  border: none;
  background: transparent;
  color: var(--nav-blue);
  font-size: 0.9rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-tap-highlight-color: transparent;
  transition: color 0.15s ease;
  font-family: inherit;
}
.mob-pax-oc-chev:disabled { color: #cdd3db; cursor: default; }
.mob-pax-oc-ic-wrap {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  min-width: 56px;
  justify-content: center;
}
.mob-pax-oc-person-ic { font-size: 1.3rem; color: var(--nav-blue); }
.mob-pax-oc-num {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--nav-blue);
  min-width: 18px;
  text-align: center;
  font-family: inherit;
}
.mob-pax-oc-vehicle {
  padding: 1.1rem 1.5rem 0;
}
.mob-pax-oc-vehicle-label {
  display: block;
  margin-bottom: 0.55rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--nav-blue);
  font-family: inherit;
}
.mob-pax-vehicle-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
}
.mob-pax-vehicle-option {
  min-height: 48px;
  padding: 0.8rem 0.9rem;
  border: 1.5px solid var(--border-color);
  border-radius: 12px;
  background: #fff;
  color: var(--nav-blue);
  font-size: 0.95rem;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  transition: var(--transition);
  font-family: inherit;
}
.mob-pax-vehicle-option:active {
  transform: scale(0.98);
}
.mob-pax-vehicle-option:hover,
.mob-pax-vehicle-option:focus-visible {
  border-color: var(--nav-light);
  background: rgba(24, 108, 176, 0.05);
  box-shadow: 0 0 0 3px rgba(24, 108, 176, 0.1);
  outline: none;
}
.mob-pax-vehicle-option.active {
  border-color: var(--nav-light);
  background: var(--nav-blue);
  color: #fff;
  box-shadow: 0 10px 24px rgba(11, 59, 96, 0.18);
}
.mob-pax-oc-ev-check {
  display: inline-flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin: 0.85rem 0 0;
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--nav-blue);
  cursor: pointer;
  line-height: 1.35;
}
.mob-pax-oc-ev-check input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  margin-top: 0.05rem;
  flex-shrink: 0;
  border: 2px solid var(--nav-blue);
  border-radius: 4px;
  background: #fff;
  cursor: pointer;
  position: relative;
}
.mob-pax-oc-ev-check input[type="checkbox"]:checked {
  background: var(--nav-blue);
  border-color: var(--nav-blue);
}
.mob-pax-oc-ev-check input[type="checkbox"]:checked::after {
  content: '';
  position: absolute;
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.mob-pax-oc-footer {
  display: flex;
  gap: 0.75rem;
  padding: 1.25rem 1.5rem;
}
.mob-pax-oc-cancel {
  flex: 1;
  padding: 0.85rem;
  background: var(--off-white);
  border: 1.5px solid var(--border-color);
  border-radius: 50px;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--nav-blue);
  cursor: pointer;
  font-family: var(--font-body);
  transition: var(--transition);
}
.mob-pax-oc-cancel:active { background: var(--border-color); }
.mob-pax-oc-confirm {
  flex: 1;
  padding: 0.85rem;
  background: var(--nav-blue);
  border: none;
  border-radius: 50px;
  font-size: 0.95rem;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  font-family: var(--font-body);
  transition: var(--transition);
}
.mob-pax-oc-confirm:active { opacity: 0.85; }

