@media (max-width:1200px){
  .map-shell{
    grid-template-columns:280px 1fr;
    gap:12px;
  }

  .map-list{
    padding:9px;
  }
}

@media (max-width:900px){
  .map-header-title{
    margin-top:0;
    font-size:14px;
    white-space:nowrap;
  }

  .map-page{
    padding:10px 12px 14px;
  }

  .map-shell{
    grid-template-columns:1fr;
    height:auto;
    min-height:0;
  }

  .map-list{
    max-height:240px;
  }

  .map-canvas-wrap{
    min-height:62vh;
  }

  .map-status{
    left:10px;
    right:10px;
    top:10px;
    max-width:none;
    font-size:11px;
    padding:8px 10px;
  }
}

@media (max-width:640px){
  .map-header-title{
    font-size:12px;
  }

  .map-list-item{
    padding:9px 10px;
    border-radius:10px;
  }

  .map-list-title{
    font-size:13px;
  }

  .map-list-meta{
    font-size:11px;
  }

  .map-canvas-wrap{
    min-height:56vh;
    border-radius:12px;
  }

  .ikash-map-info{
    min-width:200px;
    max-width:230px;
    min-height:0;
    max-height:66vh;
    overflow:auto;
    -webkit-overflow-scrolling:touch;
    padding-bottom:12px;
  }

  .ikash-map-info-image{
    height:118px;
  }

  .ikash-map-info-title{
    font-size:14px;
  }

  .gm-style .gm-style-iw-c{
    max-height:74vh !important;
  }

  .gm-style .gm-style-iw-d{
    max-height:74vh !important;
    overflow:auto !important;
    -webkit-overflow-scrolling:touch;
  }

  .ikash-map-info-btn{
    margin-top:12px;
  }
}
