.location_searchdiv {
    display: inline-block;
    width: 90%;
    text-align: center;
    margin-top: 3vw;
}

.location_search {
    width: 80%;
}

.location_range {
    background-color: var(--bg2-a);
    border-radius: 1vw;
    margin: 0.75vw;
    width: 35%;
}

.location_gps {
    margin: auto;
}

.location_map {
    transition: 1s;
    height: 0vw;
    width: 0%;
    border: 0;
    margin: 1em;
}

.location_map.searched {
    height: 22.5vw;
    width: 80%;
}

.location_resultsdiv {
    margin: 2vh 0vw 2vh 0vw;
}

.location_resultsdiv div {
    background-color: var(--bg2-a);
    border-radius: 0.15em;
    margin: 0.5vh 1em 0.5vh 1em;
    padding: .3vh 6vw;
    display: flex;
    position: relative;
    justify-content: center;
    flex-direction: column;
    height: auto;
    overflow: hidden;
}

.location_status {
    padding: 1em 2em;
}

.location_searchbutton {
    margin: 1rem auto 1rem auto;
    background-color: var(--bg2-b);
    font-size: 100%;
    padding: 0.5em;
}