/* WordPress Admin Styles */
.wp-admin .location-picker {
    background: #fff;
    border: 1px solid #c3c4c7;
    box-shadow: 0 1px 1px rgba(0,0,0,0.04);
}

/* Zusätzliche Varianten für verschiedene Themes */
.location-picker.compact {
    margin: 10px 0;
    padding: 5px;
    background: transparent;
    border: none;
}

.location-picker.compact .location-select {
    min-width: 150px;
    padding: 6px 10px;
    font-size: 13px;
}

/* Kein Styling für Location Lists - verwende Theme-Standard */
