/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */

.popup-content-wrapper {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.popup-text {
    flex: 1;
    text-align: left;
}

/* .popup-image {
    flex: 0 0 40%;
} */

.popup-image img {
    max-width: 100% !important;
    border-radius: 8px !important;
    display: block;
}
 
@media (max-width: 767px) {
    .popup-content-wrapper {
        flex-direction: column;
    }
    .popup-image {
        width: 100%;
        margin-top: 20px;
    }
}

.popup-details_card {
    background: #fff;
    border-radius: 10px;
    margin: 0 auto;
    font-family: Arial, sans-serif;
    color: #333;
}

.popup-details_card .popup-title {
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: bold;
    color: #2c3e50;
    text-align: left;
}

.popup-details_card .popup-meta {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 1.6;
}

.popup-details_card .popup-meta div {
    padding: 6px 0;
    border-bottom: 1px solid #f0f0f0;
}

.popup-details_card .popup-meta span {
    font-weight: 600;
    color: #555;
    margin-right: 5px;
}

.popup-details_card .popup-description {
    font-size: 14px;
    line-height: 1.6;
    margin-top: 10px;
    color: #444;
}

.status.available { color: green; font-weight: bold; }
.status.sold { color: red; font-weight: bold; }

.elementor-element.elementor-element-40a51b9.elementor-widget__width-initial.elementor-absolute.rotate-icon.elementor-widget.elementor-widget-image {
    display: none;
}

.map-legend div {
    color: #7C7979;
}