/* Base CSS for Quote Page */
html, body, #map-container, #map, #quote-app { width:100%; height:100%; margin:0; padding:0; }
.toolbar-overlay { position:absolute; top:10px; left:10px; display:flex; flex-wrap:wrap; gap:0.5rem; z-index:1000; }
.btn, .btn-circle { border:1px solid #444; background:#eee; cursor:pointer; }
.btn-circle { border-radius:50%; width:48px; height:48px; display:flex; align-items:center; justify-content:center; color:#000; text-decoration:none; }
.btn { padding:0.5rem 1rem; border-radius:12px; }
.btn-primary { background:#4a90e2; color:#fff; }
.lightbox { position:fixed; inset:0; background:rgba(0,0,0,0.65); display:none; z-index:2000; padding:2rem; overflow:auto; }
.lightbox > div { background:#fff; padding:1rem; max-width:800px; margin:auto; }