.efsg-wrapper {
    width: 100%;
    height: 660px;
    position: relative;
    overflow: hidden;
    background: transparent;
    box-sizing: border-box;
}

.efsg-wrapper canvas {
    display: block;
    width: 100% !important;
    height: 100% !important;
}

@media (max-width: 767px) {
    .efsg-wrapper {
        height: 430px;
    }
}


/* Elementor flex container parity with original HTML widget */
.elementor-widget-eloframe_service_globe,
.elementor-widget-eloframe_service_globe > .elementor-widget-container {
    width: 100%;
    max-width: none;
    min-width: 0;
    flex: 1 1 0;
}

.elementor-widget-eloframe_service_globe {
    display: block;
}

.elementor-widget-eloframe_service_globe > .elementor-widget-container {
    display: block;
    overflow: visible;
}

/* Prevent Elementor columns/containers from visually compressing the canvas */
.efsg-wrapper {
    max-width: none;
    min-width: 0;
}
