/* Travel S Helper V44 — bulk 12 museum batch */
.tsh-place-v44 .tsh-v44-lens-grid{
  width:min(100%,920px);
  margin:38px auto 32px;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  border-top:1px solid #e5ded5;
  border-bottom:1px solid #e5ded5
}
.tsh-place-v44 .tsh-v44-lens{padding:23px 21px;min-width:0}
.tsh-place-v44 .tsh-v44-lens+.tsh-v44-lens{border-left:1px solid #e5ded5}
.tsh-place-v44 .tsh-v44-lens span{display:block;margin-bottom:7px;color:#9b671c;font-size:8px;font-weight:850;letter-spacing:.13em;text-transform:uppercase}
.tsh-place-v44 .tsh-v44-lens h3{margin:0 0 8px!important;font-size:16.3px!important;line-height:1.22!important;font-weight:780!important}
.tsh-place-v44 .galata-v6-native-shell .chapter .tsh-v44-lens p{margin:0!important;font-size:12.3px!important;line-height:1.58!important;color:#706962!important}
@media(max-width:820px){
 .tsh-place-v44 .tsh-v44-lens-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
 .tsh-place-v44 .tsh-v44-lens:nth-child(odd){border-left:0}
 .tsh-place-v44 .tsh-v44-lens:nth-child(n+3){border-top:1px solid #e5ded5}
}
@media(max-width:560px){
 .tsh-place-v44 .tsh-v44-lens-grid{grid-template-columns:1fr}
 .tsh-place-v44 .tsh-v44-lens:nth-child(n){border-left:0}
 .tsh-place-v44 .tsh-v44-lens:nth-child(n+2){border-top:1px solid #e5ded5}
 .tsh-place-v44 .tsh-v44-lens{padding:20px 3px}
}