/* Avelune v0.4.0 Trip Hero component */
/* Avelune v0.3.62 — rebuilt desktop hero cards from zero */

@media (min-width:761px){
  body.aveluneTripMode .tripWorkspace .heroHeader{
    display:grid!important;
    grid-template-columns:minmax(0,58%) minmax(420px,42%)!important;
    grid-template-rows:176px!important;
    width:100%!important;
    height:176px!important;
    min-height:176px!important;
    max-height:176px!important;
    margin:0!important;
    padding:0!important;
    background:var(--avelune-blue)!important;
    overflow:hidden!important;
    align-items:stretch!important;
    border-bottom:1px solid rgba(215,168,86,.30)!important;
  }

  body.aveluneTripMode .tripWorkspace .heroArtwork{
    grid-column:1!important;
    grid-row:1!important;
    position:relative!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    width:100%!important;
    min-width:0!important;
    height:176px!important;
    margin:0!important;
    padding:0!important;
    background:var(--avelune-blue)!important;
    overflow:hidden!important;
  }

  body.aveluneTripMode .tripWorkspace .heroArtwork .heroImage{
    position:relative!important;
    inset:auto!important;
    display:block!important;
    width:auto!important;
    max-width:none!important;
    height:176px!important;
    min-height:176px!important;
    max-height:176px!important;
    margin:0!important;
    padding:0!important;
    object-fit:contain!important;
    object-position:left center!important;
    transform:none!important;
    background:transparent!important;
  }

  body.aveluneTripMode .tripWorkspace .heroArtwork.genericTripHero{display:none!important;}

  /* Brand-new deck. Nothing from old .heroSide/.heroNext/.heroWeather rules can match it. */
  body.aveluneTripMode .tripWorkspace .avHeroDeck{
    grid-column:2!important;
    grid-row:1!important;
    display:grid!important;
    grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
    grid-template-rows:148px!important;
    gap:14px!important;
    align-content:center!important;
    align-items:center!important;
    width:100%!important;
    min-width:0!important;
    height:176px!important;
    margin:0!important;
    padding:14px 16px!important;
    box-sizing:border-box!important;
    background:var(--avelune-blue)!important;
    overflow:hidden!important;
  }

  body.aveluneTripMode .tripWorkspace .avHeroCard{
    position:relative!important;
    display:flex!important;
    flex-direction:column!important;
    width:100%!important;
    min-width:0!important;
    max-width:100%!important;
    height:148px!important;
    min-height:148px!important;
    max-height:148px!important;
    margin:0!important;
    padding:14px 15px!important;
    box-sizing:border-box!important;
    border:1px solid rgba(215,168,86,.52)!important;
    border-radius:18px!important;
    background:linear-gradient(145deg,rgba(255,255,255,.075),rgba(255,255,255,.028))!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.035),0 12px 28px rgba(0,0,0,.11)!important;
    overflow:hidden!important;
    color:var(--avelune-ivory)!important;
  }

  body.aveluneTripMode .tripWorkspace .avHeroNext{justify-content:flex-start!important;}
  body.aveluneTripMode .tripWorkspace .avHeroWeather{justify-content:center!important;}

  .avHeroPlaceholder{font-size:14px;line-height:1.3;color:rgba(255,250,240,.72);}

  /* UP NEXT */
  .avNextEyebrow,
  .avHeroEyebrow{
    flex:0 0 auto!important;
    margin:0 0 7px!important;
    font-size:9px!important;
    font-weight:800!important;
    letter-spacing:.13em!important;
    line-height:1.15!important;
    color:rgba(255,250,240,.78)!important;
    white-space:normal!important;
  }
  .avNextMain{
    display:grid!important;
    grid-template-columns:38px minmax(0,1fr)!important;
    gap:10px!important;
    align-items:start!important;
    width:100%!important;
    min-width:0!important;
  }
  .avNextNumber{
    display:grid!important;
    place-items:center!important;
    width:36px!important;
    height:36px!important;
    min-width:36px!important;
    min-height:36px!important;
    border-radius:50%!important;
    background:#fffdf8!important;
    color:#0d6871!important;
    font-size:15px!important;
    font-weight:850!important;
    line-height:1!important;
  }
  .avNextMain>div{min-width:0!important;width:100%!important;}
  .avNextTitle{
    margin:0!important;
    width:100%!important;
    min-width:0!important;
    font-size:14px!important;
    font-weight:850!important;
    line-height:1.12!important;
    color:var(--avelune-ivory)!important;
    white-space:normal!important;
    overflow-wrap:break-word!important;
    word-break:normal!important;
    overflow:hidden!important;
    display:-webkit-box!important;
    -webkit-box-orient:vertical!important;
    -webkit-line-clamp:3!important;
  }
  .avNextMeta{
    margin:4px 0 0!important;
    width:100%!important;
    min-width:0!important;
    font-size:9.5px!important;
    line-height:1.2!important;
    color:rgba(255,250,240,.72)!important;
    white-space:normal!important;
    overflow-wrap:break-word!important;
    overflow:hidden!important;
    display:-webkit-box!important;
    -webkit-box-orient:vertical!important;
    -webkit-line-clamp:2!important;
  }
  .avNextAction{
    flex:0 0 auto!important;
    align-self:flex-end!important;
    width:auto!important;
    min-width:0!important;
    height:22px!important;
    min-height:22px!important;
    margin:7px 0 0!important;
    padding:0 10px!important;
    border:1px solid rgba(255,255,255,.18)!important;
    border-radius:999px!important;
    background:#fffdf8!important;
    color:#06212f!important;
    font-size:9px!important;
    font-weight:800!important;
    line-height:20px!important;
    white-space:nowrap!important;
  }

  /* WEATHER */
  .avWeatherLayout{
    display:grid!important;
    grid-template-columns:44px minmax(0,1fr)!important;
    gap:10px!important;
    align-items:center!important;
    width:100%!important;
    min-width:0!important;
  }
  .avWeatherIcon{
    display:grid!important;
    place-items:center!important;
    width:44px!important;
    height:44px!important;
    min-width:44px!important;
    min-height:44px!important;
    border-radius:14px!important;
    background:rgba(255,255,255,.07)!important;
    box-shadow:inset 0 0 0 1px rgba(215,168,86,.12)!important;
    font-size:26px!important;
    line-height:1!important;
  }
  .avWeatherCopy{min-width:0!important;width:100%!important;}
  .avWeatherEyebrow{
    margin:0 0 3px!important;
    font-size:8.5px!important;
    font-weight:750!important;
    line-height:1.15!important;
    color:rgba(255,250,240,.74)!important;
    white-space:normal!important;
    overflow-wrap:break-word!important;
  }
  .avWeatherCondition{
    margin:0 0 3px!important;
    font-size:11px!important;
    font-weight:850!important;
    line-height:1.12!important;
    color:var(--avelune-ivory)!important;
    white-space:normal!important;
    overflow-wrap:break-word!important;
  }
  .avWeatherTemp{
    margin:0 0 4px!important;
    font-size:20px!important;
    font-weight:850!important;
    line-height:1!important;
    color:var(--avelune-ivory)!important;
    white-space:nowrap!important;
  }
  .avWeatherTemp span{font-size:12px!important;color:rgba(255,250,240,.72)!important;}
  .avWeatherMeta{
    margin:0!important;
    width:100%!important;
    min-width:0!important;
    font-size:8.5px!important;
    line-height:1.2!important;
    color:rgba(255,250,240,.70)!important;
    white-space:normal!important;
    overflow-wrap:break-word!important;
    overflow:hidden!important;
    display:-webkit-box!important;
    -webkit-box-orient:vertical!important;
    -webkit-line-clamp:3!important;
  }

  body.aveluneTripMode .tripWorkspace .heroHeader.heroNoPhoto{
    grid-template-columns:1fr!important;
  }
  body.aveluneTripMode .tripWorkspace .heroHeader.heroNoPhoto .avHeroDeck{
    grid-column:1!important;
    width:min(920px,100%)!important;
    justify-self:center!important;
  }
}

@media (max-width:760px){
  /* On mobile retain the existing trip behavior, but the new card markup stacks naturally. */
  body.aveluneTripMode .tripWorkspace .avHeroDeck{display:block!important;}
  body.aveluneTripMode .tripWorkspace .avHeroCard{width:100%!important;}
  .avWeatherIcon{display:none!important;}
  .avWeatherLayout{display:block!important;}
}


/* ==========================================================
   Avelune v0.4.7 — canonical MOBILE trip status stack
   NAV (64px)
   UP NEXT
   WEATHER
   SCROLLING TRIP CONTENT
   No trip photo on mobile.
   ========================================================== */
@media (max-width:850px){
  body.aveluneTripMode .tripWorkspace .heroHeader{
    position:fixed!important;
    top:64px!important;
    left:0!important;
    right:0!important;
    z-index:9900!important;
    display:block!important;
    width:100%!important;
    height:196px!important;
    min-height:196px!important;
    max-height:196px!important;
    margin:0!important;
    padding:0!important;
    overflow:hidden!important;
    background:var(--avelune-blue)!important;
    border-bottom:1px solid rgba(215,168,86,.30)!important;
  }

  body.aveluneTripMode .tripWorkspace .heroArtwork,
  body.aveluneTripMode .tripWorkspace .heroImage{
    display:none!important;
  }

  body.aveluneTripMode .tripWorkspace .avHeroDeck{
    position:absolute!important;
    inset:0!important;
    display:grid!important;
    grid-template-columns:1fr!important;
    grid-template-rows:106px 74px!important;
    gap:8px!important;
    width:100%!important;
    height:196px!important;
    min-height:196px!important;
    max-height:196px!important;
    margin:0!important;
    padding:8px 12px!important;
    box-sizing:border-box!important;
    background:var(--avelune-blue)!important;
    overflow:hidden!important;
  }

  body.aveluneTripMode .tripWorkspace .avHeroCard{
    width:100%!important;
    min-width:0!important;
    max-width:100%!important;
    height:100%!important;
    min-height:0!important;
    max-height:none!important;
    margin:0!important;
    padding:9px 12px!important;
    box-sizing:border-box!important;
    border:1px solid rgba(215,168,86,.48)!important;
    border-radius:16px!important;
    background:linear-gradient(145deg,rgba(255,255,255,.065),rgba(255,255,255,.025))!important;
    box-shadow:none!important;
    overflow:hidden!important;
  }

  body.aveluneTripMode .tripWorkspace .avHeroNext{
    grid-row:1!important;
    display:flex!important;
    flex-direction:column!important;
    justify-content:flex-start!important;
  }

  body.aveluneTripMode .tripWorkspace .avHeroWeather{
    grid-row:2!important;
    display:flex!important;
    flex-direction:column!important;
    justify-content:center!important;
  }

  body.aveluneTripMode .tripWorkspace .avNextEyebrow{
    margin:0 0 4px!important;
    font-size:8px!important;
  }

  body.aveluneTripMode .tripWorkspace .avNextMain{
    grid-template-columns:32px minmax(0,1fr)!important;
    gap:8px!important;
  }

  body.aveluneTripMode .tripWorkspace .avNextNumber{
    width:30px!important;
    height:30px!important;
    min-width:30px!important;
    min-height:30px!important;
    font-size:13px!important;
  }

  body.aveluneTripMode .tripWorkspace .avNextTitle{
    font-size:13px!important;
    line-height:1.08!important;
    -webkit-line-clamp:2!important;
  }

  body.aveluneTripMode .tripWorkspace .avNextMeta{
    margin-top:3px!important;
    font-size:8.5px!important;
    line-height:1.12!important;
    -webkit-line-clamp:1!important;
  }

  body.aveluneTripMode .tripWorkspace .avNextAction{
    height:19px!important;
    min-height:19px!important;
    margin-top:4px!important;
    padding:0 8px!important;
    font-size:8px!important;
    line-height:17px!important;
  }

  body.aveluneTripMode .tripWorkspace .avWeatherLayout{
    display:grid!important;
    grid-template-columns:30px minmax(0,1fr)!important;
    gap:8px!important;
    align-items:center!important;
  }

  body.aveluneTripMode .tripWorkspace .avWeatherIcon{
    display:grid!important;
    width:30px!important;
    height:30px!important;
    min-width:30px!important;
    min-height:30px!important;
    border-radius:10px!important;
    font-size:18px!important;
  }

  body.aveluneTripMode .tripWorkspace .avWeatherEyebrow{
    margin:0 0 2px!important;
    font-size:7.5px!important;
  }

  body.aveluneTripMode .tripWorkspace .avWeatherCondition{
    margin:0 0 1px!important;
    font-size:10px!important;
  }

  body.aveluneTripMode .tripWorkspace .avWeatherTemp{
    display:inline!important;
    margin:0 5px 0 0!important;
    font-size:15px!important;
  }

  body.aveluneTripMode .tripWorkspace .avWeatherTemp span{
    font-size:10px!important;
  }

  body.aveluneTripMode .tripWorkspace .avWeatherMeta{
    font-size:7.5px!important;
    line-height:1.12!important;
    -webkit-line-clamp:1!important;
  }

  /* Preserve the original mobile geometry from the consolidated base:
     nav 64 + status 196 = scrolling content starts at 260. */
  body.aveluneTripMode .tripWorkspace main{
    top:260px!important;
  }

  body.mobileMapOpen.aveluneTripMode .tripWorkspace .heroHeader{
    display:none!important;
  }

  body.mobileMapOpen.aveluneTripMode .tripWorkspace main{
    top:64px!important;
  }
}


/* ==========================================================
   Avelune v0.4.9 — mobile status breathing room
   ========================================================== */
@media (max-width:850px){
  :root{
    --av23-status-h:224px!important;
    --av23-chrome-h:288px!important;
  }

  body.aveluneTripMode .tripWorkspace .heroHeader{
    height:224px!important;
    min-height:224px!important;
    max-height:224px!important;
  }

  body.aveluneTripMode .tripWorkspace .avHeroDeck{
    grid-template-rows:126px 74px!important;
    gap:8px!important;
    height:224px!important;
    min-height:224px!important;
    max-height:224px!important;
    padding:8px 12px!important;
  }

  body.aveluneTripMode .tripWorkspace .avHeroNext{
    padding:11px 13px!important;
  }

  body.aveluneTripMode .tripWorkspace .avNextTitle{
    font-size:14px!important;
    line-height:1.12!important;
    -webkit-line-clamp:3!important;
  }

  body.aveluneTripMode .tripWorkspace .avNextMeta{
    font-size:9px!important;
    line-height:1.18!important;
    -webkit-line-clamp:2!important;
  }

  body.aveluneTripMode .tripWorkspace main{
    top:288px!important;
  }

  body.mobileMapOpen.aveluneTripMode .tripWorkspace main{
    top:64px!important;
  }
}


/* ==========================================================
   Avelune v0.4.11 — mobile trip status reset
   Clean stacked Up Next + Weather; no image; no map CTA.
   ========================================================== */
@media (max-width:850px){
  :root{
    --av23-status-h:218px!important;
    --av23-chrome-h:282px!important;
  }

  body.aveluneTripMode .tripWorkspace .heroHeader{
    top:64px!important;
    height:218px!important;
    min-height:218px!important;
    max-height:218px!important;
    background:var(--avelune-blue)!important;
  }

  body.aveluneTripMode .tripWorkspace .heroArtwork,
  body.aveluneTripMode .tripWorkspace .heroImage{
    display:none!important;
  }

  body.aveluneTripMode .tripWorkspace .avHeroDeck{
    display:grid!important;
    grid-template-columns:1fr!important;
    grid-template-rows:118px 84px!important;
    gap:8px!important;
    height:218px!important;
    min-height:218px!important;
    max-height:218px!important;
    padding:8px 12px!important;
    background:var(--avelune-blue)!important;
  }

  body.aveluneTripMode .tripWorkspace .avHeroCard{
    width:100%!important;
    height:100%!important;
    min-height:0!important;
    margin:0!important;
    padding:10px 13px!important;
    border-radius:16px!important;
    overflow:hidden!important;
  }

  body.aveluneTripMode .tripWorkspace .avHeroNext{
    justify-content:center!important;
  }

  body.aveluneTripMode .tripWorkspace .avNextEyebrow{
    margin:0 0 5px!important;
    font-size:10px!important;
    line-height:1!important;
    letter-spacing:.09em!important;
  }

  body.aveluneTripMode .tripWorkspace .avNextMain{
    display:grid!important;
    grid-template-columns:36px minmax(0,1fr)!important;
    gap:9px!important;
    align-items:start!important;
  }

  body.aveluneTripMode .tripWorkspace .avNextNumber{
    display:grid!important;
    place-items:center!important;
    width:34px!important;
    height:34px!important;
    min-width:34px!important;
    min-height:34px!important;
    font-size:15px!important;
    line-height:1!important;
  }

  body.aveluneTripMode .tripWorkspace .avNextTitle{
    margin:0!important;
    font-size:18px!important;
    line-height:1.08!important;
    white-space:normal!important;
    overflow:hidden!important;
    -webkit-line-clamp:2!important;
  }

  body.aveluneTripMode .tripWorkspace .avNextMeta{
    margin-top:5px!important;
    font-size:12px!important;
    line-height:1.18!important;
    white-space:normal!important;
    overflow:hidden!important;
    -webkit-line-clamp:2!important;
  }

  body.aveluneTripMode .tripWorkspace .avNextAction{
    display:none!important;
  }

  body.aveluneTripMode .tripWorkspace .avHeroWeather{
    justify-content:center!important;
  }

  body.aveluneTripMode .tripWorkspace .avWeatherLayout{
    display:grid!important;
    grid-template-columns:38px minmax(0,1fr)!important;
    gap:10px!important;
    align-items:center!important;
    width:100%!important;
    min-width:0!important;
  }

  body.aveluneTripMode .tripWorkspace .avWeatherIcon{
    display:grid!important;
    place-items:center!important;
    width:38px!important;
    height:38px!important;
    min-width:38px!important;
    min-height:38px!important;
    border-radius:12px!important;
    font-size:22px!important;
    line-height:1!important;
  }

  body.aveluneTripMode .tripWorkspace .avWeatherCopy{
    display:grid!important;
    grid-template-columns:auto 1fr!important;
    grid-template-rows:auto auto auto!important;
    column-gap:8px!important;
    align-items:baseline!important;
    min-width:0!important;
  }

  body.aveluneTripMode .tripWorkspace .avWeatherEyebrow{
    grid-column:1 / -1!important;
    margin:0 0 2px!important;
    font-size:9.5px!important;
    line-height:1.1!important;
  }

  body.aveluneTripMode .tripWorkspace .avWeatherCondition{
    grid-column:1!important;
    margin:0!important;
    font-size:13px!important;
    line-height:1.1!important;
    white-space:nowrap!important;
  }

  body.aveluneTripMode .tripWorkspace .avWeatherTemp{
    grid-column:2!important;
    display:block!important;
    margin:0!important;
    font-size:18px!important;
    line-height:1!important;
    white-space:nowrap!important;
  }

  body.aveluneTripMode .tripWorkspace .avWeatherTemp span{
    font-size:12px!important;
  }

  body.aveluneTripMode .tripWorkspace .avWeatherMeta{
    grid-column:1 / -1!important;
    margin-top:3px!important;
    font-size:10px!important;
    line-height:1.12!important;
    white-space:normal!important;
    overflow:hidden!important;
    -webkit-line-clamp:1!important;
  }

  body.aveluneTripMode .tripWorkspace main{
    top:282px!important;
  }

  body.mobileMapOpen.aveluneTripMode .tripWorkspace main{
    top:64px!important;
  }
}

/* Avelune v0.16.0 — premium active-concierge hierarchy */
body.aveluneTripMode .tripWorkspace .avHeroCard{border-color:rgba(255,250,240,.13)!important;box-shadow:0 14px 38px rgba(0,0,0,.13)!important;backdrop-filter:blur(12px)}
body.aveluneTripMode .tripWorkspace .avHeroNext{background:rgba(3,24,39,.84)!important}
body.aveluneTripMode .tripWorkspace .avHeroWeather{background:rgba(3,24,39,.62)!important;opacity:.92}
.avHeroEyebrow{color:var(--avelune-gold)!important;letter-spacing:.14em!important}
.avHeroPlaceholder{color:rgba(255,250,240,.66)!important}


/* Avelune v0.16.1 — the trip chrome is one continuous navy canvas. */
body.aveluneTripMode .tripWorkspace .heroHeader,
body.aveluneTripMode .tripWorkspace .heroHeader.heroNoPhoto{
  border-bottom:0!important;
  box-shadow:none!important;
}


/* Avelune v0.16.2 — hero shell shares the exact page canvas. */
body.aveluneTripMode .tripWorkspace .heroHeader,
body.aveluneTripMode .tripWorkspace .heroArtwork,
body.aveluneTripMode .tripWorkspace .avHeroDeck{
  background:var(--avelune-blue)!important;
  background-image:none!important;
}


/* ================================================================
   Avelune v0.16.3 — seamless trip hero canvas
   ================================================================ */
@media (min-width:761px){
  body.aveluneTripMode .tripWorkspace .heroHeader,
  body.aveluneTripMode .tripWorkspace .heroHeader.heroHasPhoto,
  body.aveluneTripMode .tripWorkspace .heroHeader.heroPhotoWide,
  body.aveluneTripMode .tripWorkspace .heroHeader.heroPhotoStandard,
  body.aveluneTripMode .tripWorkspace .heroHeader.heroPhotoTall{
    grid-template-columns:max-content minmax(0,1fr)!important;
    background:var(--avelune-blue)!important;
  }
  body.aveluneTripMode .tripWorkspace .heroArtwork,
  body.aveluneTripMode .tripWorkspace .heroHeader.heroHasPhoto .heroArtwork,
  body.aveluneTripMode .tripWorkspace .heroHeader.heroPhotoWide .heroArtwork,
  body.aveluneTripMode .tripWorkspace .heroHeader.heroPhotoStandard .heroArtwork,
  body.aveluneTripMode .tripWorkspace .heroHeader.heroPhotoTall .heroArtwork{
    width:auto!important;
    max-width:360px!important;
    background:transparent!important;
    flex:0 0 auto!important;
  }
  body.aveluneTripMode .tripWorkspace .heroArtwork .heroImage{
    width:auto!important;
    max-width:360px!important;
    background:transparent!important;
  }
  body.aveluneTripMode .tripWorkspace .avHeroDeck{
    grid-column:2!important;
    width:100%!important;
    background:transparent!important;
  }
  body.aveluneTripMode .tripWorkspace .heroHeader.heroNoPhoto{
    grid-template-columns:1fr!important;
  }
  body.aveluneTripMode .tripWorkspace .heroHeader.heroNoPhoto .avHeroDeck{
    grid-column:1!important;
  }
}


/* ================================================================
   Avelune v0.16.5 — compact trip masthead
   Weather — trip banner — Up Next, evenly spaced on one navy canvas.
   ================================================================ */
@media (min-width:851px){
  body.aveluneTripMode .tripWorkspace .heroHeader,
  body.aveluneTripMode .tripWorkspace .heroHeader.heroHasPhoto,
  body.aveluneTripMode .tripWorkspace .heroHeader.heroPhotoWide,
  body.aveluneTripMode .tripWorkspace .heroHeader.heroPhotoStandard,
  body.aveluneTripMode .tripWorkspace .heroHeader.heroPhotoTall,
  body.aveluneTripMode .tripWorkspace .heroHeader.heroNoPhoto{
    display:grid!important;
    grid-template-columns:max-content max-content max-content!important;
    grid-template-rows:150px!important;
    justify-content:space-between!important;
    align-items:center!important;
    column-gap:clamp(28px,4.5vw,88px)!important;
    width:100%!important;
    height:150px!important;
    min-height:150px!important;
    max-height:150px!important;
    padding:0 clamp(24px,3.4vw,62px)!important;
    background:var(--avelune-blue)!important;
    overflow:hidden!important;
    border-bottom:0!important;
  }
  body.aveluneTripMode .tripWorkspace .avHeroDeck{
    display:contents!important;
  }
  body.aveluneTripMode .tripWorkspace .avHeroWeather{
    grid-column:1!important;
    grid-row:1!important;
    width:clamp(255px,21vw,330px)!important;
    height:108px!important;
    min-height:108px!important;
    max-height:108px!important;
    padding:11px 13px!important;
    justify-content:center!important;
    background:rgba(3,24,39,.34)!important;
    border-color:rgba(255,250,240,.10)!important;
    box-shadow:0 10px 26px rgba(0,0,0,.08)!important;
  }
  body.aveluneTripMode .tripWorkspace .heroArtwork,
  body.aveluneTripMode .tripWorkspace .heroHeader.heroHasPhoto .heroArtwork,
  body.aveluneTripMode .tripWorkspace .heroHeader.heroPhotoWide .heroArtwork,
  body.aveluneTripMode .tripWorkspace .heroHeader.heroPhotoStandard .heroArtwork,
  body.aveluneTripMode .tripWorkspace .heroHeader.heroPhotoTall .heroArtwork{
    grid-column:2!important;
    grid-row:1!important;
    width:clamp(250px,19vw,330px)!important;
    max-width:330px!important;
    height:124px!important;
    min-height:124px!important;
    max-height:124px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    background:transparent!important;
    overflow:hidden!important;
  }
  body.aveluneTripMode .tripWorkspace .heroArtwork .heroImage{
    width:100%!important;
    max-width:330px!important;
    height:124px!important;
    min-height:124px!important;
    max-height:124px!important;
    object-fit:contain!important;
    object-position:center!important;
    border-radius:0!important;
    background:transparent!important;
  }
  body.aveluneTripMode .tripWorkspace .avHeroNext{
    grid-column:3!important;
    grid-row:1!important;
    width:clamp(300px,25vw,400px)!important;
    height:108px!important;
    min-height:108px!important;
    max-height:108px!important;
    padding:11px 13px!important;
    justify-content:center!important;
    background:rgba(3,24,39,.50)!important;
    border-color:rgba(215,168,86,.30)!important;
    box-shadow:0 10px 26px rgba(0,0,0,.09)!important;
  }
  body.aveluneTripMode .tripWorkspace .heroHeader.heroNoPhoto{
    grid-template-columns:max-content max-content!important;
  }
  body.aveluneTripMode .tripWorkspace .heroHeader.heroNoPhoto .avHeroWeather{grid-column:1!important}
  body.aveluneTripMode .tripWorkspace .heroHeader.heroNoPhoto .avHeroNext{grid-column:2!important}
  body.aveluneTripMode .tripWorkspace .heroHeader.heroNoPhoto .heroArtwork{display:none!important}
  .avWeatherIcon{width:34px!important;height:34px!important;min-width:34px!important;min-height:34px!important}
  .avWeatherCondition{font-size:12px!important;line-height:1.12!important}
  .avWeatherMeta{font-size:9px!important;line-height:1.25!important}
  .avNextEyebrow,.avHeroEyebrow{margin-bottom:5px!important;font-size:8px!important}
  .avNextTitle{font-size:17px!important;line-height:1.05!important}
  .avNextMeta{font-size:10px!important;line-height:1.18!important}
}
