/* Google Maps draws a blue focus border over the map after a click; hide it (Google's own markup) */
.gm-style iframe + div {
  border: none !important;
}
