html, body { height: 100%; margin: 0;
}
#map {
height: 100vh; width: 100%;
}
.popup-content { font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
}
.popup-title { font-weight: 700; margin-bottom: 6px;
}
.popup-button { display: inline-block; margin-top: 8px; padding: 6px 10px; border-radius: 6px; text-decoration: none; border: 1px solid rgba(0,0,0,0.1);
}
