#tcf-map-container {
    width: 100%;
    height: 100%;
    min-height: 500px;
    display: block;
}

#tcf-map {
    width: 100%;
    height: 500px;
}

/* Force fix for Elementor/Astra flex weirdness */
.elementor-widget-container #tcf-map,
.tcf-map-wrapper #tcf-map {
    height: 500px !important;
    display: block !important;
}

/* Mobile fix */
@media (max-width: 768px) {
    #tcf-map {
        height: 350px;
    }
}
