.map-marker h5 {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #394248;
}

.map-marker {
    width: 305px;
    max-width: 305px;
    padding: 10px 5px 0 10px;
}

.map-marker::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 11px;
    position: 0;
    background: rgb(0,188,228);
    background: linear-gradient(to right,  rgba(0,188,228,1) 0%,rgba(0,166,201,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bce4', endColorstr='#00a6c9',GradientType=1 );
}

.map-marker p {
    padding-bottom: 8px;
    font-size: 17px;
    font-weight: 400;
    text-transform: initial;
}

.map-marker p.details a {
    color: #5B676F;
    font-weight: 400;
    font-family: 'Urbanist', sans-serif;
}

.map-marker p.details a:focus-visible {
    outline: 0;
}

.map-marker p.details a:hover {
    color: #00BCE4;
    font-weight: 700;
    border-bottom: 0;
}

.map-marker .btn.btn-primary {
    padding: 12px 30px !important;
}

.map-marker .btn.btn-primary::before {
    display: none;
}

.gm-style-iw-t > div > button {
    top: -2px !important;
    right: -2px !important;
}

.gm-style .gm-style-iw-t::after {
    background: rgb(0,188,228);
}