/* Evertreen popup theme for the MapLibre maps: minimal white card, brand-green link. */
.maplibregl-map,
.maplibregl-popup-content {
    font-family: inherit;
}
.maplibregl-popup-content {
    border-radius: 10px;
    padding: 10px 16px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.18);
    text-align: center;
    font-size: 14px;
    line-height: 1.4;
}
.maplibregl-popup-content a {
    color: #008636;
    font-weight: 600;
    text-decoration: none;
}
.maplibregl-popup-content a:hover {
    text-decoration: underline;
}
.maplibregl-popup-close-button {
    font-size: 16px;
    color: #9ca3af;
    padding: 0 6px;
}
.maplibregl-popup-close-button:hover {
    color: #4b5563;
    background: none;
}
