.green-osm-maps-manager-container {
    border: 1px solid #ccc;
    overflow: hidden;
}

.osm-map-overlay {
    background: #f9f9f9;
}

.osm-map-overlay h3 {
    margin-top: 0;
}

.osm-map-overlay .button {
    background-color: #0073aa;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
}

#osm-map-overlay .button:hover {
    background-color: #006799;
}

.leaflet-popup-content h3 {
    margin: 0 0 10px 0;
    font-size: 16px;
}

.leaflet-popup-content .button {
    display: inline-block;
    margin-top: 10px;
    padding: 5px 10px;
    background: #0073aa;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
}

.leaflet-popup-content .button:hover {
    background: #006799;
    color: #fff;
}

.marker-categories {
    font-size: 12px;
    color: #666;
    margin: 5px 0;
}

.custom-marker-icon {
    background: transparent;
    border: none;
}

.custom-marker-icon svg {
    filter: drop-shadow(0px 2px 2px rgba(0,0,0,0.3));
}

.green-osm-maps-manager-container:fullscreen {
    width: 100vw !important;
    height: 100vh !important;
    border: none;
}

.green-osm-maps-manager-container:fullscreen .osm-map {
    height: 100% !important;
    width: 100% !important;
}

/* Fix for Leaflet controls in fullscreen */
.green-osm-maps-manager-container:fullscreen .leaflet-control-container {
    z-index: 10000;
}

.leaflet-control-custom .dashicons {
    color: blue;
}

.osm-map-filter {
    padding: 10px;
    background: #fff;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    z-index: 1001;
    position: relative;
}

.osm-map-filter span {
    font-weight: bold;
    margin-right: 10px;
}

.osm-map-filter label {
    margin-right: 15px;
    cursor: pointer;
    white-space: nowrap;
    display: inline-block;
}

.osm-map-filter input {
    margin-right: 5px;
    vertical-align: middle;
}

.cat-color-box {
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 1px solid rgba(0,0,0,0.1);
    vertical-align: middle;
    margin-left: 3px;
    border-radius: 2px;
}

.navbar-main.stuck {
    z-index: 1100;
}
