/* Styles for the shared city-picker modals (views/city-picker.blade.php).
   Loaded by that view itself via Chrome::asset, so only pages that render
   the picker pay for it. Bootstrap 4 supplies the modal base styles. */

.global-city-modal .modal-content {
    border: 0;
    border-radius: 8px;
    overflow: hidden;
}

.global-city-modal #cityCollapse,
.global-city-modal [data-target="#cityCollapse"] {
    display: none !important;
}

.global-city-modal #citySearchResults button {
    min-height: 42px;
    white-space: normal;
    width: 100%;
}
