.footer-map {
    width: 100%;
    height: 300px;
}

.footer-map__canvas {
    width: 100%;
    height: 100%;
    background: #eaeaea;
}
.promo-block {
    padding: 1em;
    background: #609CA3;
    border-radius: 30px;
    color: white;
    height: 100%;
    align-content: center;

    a:not(.wp-element-button) {
        color: #EA9A08 !important;
        text-decoration: none !important;
        font-weight: bold !important;
    }

}
.footer_map_container {
    position: relative;
    padding: 20px;
}

.footer_map_text {
    margin: 20px;
    z-index: 1;
    position: relative;
    background: white;
    width: 540px;
    min-height: 300px;
    padding: 16px;
    border-radius: 16px;
    box-shadow: 2px 2px 8px rgba(0,0,0,0.2);
}

#footer_map {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: gray;

    .gm-ui-hover-effect {
        display: none !important;
    }
}