.location-finder{--finder-yellow:#ffc91f;--finder-teal:#087f78;--finder-purple:#b451b7;background:var(--finder-yellow);color:#111;display:grid;gap:16px;grid-template-columns:minmax(310px,370px) minmax(0,1fr);height:calc(100vh - 8px);min-height:720px;padding:24px;width:100%}.location-finder__panel{display:flex;flex-direction:column;min-height:0}.location-finder__status{background:#fff4c5;font-size:14px;margin:8px 0 0;padding:8px 12px}.location-finder__map-wrap{background:#dce9e7;border:2px solid #fff;min-height:500px;overflow:hidden;position:relative}.location-finder__map{height:100%;width:100%}.location-finder__map-message{background:radial-gradient(circle at 60% 40%,#edf5ee 0 8%,transparent 9%),linear-gradient(135deg,#d9eadf,#b7d4e5);display:grid;inset:0;padding:24px;place-items:center;position:absolute;text-align:center}.location-finder__map-message div{background:#ffffffeb;box-shadow:0 10px 30px #0000001f;display:grid;gap:8px;max-width:420px;padding:22px}.location-search label{display:block;font-size:14px;font-weight:700;margin-bottom:7px}.location-search__field{border-bottom:5px solid var(--finder-purple);position:relative}.location-search input{background:#fff;border:0;border-radius:0;color:#111;height:48px;outline:0;padding:0 52px 0 22px;width:100%}.location-search input:focus-visible{box-shadow:inset 0 0 0 3px #111}.location-search button{display:grid;height:48px;place-items:center;position:absolute;right:0;top:0;width:52px}.location-search button svg{fill:none;stroke:currentcolor;stroke-linecap:round;stroke-width:2.5;width:23px}.location-results{display:grid;flex:1;gap:7px;margin-top:7px;min-height:0;overflow-y:auto;padding-right:9px;scrollbar-color:var(--finder-purple) #f9e5f9;scrollbar-width:auto}.location-results::-webkit-scrollbar{width:16px}.location-results::-webkit-scrollbar-track{background:#f9e5f9;border-radius:20px}.location-results::-webkit-scrollbar-thumb{background:var(--finder-purple);border:4px solid #f9e5f9;border-radius:20px}.location-card{align-items:flex-start;background:#fff;border:4px solid transparent;color:#111;display:flex;flex-direction:column;height:250px;line-height:1.45;padding:15px 23px 18px;text-align:left;transition:border-color .16s ease,transform .16s ease;width:100%}.location-card--active,.location-card:focus-visible,.location-card:hover{border-color:var(--finder-purple);outline:0}.location-card:hover{transform:translate(2px)}.location-card__name{font-size:17px;margin-bottom:6px}.location-card__organization{background:var(--finder-teal);color:#fff;margin-top:auto;padding:5px 9px}:global(.map-marker){background:transparent;height:72px;width:52px}:global(.map-marker img){filter:drop-shadow(0 2px 1px rgba(0,0,0,.2));height:100%;-o-object-fit:contain;object-fit:contain;transition:filter .16s ease,transform .16s ease;width:100%}:global(.map-marker--active){z-index:2}:global(.map-marker--active img){filter:hue-rotate(122deg) drop-shadow(0 2px 1px rgba(0,0,0,.2));transform:scale(1.08)}:global(.map-marker:focus-visible),:global(.map-marker:hover){outline:0;z-index:2}:global(.map-marker:focus-visible img),:global(.map-marker:hover img){filter:drop-shadow(0 0 3px #fff) drop-shadow(0 2px 1px rgba(0,0,0,.2));transform:translateY(-3px)}.sr-only{height:1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border:0;white-space:nowrap}@media(max-width:767px){.location-finder{gap:8px;grid-template-columns:1fr;grid-template-rows:auto auto minmax(360px,48vh) minmax(0,1fr);height:100vh;height:100dvh;min-height:680px;overflow:hidden;padding:16px 8px 8px}.location-finder__panel{display:contents}.location-finder__map-wrap{grid-row:3;min-height:0}.location-finder__status{grid-row:2;margin-top:0}.location-search{grid-row:1}.location-results{gap:8px;grid-row:4;margin-top:0;padding-right:8px}.location-card{min-height:205px;padding:13px 19px 17px}}
