#map_canvas {
    width: 100%;
    min-height: 520px;
}

.gmap-marker {
    width: 28px;
    height: 30px;
    cursor: pointer;
    transform: translateY(-4px);
}

.gmap-marker img {
    display: block;
    width: 28px;
    height: 30px;
}

.gmap-cluster {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-weight: 700;
    font-size: 13px;
    text-align: center;
    cursor: pointer;
}

.gmap-infowindow {
    max-width: 260px;
    font-size: 13px;
    line-height: 1.4;
}

.gmap-infowindow .gmap-title {
    display: block;
    margin-bottom: 8px;
    font-size: 15px;
}

.gmap-infowindow p {
    margin: 4px 0;
}

.gmap-infowindow a {
    display: inline-block;
    margin-top: 4px;
}