.map-overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.45);z-index:1000;align-items:center;justify-content:center;padding:20px}
.map-overlay.visible{display:flex}
.map-modal{background:#fff;border-radius:0;width:96vw;max-width:1200px;height:92vh;overflow:hidden;position:relative;box-shadow:0 2px 4px rgba(0,0,0,.2);display:flex;flex-direction:column}
.map-modal-header{display:flex;align-items:center;justify-content:space-between;padding:14px 18px}
.map-modal-header span{font-size:1rem;font-weight:700;color:#111}
.map-close{width:48px;height:48px;border-radius:100px;border:none;background:#f5f5f5;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background 80ms}
.map-close:hover{background:#eee}
.map-close svg{width:20px;height:20px;stroke:#666;stroke-width:2.5;fill:none}
.map-container{width:100%;flex:1}
.map-hint{font-size:.875rem;color:#aaa;text-align:center;padding:10px 0}
.inline-map{width:100%;max-width:600px;height:280px;display:none;margin-bottom:16px;border:1px solid #e0e0e0}
.inline-map.visible{display:block}
