#map {
    height: 550px;
}
#map .price-tag {
    color: #4285f4;
    background-color: #fff;
    border-radius: 8px;
    padding: 5px;
    font-size: 14px;
    position: relative;
}
#map .price-tag.selected {
    color: #fff;
    background-color: #4285f4;
}
#map .price-tag.selected:after {
    border-top: 8px solid #4285f4 !important;
}
#map .price-tag:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 8px solid #fff;
    border-left: 8px solid #0000;
    border-right: 8px solid #0000;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%);
}
#map .property-map-info {
    display: flex;
    column-gap: 0.5rem;
    padding-right: 0.5rem;
}
#map .gm-style .gm-style-iw-c {
    max-width: 260px!important;
}
#map .property-map-info .__info .name {
    font-weight: bold;
    margin-bottom: 0.25rem;
    word-break: break-word;
}
#map .gm-ui-hover-effect {
    right: 2px !important;
    top: -4px !important;
    width: 25px !important;
    height: 25px !important;
}
#map .start-rating:not(:first-child) {
    margin-left: 0.1rem;
}
#map .start-rating {
    color: #fba724;
}