/* Styling for the new on-page location selector */
.mm-location-selector-wrap {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 2em;
    display: flex;
    align-items: center;
    gap: 10px;
}

.mm-location-selector-wrap label {
    font-weight: 600;
    margin-bottom: 0;
    color: #495057;
}

.mm-location-selector-wrap select {
    min-width: 200px;
    padding: 8px;
    border-radius: 5px;
    border: 1px solid #ced4da;
}