
.map-feed-container {
    padding: 10px;
    font-size: 16px;
}

.map-canvas-container {
    width: 100%;    
    position: relative;
}

.map-canvas-container::before {
    content: "";
    padding-top: 65.96%;
    z-index: -1;
    width: 100%;
    display: block;
}
.map-canvas-container .map-canvas {
    width: 100%;
    position: absolute;    
    left: 0;
    top: 0;
    height: 100%;
}

.map-canvas-container .map-canvas svg {
    width: 100%!important;
    height: 100%!important;
}


.map-canvas-container .map-canvas.map-canvas-state svg {
    transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
}

.map-canvas-container .map-canvas.map-canvas-state path {
    fill: #fff;
    stroke-width: 0.0570652px;
    stroke-miterlimit: 4;
    stroke-dasharray: none;
    stroke: #000;
    stroke-opacity: 1;
}

.map-canvas-container .map-popup {
    position: absolute;
    left: -100000px;
    top: 0;
    width: 240px;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 1px 4px 8px rgba(0, 0, 0, 0.5);
    background-color: #fff;
    display: flex;
    justify-content: center;
}

.map-canvas-container .map-popup h5 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    color: #000;
    margin: 0;
}

.map-canvas-container .map-popup var {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    font-style: inherit;
    margin-right: 5px;
}

.map-canvas-container .map-popup h5.map-popup-title {
    text-align: center;
    margin-bottom: 10px;
    font-size: 22px;
}

.map-canvas-container .map-canvas svg > path:not(#labels) {
    cursor: pointer;
}
