/* Load after main.css (Bootstrap) so these overrides win. */
/* Map + listing split only between 1200px and 1728px. No flex/height hacks on the map container. */
@media (min-width: 1200px) and (max-width: 1728px) {
  .map-listing-split .map-pane-col {
    flex: 0 0 75% !important;
    max-width: 75% !important;
  }
  .map-listing-split .listing-count-pane-col {
    flex: 0 0 25% !important;
    max-width: 25% !important;
  }
}
