/* ARD360 static demo - hide features that need the real server. */

/* Map page: road filter and "add coordinate" need the database. */
[x-data="roadFilter()"],
button[title="Add Coordinate by clicking on map"] {
  display: none !important;
}

/* Panorama iframe: share link points at the public viewer on the real server. */
#panorama-share-btn {
  display: none !important;
}
