html,
body {
    height: 100%;
    margin: 0;
}

#map {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.maplibregl-popup-content {
    border-radius: 6px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
    font: 13px/1.35 Arial, sans-serif;
    max-width: 260px;
}

.popup-title {
    font-weight: 700;
    margin-bottom: 6px;
}
