/* Travel S Helper — Places V10 Mobile Polish
   Galata pilot. V9 design retained. This file fixes only:
   1) mobile horizontal gutters for Introduction + visitor sidebar;
   2) the dark right-edge bleed from the off-canvas drawer shadow. */

body.tsh-place-v10{
  overflow-x:clip
}

/* The closed drawer was translated off-canvas but its negative-X shadow still
   blurred back into the viewport. Keep the shadow only while the drawer is open. */
.tsh-place-v10 .drawer{
  box-shadow:none;
  pointer-events:none
}
.tsh-place-v10 .drawer.open{
  box-shadow:-20px 0 50px rgba(0,0,0,.22);
  pointer-events:auto
}

@media(max-width:980px){
  /* V8 used padding: ... 0 ..., which overrode .container's inline gutters.
     Restore intentional tablet/mobile breathing room. */
  .tsh-place-v10 .content-grid.container{
    padding-left:24px;
    padding-right:24px
  }
  .tsh-place-v10 .maincol,
  .tsh-place-v10 .v8-visit-rail,
  .tsh-place-v10 .v8-side-module{
    width:100%;
    min-width:0;
    max-width:none
  }
}

@media(max-width:720px){
  .tsh-place-v10 .content-grid.container{
    padding-left:18px;
    padding-right:18px
  }
  .tsh-place-v10 .v8-visit-rail{
    gap:42px
  }
  /* With real outer gutters, the subtle card shadow reads as depth rather than
     a black edge at the viewport boundary. */
  .tsh-place-v10 .v8-card{
    box-shadow:0 8px 22px rgba(39,33,26,.05)
  }
}
