/* v824.9: desktop charger list ends at the map canvas bottom; mobile/fullscreen keep their own layout. */
@media (min-width:1051px){
  .charging-map-side{display:flex;flex-direction:column;align-self:start;min-height:0;height:var(--dq-map-side-height,auto);overflow:hidden}
  .charging-map-side .map-result-list{flex:1 1 auto;min-height:0;max-height:none;overflow-y:auto}
}
@media (max-width:1050px){
  .charging-map-side{height:auto!important;overflow:visible}
  .charging-map-side .map-result-list{flex:0 1 auto;max-height:420px;overflow-y:auto}
}
