/* Travel S Helper — Turkey Places V14B
   Scope: keep V13B visual direction; fix duplicated mobile nav and remove floating shell behavior. */

/* Local Turkey directory header is part of normal document flow, not sticky/floating. */
.tsh-v14b .site-header{
  position:relative;
  top:auto;
  z-index:80;
  box-shadow:none;
  border-bottom:1px solid #302c28
}

/* The Back/Share actionbar also remains in document flow, otherwise it would float
   after the now-static local header and create an artificial header-like strip. */
.tsh-v14b .actionbar{
  position:relative;
  top:auto;
  z-index:60;
  box-shadow:none
}

/* Desktop/tablet-wide: directory links visible, Menu button hidden. */
.tsh-v14b .tsh-directory-nav-links{
  display:flex
}
.tsh-v14b .mobile-menu-btn{
  display:none
}

/* Mobile/tablet-narrow: only the existing Menu control remains.
   It continues to use the original TSH.toggleMobile() full-width panel. */
@media(max-width:1080px){
  .tsh-v14b .tsh-directory-nav-links{
    display:none!important
  }
  .tsh-v14b .mobile-menu-btn{
    display:block
  }
}

/* Preserve existing compact B dimensions. */
@media(max-width:900px){
  .tsh-v14b .site-header .header-row{
    height:52px
  }
}

/* Remove obsolete sticky offset assumptions from the original base stylesheet. */
@media(max-width:720px){
  .tsh-v14b .actionbar{
    top:auto
  }
}
