﻿
.gm-style {
    overflow: visible;
    color:black;
}

    .gm-style .gm-style-iw {
        background: transparent;
        overflow: visible;
    }

.gm-style-iw {
    overflow: hidden !important;
    line-height: 1.35;
    white-space: nowrap;
}

.iw-content {
    overflow: visible;
}

.iw-subTitle {
    overflow: visible;
}

    .gm-style .gm-style-iw-c {
        position: absolute;
        box-sizing: border-box;
        overflow: hidden;
        top: 30px;
        left: 0;
        transform: translate(-50%,-100%);
        border-radius: 8px;
        padding: 12px;
        background: transparent;
        display: contents;
    }

.gm-style-iw-t::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%,0);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;  
    background: transparent !important;
    background-color: transparent !important;
    display: contents !important;
}

.gm-style .gm-style-iw-t::after {
    position: initial;
}

gm-style .gm-style-iw-t {
    position: absolute;
    width: 100%;
    top: -30px;
}

.gm-style-iw-d {
    overflow: visible;
}


.gm-style .gm-style-iw-d {
    box-sizing: border-box;
    overflow: visible;
    font-size: smaller;
    overflow: hidden !important;
    line-height: 1.35;
    white-space: nowrap;
    background-color: transparent;
    width: max-content;
}

