.bg-primary\/90 {
    background-color: rgba(35, 54, 106, 0.9) !important;
}

.hover\:bg-primary:hover {
    background-color: #23366a !important;
}

.hover\:bg-primary\/90:hover {
    background-color: rgba(35, 54, 106, 0.9) !important;
}

.bg-secondary {
    background-color: #333333 !important;
}

.text-secondary {
    color: #333333 !important;
}

.hover\:text-primary:hover {
    color: #23366a !important;
}

.hover\:text-white:hover {
    color: #ffffff !important;
}

.focus\:border-primary:focus {
    border-color: #23366a !important;
}

.border-primary {
    border-color: #23366a !important;
}

.focus\:ring-primary:focus {
    --tw-ring-color: #23366a !important;
}

.from-primary {
    --tw-gradient-from: #23366a !important;
    --tw-gradient-stops:
        var(--tw-gradient-from), var(--tw-gradient-to, rgba(35, 54, 106, 0)) !important;
}

.to-secondary {
    --tw-gradient-to: #0f2d54 !important;
}

.leaflet-control-zoom,
.leaflet-control-attribution,
.leaflet-control-container .leaflet-control {
    z-index: 999 !important;
}

.leaflet-popup-pane {
    z-index: 999 !important;
}

.leaflet-tooltip-pane {
    z-index: 999 !important;
}

.leaflet-top,
.leaflet-bottom {
    z-index: 999 !important;
}

/* Map popup styles */
.map-popup-title {
    font-weight: bold;
    margin-bottom: 8px;
    color: #23366A;
}
.map-popup-category {
    display: inline-block;
    font-size: 11px;
    font-weight: 500;
    background: rgba(35, 54, 106, 0.1);
    color: #23366A;
    padding: 2px 8px;
    border-radius: 9999px;
    margin-bottom: 5px;
}
.map-popup-row {
    margin: 0 0 4px 0;
    font-size: 14px;
}
.map-popup-row--last {
    margin-bottom: 0;
}
.map-popup-icon {
    color: #23366A;
}
.map-popup-link {
    color: #23366A;
    text-decoration: none;
}
.map-popup-link:hover {
    text-decoration: underline;
}

.footer-column a.active {
    background-color: var(--color-primary, #23366a) !important;
    color: white !important;
}

.footer-column a.active * {
    color: white !important;
}
