.mapbox-container{position:relative;width:100%;height:100%}.mapbox-marker{cursor:pointer;transition:transform .2s ease-in-out}.mapbox-marker:hover{transform:scale(1.1)}.mapbox-popup .mapboxgl-popup-content{border-radius:8px;box-shadow:0 4px 6px -1px rgba(0,0,0,.1);border:1px solid #e5e7eb}.mapbox-controls{display:flex;flex-direction:column;gap:2px}.mapbox-control-button{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:white;border:1px solid #d1d5db;border-radius:4px;cursor:pointer;transition:background-color .2s ease-in-out}.mapbox-control-button:hover{background-color:#f9fafb}.mapbox-search-results{max-height:240px;overflow-y:auto;z-index:1000}.mapbox-search-result-item{padding:8px 12px;cursor:pointer;transition:background-color .2s ease-in-out;border-bottom:1px solid #f3f4f6}.mapbox-search-result-item:hover{background-color:#f9fafb}.mapbox-search-result-item:last-child{border-bottom:none}