.lainq_map_wrapper {
    clear: both;
    margin: auto;
    padding-top: 50px;
}

#map {
    min-height: 40rem;
    height: 70vh;
}

.guesty_map_info {
    padding: 2rem;
    background-color: #ffffff80;
}

.guesty_map_point_details_wrapper {
    background-position: center;
    background-size: cover;
    min-height: 12rem;
    width: 100%;
    text-align: center;
    max-width: 25rem;
}

.gm-style .gm-style-iw-c {
    padding: 0;
}

.gm-style .gm-style-iw-d {
    overflow: auto !important;
}

.guesty_map_info_icons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}

.guesty_map_info_icons>div {
    font-family: "Rubik";
    font-size: 1.5rem;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.guesty_map_info h4 a {
    font-weight: 300;
    font-style: normal;
    font-size: 18px;
    font-family: "Playfair Display";
    color: #2f2b2c;
}

.guesty_map_info hr {
    height: 1px;
    border: 0;
    background-color: var(--shared-border-color);
    margin: 1rem 0;
}

.gm-style-iw.gm-style-iw-c:focus-visible {
    outline: none;
}

.gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom>button>div{
    width: 40px;
    left: 0 !important;
}