.elementor-widget-atescapes-map-markers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: var(--background-align);
    -ms-flex-pack: var(--background-align);
    justify-content: var(--background-align);
}
.elementor-widget-atescapes-map-markers .e-hotspot {
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
}
.elementor-widget-atescapes-map-markers .e-hotspot--position-left.e-hotspot--position-top {
    -webkit-transform: translate(calc(-1 * var(--hotspot-translate-x)),calc(-1 * var(--hotspot-translate-y)));
    -ms-transform: translate(calc(-1 * var(--hotspot-translate-x)),calc(-1 * var(--hotspot-translate-y)));
    transform: translate(calc(-1 * var(--hotspot-translate-x)),calc(-1 * var(--hotspot-translate-y)));
}
.elementor-widget-atescapes-map-markers .e-hotspot--position-right.e-hotspot--position-bottom {
    -webkit-transform: translate(var(--hotspot-translate-x),var(--hotspot-translate-y));
    -ms-transform: translate(var(--hotspot-translate-x),var(--hotspot-translate-y));
    transform: translate(var(--hotspot-translate-x),var(--hotspot-translate-y));
}
.elementor-widget-atescapes-map-markers .elementor-widget-container > img {
    display: block;
    width: var(--image-width,auto);
    height: var(--container-height);
    opacity: var(--opacity,1);
}
.elementor-widget-atescapes-map-markers .e-hotspot__button {
    padding: 0;
}
.elementor-widget-atescapes-map-markers .e-hotpot__box {
    position: relative;
}
.elementor-widget-atescapes-map-markers .e-hotpot__box:before,
.elementor-widget-atescapes-map-markers .e-hotpot__box:after {
    content: '';
    display: block;
    position: absolute;
    background: #F4D661;
}
.elementor-widget-atescapes-map-markers .e-hotpot__box:before {
    height: 50px;
    width: 1px;
    right: 0;
    top: 100%;
}
.elementor-widget-atescapes-map-markers .e-hotpot__box:after {
    height: 14px;
    width: 14px;
    right: -7px;
    border-radius: 50%;
    top: calc( 100% + 43px );
}
.elementor-widget-atescapes-map-markers .e-hotspot.label-position-right .e-hotpot__box:before {
    left: 0;
    right: auto;
}
.elementor-widget-atescapes-map-markers .e-hotspot.label-position-right .e-hotpot__box:after {
    left: -7px;
    right: auto;
}
.elementor-widget-atescapes-map-markers .e-hotpot__box a {
    display: block;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    background: #F4D661;
    line-height: 16px;
    padding: 5px 20px;
}