.location-selector {
    margin: 1rem 0;
}
.location-dropdown {
    padding: 0.5rem 1rem;
    font-size: 1rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #fff;
    cursor: pointer;
    min-width: 200px;
}
.location-dropdown:hover {
    border-color: #999;
}