.gm-style-iw-chr {
    display: none;
}

.gm-style-iw-d {
    min-width: 200px;
}

.gm-style .gm-style-iw-c {
    border-radius: 0;
}

.marker-popup {
    display: flex;
    flex-direction: column;
    min-width: 200px;
    max-width: 225px;
    padding-top: 40px;
    gap: 5px;
}

.marker-popup a.link {
    padding-bottom: 3px;
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
    text-decoration-color: var(--dark-blue);
}

.marker-popup a.link:hover {
    text-decoration-color: var(--light-blue);
    color: var(--light-blue);
}

.listing-type--popup {
    padding: 7px;
    top: 0;
    left: 0;
}

.property-type--popup {
    padding: 7px;
    position: absolute;
    background-color: var(--background-light);
    top: 0;
    right: 0;
}