﻿/* A map workspace with clustered inventory and a restrained basemap. */
@import url('/discovery-premium.css');
.discovery-page .discovery-results.with-map{grid-template-columns:minmax(300px,.8fr) minmax(0,1.2fr);gap:22px;align-items:start}
.discovery-page .with-map .discovery-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.discovery-page .with-map #discovery-map{top:12px;border:1px solid #d8e1ed;border-radius:14px;box-shadow:0 8px 25px #132a4310;background:white;overflow:hidden}
.discovery-page .map-tools{display:flex;align-items:center;flex-wrap:wrap;gap:6px;padding:12px;border-bottom:1px solid #dce4ed;background:white}
.discovery-page .map-tools button{font-size:12px;min-height:36px;padding:8px 10px;border-radius:6px;border-color:#d9e2ed;color:#153251}
.discovery-page .map-tools button:hover,.discovery-page .map-tools .area-moved{background:#064eff;color:white;border-color:#064eff}
.map-auto{display:flex;align-items:center;gap:6px;font-size:12px;color:#304863;margin-right:auto;white-space:nowrap;min-height:36px}
.map-auto input{accent-color:#064eff;width:16px;height:16px;margin:0}
.discovery-page #browse-map{height:calc(100svh - 175px);min-height:440px;max-height:850px;background:#e3eaf0}
.discovery-page #browse-map .leaflet-tile-pane{filter:saturate(.5) contrast(.96) brightness(1.03)}
.discovery-page #browse-map[data-basemap=google] .leaflet-tile-pane{filter:none}
.discovery-page #map-provider-status{margin:0;padding:0 15px 10px;font-size:12px;color:#536b82}
.discovery-page #browse-map .leaflet-control-zoom{border:1px solid #d7e0ea;box-shadow:0 3px 16px #18325222;border-radius:9px;overflow:hidden;margin:0 15px 25px 0}
.discovery-page #browse-map .leaflet-control-zoom a{color:#193653;width:36px;height:36px;line-height:36px;font-family:Arial,sans-serif}
.listing-cluster-pin{background:transparent;border:0}
.listing-cluster-pin span{display:grid;place-items:center;width:44px;height:44px;border-radius:50%;background:#14376b;color:white;border:3px solid #fff;font:600 13px/1 'Segoe UI',Arial,sans-serif;box-shadow:0 3px 12px #102b4540}
.listing-cluster-pin:hover span{background:#064eff;transform:scale(1.08)}
.discovery-page .listing-price-pin span{font:600 12px/1.2 'Segoe UI',Arial,sans-serif;background:white;color:#173659;border:1px solid #b9c9dc;box-shadow:0 2px 8px #152c4026;padding:8px 7px;min-height:31px}
.discovery-page .listing-price-pin.is-active span,.discovery-page .listing-price-pin:hover span{background:#064eff;color:white;border-color:white}
.discovery-page .leaflet-popup-content-wrapper{border-radius:12px;padding:0;overflow:hidden;color:#14304c}
.discovery-page .leaflet-popup-content{margin:0;width:270px!important;font-family:'Segoe UI',Arial,sans-serif}
.discovery-page .map-home-preview{padding:0 14px 14px;line-height:1.5}
.discovery-page .map-home-preview img{width:calc(100% + 28px);max-width:none;height:160px;margin:0 -14px;border-radius:0;object-fit:cover}
.discovery-page .map-home-preview strong{font-size:22px;margin-top:12px}
.discovery-page .map-home-preview p{font-size:12px;line-height:1.5;margin:7px 0;color:#557087}
.discovery-page .map-home-preview .map-preview-address{font-size:14px;color:#142d4b}
.discovery-page .map-home-preview button{font-size:13px;background:#064eff;color:white;border-radius:6px;width:100%;min-height:42px;margin-top:5px}
.discovery-page #map-status{margin:0;padding:11px 15px;min-height:40px;font-size:12px;border-top:1px solid #e0e6ee;color:#536b82;background:white}
.map-ownership{border-top:1px solid #e2e7ef;background:white}
.map-ownership>summary{cursor:pointer;padding:12px 15px;font-size:13px;color:#244569;min-height:44px}
.discovery-page .map-ownership .map-possibilities{max-height:240px;padding:0 15px 15px;border-bottom:0}
.discovery-page #discovery-map:fullscreen{width:100%;height:100%;max-width:none;border:0;border-radius:0;display:flex;flex-direction:column}
.discovery-page #discovery-map:fullscreen #browse-map{height:auto;min-height:0;max-height:none;flex:1}
.discovery-page #discovery-map:fullscreen .map-ownership{display:none}
@media(max-width:1200px){.discovery-page .with-map .discovery-grid{grid-template-columns:1fr}.discovery-page .discovery-results.with-map{grid-template-columns:minmax(280px,.7fr) minmax(0,1.3fr)}}
@media(max-width:750px){.discovery-page .discovery-results.with-map{display:flex;flex-direction:column;gap:18px}.discovery-page .with-map #discovery-map{position:relative;top:0;order:-1;width:100%}.discovery-page .with-map .discovery-grid{width:100%;grid-template-columns:1fr}.discovery-page #browse-map{height:57svh;min-height:330px;max-height:620px}.discovery-page .map-tools{padding:8px;gap:5px}.map-auto{width:100%;min-height:28px}.discovery-page .map-tools button{font-size:12px;padding:7px 8px;min-height:36px}.discovery-page #map-expand{display:none}}
@media(prefers-reduced-motion:reduce){.listing-cluster-pin:hover span{transform:none}}
