.gm-style .gm-style-iw-c {
    padding: 0 !important;
}

.gm-style .gm-style-iw-d {
    padding: 0 6px 12px 24px !important;
}

.gm-style .gm-style-iw-d .infowindow-snippet>div {
    padding: 16px 0 16px;
    border-top: 1px solid #EFEFEF;
    font-size: 14px;
    color: #929292;
}

.gm-style .gm-style-iw-d .infowindow-snippet>div span {
    font-weight: 700;
}

.gm-style .gm-style-iw-d .infowindow-snippet>div:first-child {
    display: flex;
    align-items: center;
    border-top: none;
}

.gm-style .gm-style-iw-d .infowindow-snippet>div:first-child>div:first-child {
    font-size: 14px;
    font-weight: 700;
    color: #424242;
}

.gm-style .gm-style-iw-d .infowindow-snippet>div:first-child>div:nth-child(2) {
    width: 8px;
    height: 8px;
    margin-left: 8px;
    margin-right: 8px;
    border-radius: 100%;
    background-color: #D9D9D9;
}

.gm-style .gm-style-iw-d .infowindow-snippet>div:first-child>div:last-child {
    font-size: 12px;
    color: #929292;
}

.gm-style .gm-style-iw-d .infowindow-snippet>div:last-child {
    padding-bottom: 0;
}

.gm-style .gm-style-iw-d .infowindow-snippet a {
    color: white;
    padding: 16px;
    display: block;
    border-radius: 8px;
    background-color: #EE2737;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
}