/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 .map_address_wrapper {
    border: 1px solid lightgray;
    border-top: 0;
}

.fs-16 {
    font-size: 16px !important;
}

#neighborhood-map {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
}
.glinma-neighborhood-map .btn.btn--category-btn {
    border: 1px solid lightgray;
    border-left: 0;
    border-top: 0;
}
.glinma-neighborhood-map .btn.btn--category-btn:nth-child(odd) {
    border-right: 0 ;
}

@media (min-width: 992px) {
    #neighborhood-map {
        aspect-ratio: 16 / 9;
    }
    .glinma-neighborhood-map .btn--category-btn, .glinma-neighborhood-map .btn--category-btn-all {
        border: 0!important;
    }
}




.gm-style .gm-style-iw-d {
    padding: 2px 15px;
    font-size: 16px;
    text-transform: uppercase;
    font-family: "Jost", sans-serif;
    font-weight: 500;
    color: #333;
}
.gm-style .gm-style-iw-c {
    border-radius: 0;
    border: 1px solid #333;
}
.gm-style .gm-style-iw-t::after {
    transform: translate(-50%, 50%) rotate(227deg);
    background-color: transparent;
    box-shadow: none;
    border-top: 10px solid white;
    border-bottom: 10px solid transparent;
    border-left: 10px solid white;
    border-right: 10px solid transparent;
    top: -25px;
}
.map-filter-btn.active {
    background-color: var(--brand-primary);
    color: #fff;
}