/* Neubrutalism Map Styles */
.leaflet-popup-content-wrapper {
    border-radius: 0 !important;
    border: 3px solid #0A0A0A !important;
    box-shadow: 5px 5px 0px #0A0A0A !important;
    padding: 0 !important;
}
.leaflet-popup-tip {
    border-top-color: #0A0A0A !important;
    box-shadow: none !important;
}
.leaflet-popup-close-button {
    font-size: 18px !important;
    color: #0A0A0A !important;
    right: 6px !important;
    top: 4px !important;
}
.nb-map-popup {
    padding: 0.75rem 1rem;
    font-family: 'Barlow Condensed', sans-serif;
}
.nb-map-popup__title {
    display: block;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.125rem;
    letter-spacing: 0.02em;
    color: #0A0A0A;
    margin-bottom: 0.25rem;
}
.nb-map-popup__date {
    display: block;
    font-family: 'DM Mono', monospace;
    font-size: 0.6875rem;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 0.5rem;
}
.nb-map-popup__link {
    display: inline-block;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 0.875rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #0A0A0A;
    background: #FFE500;
    border: 2px solid #0A0A0A;
    padding: 0.25rem 0.75rem;
    text-decoration: none;
    transition: all 0.12s ease;
}
.nb-map-popup__link:hover {
    transform: translate(-1px, -1px);
    box-shadow: 3px 3px 0px #0A0A0A;
}

/* Map container NB style */
[data-map] {
    border: 3px solid #0A0A0A;
    box-shadow: 5px 5px 0px #0A0A0A;
}

/* Geolocation button NB style */
.nb-geo-btn {
    border: 3px solid #0A0A0A;
    background: #FFE500;
    color: #0A0A0A;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 0.875rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 0.5rem 1rem;
    cursor: pointer;
    transition: all 0.12s ease;
    box-shadow: 3px 3px 0px #0A0A0A;
}
.nb-geo-btn:hover {
    transform: translate(-2px, -2px);
    box-shadow: 5px 5px 0px #0A0A0A;
}
