/* Làm cho tất cả ảnh bất động sản có kích thước bằng nhau */
.property-thumbnail-wrapper .image-wrapper {
    position: relative;
    width: 100%;
    padding-top: 65%; /* Tỉ lệ 570:370 */
    overflow: hidden;
}

.property-thumbnail-wrapper .image-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.attachment-homez-property-grid {
    width: 100%;
    height: auto;
    display: block;
}

/* Đảm bảo các container có chiều cao đồng nhất */
.property-grid-v4 {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.property-information {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

/* .property-title {
    min-height: 40px; /* Chiều cao tối thiểu cho tiêu đề */
} */

/* Đảm bảo phần meta data có cùng chiều cao */
.property-metas {
    min-height: 50px;
} 