#map {
    width: 100%;
    height: 850px;
}

#locator {
    position: absolute;
    z-index: 1200;
    top: 20px;
    left: 3%;
    right: 3%;
    width: 100%;
    max-width: 400px;
    background: rgba(255,255,255,0.7);
    padding: 20px;
}

#map-input {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 400px;
    align-items: center;
}

#location-input {
    width: 100%;    
    max-width: none;
    margin-right: 10px;
}

#location-panel {    
    position: absolute;
    z-index: 12000;
    height: 400px;
    top: 112px;
    left: 3%;
    right: 3%;
    width: 100%;
    max-width: 400px;
    background: rgba(255,255,255,0.7);
    padding: 0 20px;
    overflow-y: scroll;
}

#location-panel h4 {
    font-weight: 400;
}

#location-panel a {
    color: #0c5697;
    font-weight: 700;
    text-decoration: underline;
}

#location-panel a:hover {
    color: #021333;
}

#location-panel p {
    cursor: pointer !important;
}

.location-title {
    font-weight: 700;
    color: #0c5697
}

.location-extra {
    font-size: 14px; 
    font-style: italic; 
}

.location-hours {
    margin-bottom: 10px;
}

.location-separator {
    border: 0.5px solid #ccc;
}

#not-found-panel p {
    color: #c02b0a;
    margin-top: 20px;
    margin-bottom: 0;
    font-weight: 700;
}

.gm-style-iw-d a {
    font-weight: 700;
    text-decoration: underline;
}

.gm-style .gm-style-iw-c {
    line-height: 1.4em;
    font-size: 16px;
    font-family: 'Montserrat';
    font-weight: 400;
    padding: 15px;
    border-radius: 0 !important;
}

.gm-style-iw-c button span {
    width: 18px !important;
    height: 18px !important;
    margin: 10px 10px 0 0 !important;
}

@media only screen and (max-width: 1024px) {
    #mobile-locator {
        display: flex;
        flex-direction: column-reverse;
    }
    
    #locator {
        max-width: 350px;
        left: 6%;
        right: 6%;
    }
    
    #location-panel {
        position: initial;
        z-index: 12000;
        height: auto;
        width: 100%;
        max-width: none;
        background: rgba(255,255,255,0.7);
        padding: 0 20px;
    }
    
    #location-input {
        width: 100%;    
        max-width: none;
        margin-right: 10px;
    }
    
    #search-button i {
        margin-left: 0 !important;
    }
    
    .search-text {
        display: none;
    }
}