/* Botanical Dark Map Styles */
.leaflet-popup-content-wrapper {
    border-radius: 0 !important;
    border: 1px solid #0e1208 !important;
    box-shadow: none !important;
    padding: 0 !important;
}
.leaflet-popup-tip {
    border-top-color: #0e1208 !important;
    box-shadow: none !important;
}
.leaflet-popup-close-button {
    font-size: 18px !important;
    color: #0e1208 !important;
    right: 6px !important;
    top: 4px !important;
}
.bd-map-popup {
    padding: 0.75rem 1rem;
    font-family: 'Libre Franklin', sans-serif;
}
.bd-map-popup__title {
    display: block;
    font-family: 'Cormorant Garamond', sans-serif;
    font-size: 1.125rem;
    letter-spacing: 0.02em;
    color: #0e1208;
    margin-bottom: 0.25rem;
}
.bd-map-popup__date {
    display: block;
    font-family: 'DM Mono', monospace;
    font-size: 0.6875rem;
    color: #5a6840;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 0.5rem;
}
.bd-map-popup__link {
    display: inline-block;
    font-family: 'Cormorant Garamond', sans-serif;
    font-size: 0.875rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #0e1208;
    background: #c8d97e;
    border: 1px solid #0e1208;
    padding: 0.25rem 0.75rem;
    text-decoration: none;
    transition: all 0.12s ease;
}
.bd-map-popup__link:hover {
    transform: translate(-1px, -1px);
    box-shadow: none;
}

/* Map container BD style */
[data-map] {
    border: 1px solid #0e1208;
    box-shadow: none;
}

/* Geolocation button BD style */
.bd-geo-btn {
    border: 1px solid #0e1208;
    background: #c8d97e;
    color: #0e1208;
    font-family: 'Cormorant Garamond', 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: none;
}
.bd-geo-btn:hover {
    transform: translate(-2px, -2px);
    box-shadow: none;
}
