.user-location-editor {
    max-width: 800px;
    margin: 20px 0;
    padding: 20px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.user-location-editor h3 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 1.5em;
}

.user-location-editor .description {
    font-size: 0.9em;
    color: #666;
    font-style: italic;
}

.user-location-editor input[type="text"] {
    width: 100%;
    max-width: 400px;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.user-location-editor label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

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

.user-location-editor .button:hover {
    background: #005177;
}

#location-save-message {
    margin-top: 15px;
}

#location-save-message p {
    padding: 10px;
    border-radius: 3px;
    background: #f0f0f0;
}

/* Leaflet popup styling */
.leaflet-popup-content {
    margin: 10px;
    font-size: 14px;
}

.leaflet-popup-content b {
    font-size: 16px;
    display: block;
    margin-bottom: 5px;
}

/* Map container */
#users-location-map,
#frontend-location-map {
    border: 2px solid #ddd;
    border-radius: 5px;
}
