.estate-lots-map__google-map {
    height: 60vh;
}

.estate-lots-map .estate-lots-map__land--available {
    fill: rgb(135, 180, 99);
}

.estate-lots-map .estate-lots-map__land--sold {
    fill: rgb(208, 82, 75);
}

.estate-lots-map .estate-lots-map__land--on-hold {
    fill: rgb(230, 186, 113);
}

.estate-lots-map .estate-lots-map__land--pending {
    fill: rgb(230, 186, 113);
}

.estate-lots-map .estate-lots-map__land--unknown {
    fill: #A7ADAB;
}

.estate-lots-map .gm-style .gm-style-iw[role='dialog'] {
    /* max-width: 395px !important;
    padding: 0 !important;
    max-height: none !important;
    width: 395px; */
    margin-left: auto;
    margin-top: auto;
}

.estate-lots-map  .gm-style .gm-style-iw-tc {
    /* filter: drop-shadow(0 4px 2px rgba(178,178,178,.4));
    height: 12px; */
    left: 191px;
    position: absolute;
    top: -119px;
    transform: none;
    width: auto;
}

.estate-lots-map .gm-style .gm-style-iw-tc::after {
    /* -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    height: 25px;
    width: 35px; */
    margin-left: auto;
    top: 12.5px;
}