.modal-propriedades {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.75);
    z-index: 99999;
    overflow-y: auto;
}

.modal-propriedades-content {
    background: #fff;
    margin: 60px auto;
    padding: 25px;
    max-width: 950px;
    border-radius: 12px;
    position: relative;
}

.modal-propriedades-close {
    position: absolute;
    right: 20px;
    top: 15px;
    font-size: 30px;
    cursor: pointer;
}

.modal-propriedades-body {
    display: flex;
    gap: 25px;
}

.modal-left {
    width: 50%;
}

.modal-main-img {
    width: 100%;
    border-radius: 10px;
}

.modal-thumbs {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.thumb {
    width: 80px;
    height: 60px;
    border-radius: 6px;
    cursor: pointer;
    opacity: 0.6;
}

.thumb.active {
    opacity: 1;
    border: 2px solid #bda100;
}

.modal-right {
    width: 50%;
}

.modal-tags .tag {
    background: #eee;
    padding: 5px 12px;
    border-radius: 20px;
    margin-right: 5px;
}

.contact-item {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

.btn-whatsapp {
    display: inline-block;
    background: #25d366;
    color: #fff;
    padding: 10px 18px;
    border-radius: 6px;
    margin-top: 10px;
}
.property-status {
    padding: 6px 12px;
    border-radius: 6px;
    font-weight: 600;
    color: #fff;
    display: inline-block;
    margin-bottom: 10px;
}

/* Verde */
.status-venda {
    background: #28a745;
}

/* Vermelho */
.status-vendido {
    background: #dc3545;
}

/* Laranja */
.status-reservado {
    background: #fd7e14;
}
