/* Honor Grid map layout polish: keep national geography clear of the bottom control rail. */
@media (min-width: 761px) {
  .grid-map-frame:not(.is-expanded) {
    min-height: 680px;
  }

  .grid-map-frame:not(.is-expanded) #honor-grid-map {
    bottom: 118px;
    height: auto;
  }

  .grid-map-frame:not(.is-expanded) .grid-locator,
  .grid-map-frame:not(.is-expanded) .grid-metrics {
    bottom: 18px;
  }
}
