/* requires autosuggest.css */

.location-selector,
.garazh-koop-selector,
.street-selector,
.zhk-selector {
    position: relative;
    width: 100%;
}

.recent-locations {
    margin-top: 6px;
    font-size: 0.9em;
}
.recent-locations .title {
    color: black;
}
.recent-locations ul {
    list-style: none;
    display: inline-block;
    padding-left: 5px;
    margin: 0;
    font-weight: bold;
}
.recent-locations ul li {
    display: inline-block;
    padding-right: 3px;
}
.recent-locations ul li:not(:last-child):after {
    content: ",";
}
.recent-locations a {
    color: #009EE2;
    text-decoration: underline dotted !important;
}
.recent-locations a:hover {
    filter: brightness(80%);
}

@media (max-width: 450px) {
    .recent-locations ul li {
        margin-bottom: 5px; /* needed for mobile, when on two lines */
    }
}
