.elementor-115594 .elementor-element.elementor-element-cf6b36f{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--background-transition:0.3s;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-115594 .elementor-element.elementor-element-e351632{width:100%;max-width:100%;}.elementor-115594 .elementor-element.elementor-element-e351632 .ae-dynamic-map-wrapper .ae-map-render{height:800px;}.elementor-115594 .elementor-element.elementor-element-e351632.ae-map-marker-icon .ae-map-marker i{font-size:30px;}.elementor-115594 .elementor-element.elementor-element-e351632.ae-map-marker-icon .ae-map-marker svg{width:30px;height:30px;}.elementor-115594 .elementor-element.elementor-element-e351632.ae-map-marker-image .ae-map-marker img{width:30px;}.elementor-115594 .elementor-element.elementor-element-e351632.ae-map-marker-dynamic .ae-map-marker img{width:30px;}.elementor-115594 .elementor-element.elementor-element-e351632.ae-map-marker-default .ae-map-marker img{width:30px;}.elementor-115594 .elementor-element.elementor-element-e351632 .ae-widget-title-wrap{text-align:center;}.elementor-115594 .elementor-element.elementor-element-e351632 .ae-map-render .ae-map-marker{padding:0px 0px 0px 0px;overflow:hidden;}.elementor-115594 .elementor-element.elementor-element-e351632 .ae-map-render .ae-map-infowindow{width:250px;max-width:800px !important;background:#fff;padding:0px 0px 0px 0px !important;}.elementor-115594 .elementor-element.elementor-element-e351632 .ae-map-render .ae-map-infowindow::after{background:linear-gradient(45deg,#fff 50%,rgba(255,255,255,0) 51%,rgba(255,255,255,0) 100%);}.elementor-115594 .elementor-element.elementor-element-e351632 .ae-map-render .ae-map-infowindow, .elementor-115594 .elementor-element.elementor-element-e351632 .ae-map-render .ae-map-infowindow::after{border-style:none;}.elementor-115594 .elementor-element.elementor-element-e351632 .ae-responsive-btn .button{fill:var( --e-global-color-primary );color:var( --e-global-color-primary );}.elementor-115594 .elementor-element.elementor-element-e351632 .ae-widget-title-inner{border-style:solid;border-width:0px 0px 1px 0px;padding:0px 10px 5px 10px;margin:0px 0px 10px 0px;}/* Start custom CSS for ae-dynamic-map, class: .elementor-element-e351632 *//* FULL CLOSE BUTTON RECOVERY CODE */

.ae-infowindow-close-btn {
    /* 1. Shape & Size Reset - Forcing a perfect circle */
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
    max-width: 30px !important;
    border-radius: 50% !important;
    
    /* 2. Colors & Visibility */
    background-color: rgba(0, 0, 0, 0.7) !important; 
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    box-shadow: 0px 2px 10px rgba(0,0,0,0.3) !important;
    
    /* 3. Positioning - Moving it to the top-right corner */
    position: absolute !important;
    top: -15px !important;
    right: -15px !important;
    left: auto !important; /* Overrides any default left alignment */
    
    /* 4. Layout - Centering the X */
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    margin: 0 !important;
    line-height: 0 !important;
    cursor: pointer !important;
    overflow: hidden !important;
    z-index: 1000 !important;
}

/* 5. The "X" Icon (Using Unicode for maximum sharpness) */
.ae-infowindow-close-btn::after {
    content: '\00d7' !important; /* Unicode multiplication sign */
    color: #ffffff !important;
    font-size: 24px !important;
    font-family: Arial, sans-serif !important;
    font-weight: 300 !important;
    display: block !important;
    /* Visual centering tweak */
    margin-top: -2px !important; 
}

/* 6. Hover State */
.ae-infowindow-close-btn:hover {
    background-color: #000000 !important;
    transform: scale(1.1);
    transition: all 0.2s ease-in-out;
}

/* 7. Hide the default DA Pro "X" image if it's still ghosting inside */
.ae-infowindow-close-btn img {
    display: none !important;
}/* End custom CSS */