.decoration-none {
    text-decoration: none!important;
}

/* Dropdown for the classic google.maps.places.Autocomplete widget
   (static/js/core/places-autocomplete-legacy.js). Forced to light theme. */
.pac-container {
    background-color: #fff !important;
    color: #1a1a1a !important;
    font-family: inherit;
    border: 1px solid #d1d5db;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 10000 !important;
}

.pac-item {
    background-color: #fff !important;
    color: #1a1a1a !important;
    cursor: pointer;
}

.pac-item:hover,
.pac-item-selected {
    background-color: #f2f2f2 !important;
}

.pac-item-query {
    color: #1a1a1a !important;
}

.pac-matched {
    color: #007e80;
}