.c3-maps,
.c3-maps__canvas {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    border: 0;
    overflow: hidden;
    outline: 0;
}

.c3-maps__canvas {
    height: 400px;
    background-color: rgba(0, 0, 0, 0.125);
}

.c3-maps__canvas-fallback {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    padding: 10px;
    font-family: var(--e-global-typography-text-font-family), sans-serif;
    font-weight: var(--e-global-typography-text-font-weight);
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
}

.c3-maps__canvas-fallback > a {
    display: inline-block;
    margin: 0;
    padding: 0;
    background-color: transparent !important;
    font-weight: inherit !important;
    color: inherit !important;
    text-decoration: underline;
    outline: 0;
}

.c3-maps__info-window {
    display: block;
    padding: 16px;
    font-family: var(--e-global-typography-text-font-family), sans-serif;
    font-weight: var(--e-global-typography-text-font-weight);
    font-size: 12px;
    color: var(--e-global-color-text);
    line-height: 1.2;
}

.c3-maps__info-window-image {
    display: block;
    width: 100%;
    max-width: 200px;
    height: auto;
    margin-bottom: 12px;
}

.c3-maps__info-window-title {
    font-weight: var(--e-global-typography-primary-font-weight);
}

.gm-style-iw.gm-style-iw-c {
    max-height: none !important;
    padding: 0 !important;
    border-radius: 4px;
    box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.048);
}

.gm-style .gm-style-iw-d {
    max-height: none !important;
    overflow: hidden !important;
}

.gm-style .gm-style-iw-tc {
    filter: drop-shadow(0 4px 2px rgba(0, 0, 0, 0.048));
}

.gm-style .gm-style-iw-tc,
.gm-style .gm-style-iw-tc:after {
    height: 8px;
}