/* Clone overrides — fixes for JS-applied behaviors that differ on clone */

/* Google Maps API key is domain-locked to 3routdoor.com — hide map on clone.
   ASK NICK: replace with new Maps key or Mapbox embed at cutover. */
#map,
.map-container,
[id*="map"],
iframe[src*="maps.google"],
iframe[src*="maps.googleapis"] {
  display: none !important;
}
