/* Voyatale V2 shared application shell.
   Primary mobile IA: Avasta · Planeeri · + · Menüü.
   Values come from the scoped canonical v2-foundation.css. */

body.v2-shell-active {
  --v2-shell-nav-height: 66px;
  --v2-shell-content-clearance: 74px;
}

body.v2-shell-active .topbar.v2AppHeader {
  min-height: 64px;
  padding-block: 8px;
  border: 0 !important;
  border-bottom: 1px solid var(--vt-v2-line) !important;
  border-radius: 0 !important;
  background: var(--vt-v2-surface) !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

body.v2-shell-active .userpill {
  min-height: var(--vt-v2-tap);
  border-color: var(--vt-v2-line) !important;
  background: rgba(255,255,255,.92) !important;
}

body.v2-shell-active .langBtn {
  min-width: var(--vt-v2-tap);
  min-height: var(--vt-v2-tap);
}

body.v2-shell-active .topbarCenter {
  gap: 0 !important;
}

body.v2-shell-active .v2ShellBrand {
  position: relative !important;
  inset: auto !important;
  width: 136px !important;
  min-width: 0 !important;
  height: 44px !important;
  transform: none !important;
  overflow: hidden;
  flex: 0 0 136px;
}

body.v2-shell-active .v2ShellBrand .brandLogo {
  position: absolute !important;
  inset: 50% auto auto 50% !important;
  width: 286px !important;
  max-width: none !important;
  height: auto !important;
  transform: translate(-50%, -47%) !important;
}

.v2MainTabs {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 4px !important;
  margin: 0 !important;
  padding: 0 !important;
  white-space: nowrap !important;
}

.v2MainTabs .tab {
  position: relative;
  min-height: var(--vt-v2-tap);
  display: inline-flex;
  align-items: center;
  padding: 0 12px !important;
  border-radius: 0 !important;
  color: var(--vt-v2-muted) !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.v2MainTabs .tab:hover {
  background: color-mix(in srgb, var(--vt-v2-purple) 7%, white) !important;
  color: var(--vt-v2-purple) !important;
}

.v2MainTabs .tab.active {
  color: var(--vt-v2-purple) !important;
  background: transparent !important;
  box-shadow: none !important;
  border-bottom: 0 !important;
}

.v2MainTabs .tab.active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -7px;
  width: 18px;
  height: 3px;
  border-radius: 99px;
  transform: translateX(-50%);
  background: var(--vt-v2-orange);
}

.v2ShellCreate {
  min-height: var(--vt-v2-tap);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  border-radius: var(--vt-v2-radius-md);
  color: white;
  background: linear-gradient(135deg, var(--vt-v2-purple), var(--vt-v2-orange));
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.v2ShellCreate:hover { filter: brightness(.98); }

.v2ShellCreate:focus-visible,
.v2MainTabs .tab:focus-visible,
.v2MainBottomNav .v2NavItem:focus-visible,
.v2ShellSearchLink:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--vt-v2-purple) 34%, transparent);
  outline-offset: 3px;
}

.v2ShellSearchLink {
  align-items: center;
  justify-content: center;
  color: var(--vt-v2-ink);
  text-decoration: none;
}

.v2ShellSearchLink svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Desktop account actions use the same canonical rows, routes and copy as the
   full-screen mobile Menu. Search and Go remain mobile header actions. */
.v2DesktopAccountMenu[hidden] { display: none !important; }

@media (min-width: 769px) {
  body.v2-shell-active .v2ShellActions > .v2ShellSearchLink,
  body.v2-shell-active .v2ShellActions > .v2ShellGo {
    display: none !important;
  }

  body.v2-shell-active .v2ShellActions {
    position: relative;
  }

  body.v2-shell-active .v2DesktopAccountTrigger {
    min-width: 210px !important;
  }

  body.v2-shell-active .v2DesktopAccountTrigger:focus-visible {
    outline: 3px solid rgba(125,0,136,.22);
    outline-offset: 2px;
  }

  body.v2-shell-active .v2DesktopAccountTrigger > .user-menu {
    display: none !important;
  }

  .v2DesktopAccountMenu {
    position: absolute;
    z-index: 11000;
    top: calc(100% + 10px);
    right: 0;
    width: min(350px, calc(100vw - 32px));
    max-height: min(680px, calc(100dvh - 92px));
    overflow: hidden;
    border: 1px solid #e4e1e7;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 18px 48px rgba(31,22,34,.15);
    color: #17131a;
  }

  .v2DesktopAccountMenu > .sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0,0,0,0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }

  .v2DesktopAccountScroll {
    max-height: min(680px, calc(100dvh - 92px));
    padding: 8px;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  .v2DesktopAccountMenu .v2AppMenuGroup { display: grid; }
  .v2DesktopAccountMenu .v2AppMenuDivider { height: 1px; margin: 6px 8px; background: #ebe8ed; }
  .v2DesktopAccountMenu .v2AppMenuRow {
    appearance: none;
    display: grid;
    grid-template-columns: 38px minmax(0,1fr) auto 16px;
    align-items: center;
    column-gap: 10px;
    width: 100%;
    min-height: 54px;
    padding: 5px 8px;
    border: 0;
    border-radius: 11px;
    background: transparent;
    color: #17131a;
    font: inherit;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
  }
  .v2DesktopAccountMenu .v2AppMenuRow[hidden] { display: none !important; }
  .v2DesktopAccountMenu .v2AppMenuRow:hover { background: #f8f5f8; }
  .v2DesktopAccountMenu .v2AppMenuRow:focus-visible,
  .v2DesktopAccountMenu .v2AppMenuLanguageList button:focus-visible,
  .v2DesktopAccountMenu .v2AppMenuBack:focus-visible {
    outline: 3px solid rgba(125,0,136,.22);
    outline-offset: -1px;
  }
  .v2DesktopAccountMenu .v2AppMenuIcon {
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    border: 1px solid #e7e3e9;
    border-radius: 50%;
    color: #26202a;
  }
  .v2DesktopAccountMenu .v2AppMenuIcon svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
  .v2DesktopAccountMenu .v2AppMenuRow.is-primary .v2AppMenuIcon { border-color: transparent; background: #faf0fb; color: #7d0088; }
  .v2DesktopAccountMenu .v2AppMenuRow.is-primary .v2AppMenuCopy strong { color: #7d0088; }
  .v2DesktopAccountMenu .v2AppMenuCopy { min-width: 0; }
  .v2DesktopAccountMenu .v2AppMenuCopy strong { display: block; overflow: hidden; font-size: 13.5px; line-height: 1.2; text-overflow: ellipsis; white-space: nowrap; }
  .v2DesktopAccountMenu .v2AppMenuCopy small { display: block; overflow: hidden; margin-top: 3px; color: #716a74; font-size: 10.5px; line-height: 1.25; text-overflow: ellipsis; white-space: nowrap; }
  .v2DesktopAccountMenu .v2AppMenuCopy small[hidden] { display: none !important; }
  .v2DesktopAccountMenu .v2AppMenuValue { color: #5f5762; font-size: 12px; white-space: nowrap; }
  .v2DesktopAccountMenu .v2AppMenuChevron { color: #807985; font-size: 20px; line-height: 1; }
  .v2DesktopAccountMenu .v2AppMenuLanguages { position: absolute; inset: 0; background: #fff; }
  .v2DesktopAccountMenu .v2AppMenuLanguages[hidden] { display: none !important; }
  .v2DesktopMenuLanguageHeader { display: grid; grid-template-columns: 44px 1fr; align-items: center; min-height: 58px; padding: 6px 10px; border-bottom: 1px solid #ebe8ed; }
  .v2DesktopMenuLanguageHeader strong { font-size: 15px; }
  .v2DesktopAccountMenu .v2AppMenuBack { display: grid; place-items: center; width: 40px; height: 40px; padding: 0; border: 0; border-radius: 50%; background: transparent; font-size: 22px; cursor: pointer; }
  .v2DesktopAccountMenu .v2AppMenuLanguageList { padding: 8px; }
  .v2DesktopAccountMenu .v2AppMenuLanguageList button { display: flex; align-items: center; justify-content: space-between; width: 100%; min-height: 48px; padding: 0 12px; border: 0; border-bottom: 1px solid #efedf0; background: transparent; color: #17131a; font: 700 13px/1.2 Inter,system-ui,sans-serif; cursor: pointer; }
  .v2DesktopAccountMenu .v2AppMenuLanguageList b { display: none; color: #7d0088; }
  .v2DesktopAccountMenu .v2AppMenuLanguageList .is-active b { display: block; }

  /* The destination field belongs to the surrounding search area; it does not
     render a second nested frame at rest. */
  body.v2-shell-active .searchbar input#searchInput {
    appearance: none;
    border: 0 !important;
    border-radius: 0 !important;
    outline: 0;
    background: transparent !important;
    box-shadow: none !important;
  }
  body.v2-shell-active .searchbar input#searchInput:focus-visible {
    border-radius: 7px !important;
    outline: 2px solid rgba(125,0,136,.22);
    outline-offset: 2px;
  }
}

.v2TripAccess {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 14px;
  padding: 12px;
  border: 1px solid var(--vt-v2-line);
  border-radius: var(--vt-v2-radius-md);
  background: color-mix(in srgb, var(--vt-v2-purple) 4%, white);
}

.v2TripAccess a {
  min-height: var(--vt-v2-tap);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border-radius: var(--vt-v2-radius-sm);
  color: var(--vt-v2-purple-deep);
  font-weight: 800;
  text-decoration: none;
}

.v2TripAccess a:last-child {
  color: white;
  background: var(--vt-v2-purple);
}

/* Minimal V2 landing pages used by the new shell. */
.v2PrimaryPage {
  min-height: 100vh;
}

.v2StageMain {
  width: min(980px, calc(100% - 32px));
  margin: var(--v2-space-8) auto 80px;
}

.v2StageHero {
  padding: 34px 36px;
  border: 1px solid var(--v2-color-line);
  border-radius: var(--v2-radius-2xl);
  background: var(--v2-color-surface);
  box-shadow: var(--v2-shadow-sm);
}

.v2StageEyebrow {
  margin: 0 0 8px;
  color: var(--v2-color-brand);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.v2StageHero h1 {
  margin: 0;
  color: var(--v2-color-text);
  font-size: clamp(30px, 5vw, 46px);
  line-height: 1.05;
  letter-spacing: -.035em;
}

.v2StageHero > p:not(.v2StageEyebrow) {
  max-width: 700px;
  margin: 14px 0 0;
  color: var(--v2-color-text-2);
  font-size: 16px;
  line-height: 1.6;
}

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

.v2StageCard {
  min-height: 188px;
  padding: 24px;
  border: 1px solid var(--v2-color-line);
  border-radius: var(--v2-radius-xl);
  background: var(--v2-color-surface);
  box-shadow: var(--v2-shadow-xs);
}

.v2StageIcon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: var(--v2-radius-md);
  color: var(--v2-color-brand);
  background: var(--v2-color-brand-soft);
}

.v2StageIcon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.v2StageCard h2 {
  margin: 0 0 8px;
  color: var(--v2-color-text);
  font-size: 20px;
  letter-spacing: -.02em;
}

.v2StageCard p {
  margin: 0;
  color: var(--v2-color-text-2);
  line-height: 1.55;
  font-size: 14px;
}

.v2StageAction {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  margin-top: 18px;
  padding: 0 18px;
  border: 0;
  border-radius: var(--v2-radius-pill);
  background: var(--v2-color-accent);
  color: #fff;
  font-weight: var(--v2-weight-heavy);
  text-decoration: none;
  box-shadow: 0 9px 22px rgba(255,138,0,.18);
}

.v2StageNote {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 16px;
  color: var(--v2-color-muted);
  font-size: 12px;
  font-weight: 700;
}

.v2StageNote::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--v2-color-accent);
}

/* Four-item mobile IA. Loaded after the legacy mobile-nav CSS on V2 pages. */
@media (min-width: 769px) {
  .v2MainBottomNav { display: none !important; }
}

@media (max-width: 768px) {
  body.v2-shell-active {
    padding-bottom: calc(var(--v2-shell-content-clearance) + env(safe-area-inset-bottom)) !important;
  }

  body.v2-shell-active .topbarCenter,
  body.v2-shell-active .tabs {
    display: none !important;
  }

  body.v2-shell-active .topbar.v2AppHeader {
    min-height: 58px;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: max(7px, env(safe-area-inset-top)) max(10px, env(safe-area-inset-right)) 7px max(10px, env(safe-area-inset-left)) !important;
    border-width: 0 0 1px !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  body.v2-shell-active .v2ShellBrand {
    width: 110px !important;
    height: 44px !important;
    flex-basis: 110px;
    margin-right: auto;
  }

  body.v2-shell-active .v2ShellBrand .brandLogo {
    width: 240px !important;
  }

  body.v2-shell-active .v2ShellBrand .brandText,
  body.v2-shell-active .langSelect,
  body.v2-shell-active .v2ShellCreate {
    display: none !important;
  }

  body.v2-shell-active .v2ShellActions {
    min-width: 0;
    display: flex !important;
    align-items: center !important;
    gap: 4px !important;
  }

  body.v2-shell-active .mobileSearchBtn {
    min-width: var(--vt-v2-tap);
    min-height: var(--vt-v2-tap);
  }

  body.v2-shell-active .userpill {
    width: var(--vt-v2-tap);
    min-width: var(--vt-v2-tap);
    height: var(--vt-v2-tap);
    min-height: var(--vt-v2-tap);
    display: grid !important;
    place-items: center;
    padding: 3px !important;
    border: 0 !important;
    border-radius: 50% !important;
    background: transparent !important;
  }

  body.v2-shell-active .userpill > :not(img) { display: none !important; }
  body.v2-shell-active .userpill img {
    width: 38px !important;
    height: 38px !important;
    border-radius: 50%;
    object-fit: cover;
  }

  .v2MainBottomNav.mobileBottomNav,
  body.v2-shell-active .mobileBottomNav.v2MainBottomNav {
    position: fixed !important;
    z-index: 6500 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0,1fr)) !important;
    align-items: stretch !important;
    gap: 0 !important;
    min-height: calc(var(--v2-shell-nav-height) + env(safe-area-inset-bottom)) !important;
    padding: 5px 8px calc(5px + env(safe-area-inset-bottom)) !important;
    border: 0 !important;
    border-top: 1px solid rgba(25,31,28,.09) !important;
    border-radius: 0 !important;
    background: var(--vt-v2-surface) !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
  }

  .v2MainBottomNav .v2NavItem {
    position: relative;
    min-width: 0;
    min-height: 54px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 3px 2px;
    border: 0;
    border-radius: var(--vt-v2-radius-sm);
    background: transparent;
    color: var(--vt-v2-muted);
    text-decoration: none;
    font-family: inherit;
    cursor: pointer;
  }

  .v2MainBottomNav .v2NavItem.is-active {
    color: var(--vt-v2-purple);
    background: transparent;
  }

  .v2MainBottomNav .v2NavItem.is-active::before {
    content: none;
    display: none;
  }

  .v2MainBottomNav .v2NavCreate {
    width: auto;
    min-width: 0;
    height: auto;
    min-height: 54px;
    align-self: stretch;
    justify-self: stretch;
    margin-top: 0;
    border-radius: var(--vt-v2-radius-sm);
    color: var(--vt-v2-muted);
    background: transparent;
    box-shadow: none;
  }

  .v2MainBottomNav .v2NavCreate.is-active { color: var(--vt-v2-purple); background: transparent; }
  .v2MainBottomNav .v2NavCreate.is-active::before { display: none; }
  .v2MainBottomNav .v2NavCreate .v2NavIcon,
  .v2MainBottomNav .v2NavCreate .v2NavIcon svg { width: 24px; height: 24px; }

  .v2MainBottomNav .v2NavIcon {
    width: 24px;
    height: 24px;
    display: block;
  }

  .v2MainBottomNav .v2NavIcon svg {
    width: 24px;
    height: 24px;
    display: block;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .v2MainBottomNav .v2NavLabel {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 10px;
    line-height: 1;
    font-weight: 800;
  }

  body.v2-shell-active :is(.mobileMenuSheetCard, dialog, [role="dialog"]) {
    scroll-padding-bottom: calc(var(--v2-shell-content-clearance) + env(safe-area-inset-bottom));
  }

  body.v2-shell-active :is(input, textarea, select) {
    font-size: 16px !important;
  }

  .v2TripAccess {
    align-items: stretch;
    flex-direction: column;
  }

  .v2TripAccess a { width: 100%; }

  .v2StageMain {
    width: calc(100% - 24px);
    margin: 18px auto 24px;
  }

  .v2StageHero {
    padding: 24px 20px;
    border-radius: var(--v2-radius-xl);
  }

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

  .v2StageCard {
    min-height: 0;
    padding: 20px;
    border-radius: 20px;
  }

  /* Keep Camper Spot preview above the V2 main navigation. */
  body.camperPage .camperMobilePreview {
    bottom: calc(78px + env(safe-area-inset-bottom)) !important;
  }
}

/* V2-15B3 contextual Voyatale Go entry. */
.v2ShellGo{min-height:44px;padding:0 15px;display:inline-flex;align-items:center;justify-content:center;gap:7px;border:1px solid var(--vt-v2-orange,#ff7900);border-radius:999px;background:#fff;color:var(--vt-v2-orange,#ff7900);font:800 14px/1 var(--v2-font-family,Inter,sans-serif);cursor:pointer}
.v2ShellGo svg{width:21px;height:21px;fill:var(--vt-v2-orange,#ff7900);stroke:var(--vt-v2-orange,#ff7900);stroke-width:1.5}
.v2ShellGo:focus-visible{outline:3px solid rgba(255,121,0,.24);outline-offset:2px}
.v2GoEntrySheet{position:fixed;inset:0;z-index:12000;padding:16px;display:flex;align-items:flex-end;justify-content:center;background:rgba(21,15,24,.42)}
.v2GoEntrySheet[hidden]{display:none!important}
.v2GoEntryCard{position:relative;width:min(520px,100%);padding:24px 20px max(20px,env(safe-area-inset-bottom));border:1px solid rgba(125,0,136,.09);border-radius:26px 26px 18px 18px;background:#fff;box-shadow:0 18px 48px rgba(24,15,28,.18)}
.v2GoEntryClose{position:absolute;top:14px;right:14px;width:44px;height:44px;border:1px solid #e5dce7;border-radius:50%;outline:0;box-shadow:none;background:#fff;color:#322b35;font-size:26px;line-height:1;cursor:pointer}
.v2GoEntryEyebrow{display:block;padding-right:52px;color:#7d0088;font-size:11px;font-weight:900;letter-spacing:.09em}
.v2GoEntryCard h2{margin:9px 52px 0 0;color:#201b22;font-size:26px;line-height:1.1}
.v2GoEntryCard p{margin:11px 0 20px;color:#69616c;font-size:14px;line-height:1.5}
.v2GoEntryActions{display:grid;grid-template-columns:1fr 1.25fr;gap:9px}
.v2GoEntryActions a,.v2GoEntryActions button{min-height:50px;padding:0 12px;display:flex;align-items:center;justify-content:center;border-radius:14px;font:850 14px/1.2 var(--v2-font-family,Inter,sans-serif);text-align:center;text-decoration:none;cursor:pointer}
.v2GoEntryPlan{border:1px solid #7d0088;color:#7d0088;background:#fff}
.v2GoEntryPrimary{border:1px solid transparent;color:#fff;background:linear-gradient(100deg,#7d0088,#ff7900)}
.v2GoEntryActions a:focus-visible,.v2GoEntryClose:focus-visible{outline:3px solid rgba(125,0,136,.22);outline-offset:2px}
.vt-v2 .v2GoEntryCard:focus,.vt-v2 .v2GoEntryCard:focus-visible{outline-style:none!important;outline-width:0!important;outline-offset:0}
.v2ShellActions>.langSelect{display:none!important}
body.v2-shell-active .v2ShellActions>.mobileSearchBtn{display:inline-flex!important;width:44px;height:44px;padding:0;border:0;border-radius:50%;background:transparent;color:var(--vt-v2-ink,#241f27)}
body.v2GoEntryOpen{overflow:hidden!important}
@media(max-width:768px){body.v2-shell-active .v2ShellGo{min-width:74px;height:42px;min-height:42px;padding:0 12px}body.v2-shell-active .v2ShellGo svg{width:20px;height:20px}.v2GoEntrySheet{padding:8px;padding-bottom:max(8px,env(safe-area-inset-bottom))}}
@media(max-width:350px){body.v2-shell-active .v2ShellGo{min-width:58px;padding:0 9px;gap:4px}.v2GoEntryActions{grid-template-columns:1fr}.v2GoEntryCard h2{font-size:23px}}

/* V2-15C5 full-screen mobile application menu. */
.v2MobileAppMenu[hidden]{display:none!important}
@media(min-width:769px){.v2MobileAppMenu{display:none!important}}
@media(max-width:768px){
  body.v2AppMenuOpen{overflow:hidden!important;overscroll-behavior:none}
  .v2MobileAppMenu{position:fixed;inset:0;z-index:50000;width:100%;height:100dvh;overflow:hidden;background:#fff;color:#141821}
  .v2AppMenuPanel{position:relative;display:grid;grid-template-rows:auto minmax(0,1fr);width:100%;height:100dvh;overflow:hidden;background:#fff}
  .v2AppMenuHeader{display:grid;grid-template-columns:42px minmax(0,1fr) 48px;align-items:center;min-height:calc(78px + env(safe-area-inset-top));padding:env(safe-area-inset-top) max(18px,env(safe-area-inset-right)) 0 max(20px,env(safe-area-inset-left));border-bottom:1px solid #e9ebee;background:#fff}
  .v2AppMenuMark{display:block;width:30px;height:45px;overflow:hidden;background:url("../img/voyatale-logo.png") no-repeat -92px -87px/353px 235px}
  .v2AppMenuHeader h2{min-width:0;margin:0;padding-left:10px;font:850 23px/1.1 Inter,system-ui,sans-serif;letter-spacing:-.025em}
  .v2AppMenuClose,.v2AppMenuBack{appearance:none;display:grid;place-items:center;width:46px;height:46px;padding:0;border:0;border-radius:50%;background:transparent;color:#20242b;font:400 39px/1 Inter,system-ui,sans-serif;cursor:pointer}
  .v2AppMenuClose{justify-self:end}.v2AppMenuBack{justify-self:start;font-size:26px}
  .v2AppMenuClose:focus-visible,.v2AppMenuBack:focus-visible,.v2AppMenuRow:focus-visible,.v2AppMenuLanguageList button:focus-visible{outline:3px solid rgba(125,0,136,.24);outline-offset:2px}
  .v2AppMenuScroll{min-height:0;padding:18px max(20px,env(safe-area-inset-right)) calc(24px + env(safe-area-inset-bottom)) max(20px,env(safe-area-inset-left));overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:none;background:#fff}
  .v2AppMenuScroll::-webkit-scrollbar,.v2AppMenuLanguageList::-webkit-scrollbar{display:none}
  .v2AppMenuGroup{display:grid}.v2AppMenuDivider{height:1px;margin:12px 0;background:#e7e9ec}
  .v2AppMenuRow{appearance:none;display:grid;grid-template-columns:50px minmax(0,1fr) auto 22px;align-items:center;column-gap:13px;width:100%;min-height:73px;padding:6px 0;border:0;border-radius:0;background:transparent;color:#11151d;text-align:left;text-decoration:none;box-shadow:none;font-family:inherit;cursor:pointer;-webkit-tap-highlight-color:transparent}
  .v2AppMenuRow[hidden]{display:none!important}.v2AppMenuRow:active{background:#fafafa}
  .v2AppMenuIcon{display:grid;place-items:center;width:48px;height:48px;border:1px solid #e4e7eb;border-radius:50%;background:#fff;color:#151923}
  .v2AppMenuIcon svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
  .v2AppMenuRow.is-primary .v2AppMenuIcon{border-color:transparent;background:#faf0fb;color:#7f0787}.v2AppMenuRow.is-primary .v2AppMenuCopy strong{color:#7f0787}
  .v2AppMenuCopy{display:block;min-width:0}.v2AppMenuCopy strong{display:block;overflow:hidden;color:#141821;font:800 16.5px/1.22 Inter,system-ui,sans-serif;letter-spacing:-.015em;text-overflow:ellipsis;white-space:nowrap}.v2AppMenuCopy small{display:block;overflow:hidden;margin-top:5px;color:#646a73;font:500 12.5px/1.25 Inter,system-ui,sans-serif;text-overflow:ellipsis;white-space:nowrap}
  .v2AppMenuCopy small[hidden]{display:none!important}
  .v2AppMenuValue{color:#171b22;font:500 15px/1 Inter,system-ui,sans-serif;white-space:nowrap}.v2AppMenuChevron{justify-self:end;color:#656a72;font:400 30px/1 Inter,system-ui,sans-serif}
  .v2AppMenuLanguages{position:absolute;inset:0;z-index:2;display:grid;grid-template-rows:auto minmax(0,1fr);background:#fff}.v2AppMenuLanguages[hidden]{display:none!important}.v2AppMenuLanguages .v2AppMenuHeader{grid-template-columns:48px minmax(0,1fr) 48px}.v2AppMenuLanguageList{min-height:0;padding:18px max(20px,env(safe-area-inset-right)) calc(24px + env(safe-area-inset-bottom)) max(20px,env(safe-area-inset-left));overflow:auto}.v2AppMenuLanguageList button{display:flex;width:100%;min-height:64px;align-items:center;justify-content:space-between;padding:0 7px;border:0;border-bottom:1px solid #eceef0;background:transparent;color:#171b22;font:700 16px/1.2 Inter,system-ui,sans-serif}.v2AppMenuLanguageList b{display:none;color:#7f0787}.v2AppMenuLanguageList .is-active b{display:block}
}
@media(max-width:360px){.v2AppMenuScroll{padding-inline:max(15px,env(safe-area-inset-left)) max(15px,env(safe-area-inset-right))}.v2AppMenuRow{grid-template-columns:46px minmax(0,1fr) auto 18px;column-gap:10px;min-height:69px}.v2AppMenuIcon{width:44px;height:44px}.v2AppMenuCopy strong{font-size:15px}.v2AppMenuCopy small{font-size:11.5px}}

@media (min-width: 769px) {
  body.v2-shell-active .v2ShellActions > .v2ShellSearchLink,
  body.v2-shell-active .v2ShellActions > .v2ShellGo {
    display: none !important;
  }
}
