/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Description: Child theme for Astra - Mallorca Living & More
Author: Mallorca Living & More
Template: astra
Version: 1.0.0
Text Domain: astra-child
*/
/* Layout dos imóveis - Mallorca Living & More */

.mlm-property {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.mlm-property-top {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(300px, 1fr);
    gap: 45px;
    align-items: start;
    margin-bottom: 60px;
}

.mlm-property-gallery {
    width: 100%;
    min-width: 0;
}

.mlm-property-gallery img {
    width: 100%;
    height: auto;
    display: block;
}

.mlm-property-summary {
    width: 100%;
}

.mlm-property-title {
    margin-top: 0;
}

.mlm-property-price {
    margin: 20px 0;
}

.mlm-property-icons,
.mlm-property-details {
    margin-top: 20px;
}

.mlm-property-description {
    width: 100%;
    clear: both;
    margin-top: 30px;
}

/* Tablet e celular */
@media (max-width: 768px) {
    .mlm-property-top {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .mlm-property-description {
        margin-top: 20px;
    }
}