.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;
    display: flex !important;
    align-items: flex-start !important;
    width: 380px;
}

.gm-style .gm-style-iw-d .infowindow-snippet>div span {
    flex: 1 !important;
    font-weight: 700;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
}

.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;
    align-self: center;
    height: 100%;
}

.gm-style .gm-style-iw-d .infowindow-snippet>div:first-child>div:last-child {
    font-size: 12px;
    color: #929292;
    text-align: right;
    align-self: center;
    margin-left: auto;
    height: 100%;
}

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

.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;
    width: 100% !important;
    box-sizing: border-box !important;
}

.gm-style .gm-style-iw-d .infowindow-snippet>div em {
    flex: 1 !important;
    color: #929292 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    font-style: normal !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
}