/* Keep asynchronous counters and dates from changing the map's position. */
.home-page .map-results-bar {
  line-height: 16px;
  min-height: 41px;
}
.home-page #count {
  display: inline-block;
  min-width: 5ch;
}
.home-page #updatedAt {
  display: inline-block;
  min-width: 17ch;
  white-space: nowrap;
}
@media (max-width: 760px) {
  .home-page .map-results-bar {
    display: grid;
    grid-template-columns: 1fr;
    min-height: 56px;
  }
}
