/* Travel S Helper — Places V19 Editorial Deck
   Galata pilot.
   V18 floor guide is locked and unchanged.
   This file changes only the text directly below major editorial headings. */

/* Major chapter deck: true magazine-style subtitle rather than helper prose. */
.tsh-place-v19 .galata-v6-native-shell .v8-editorial-head .v8-deck{
  position:relative;
  max-width:690px;
  margin:17px auto 0;
  padding:0;
  color:#736457;
  font-family:Georgia,"Times New Roman",serif;
  font-size:17.5px;
  line-height:1.5;
  font-style:italic;
  font-weight:400;
  letter-spacing:-.006em;
  text-align:center;
}

/* Remove V18 decorative hairline: italic serif + centered position now carries hierarchy. */
.tsh-place-v19 .galata-v6-native-shell .v8-editorial-head .v8-deck::before{
  content:none;
  display:none;
}

/* Keep the deck visually separated from prose that follows. */
.tsh-place-v19 .galata-v6-native-shell .v8-editorial-head{
  margin-bottom:36px;
}

/* Introduction keeps its own left-column logic from V18/V16; only chapter decks
   are converted to this centered italic treatment. */
.tsh-place-v19 .v8-intro>.v8-editorial-head .v8-deck{
  font-family:inherit;
  font-size:15.5px;
  line-height:1.55;
  font-style:normal;
  font-weight:540;
  text-align:left;
  color:#6a625a;
  margin:18px 0 0;
  max-width:660px;
}

@media(max-width:680px){
  .tsh-place-v19 .galata-v6-native-shell .v8-editorial-head .v8-deck{
    max-width:570px;
    margin-top:15px;
    font-size:16.2px;
    line-height:1.5;
  }

  .tsh-place-v19 .galata-v6-native-shell .v8-editorial-head{
    margin-bottom:30px;
  }

  .tsh-place-v19 .v8-intro>.v8-editorial-head .v8-deck{
    font-size:14.6px;
    line-height:1.52;
  }
}
