.content-page-default .search-area {
    margin-top: 0 !important;
}

.page-property-item {
    display: block;
    margin-bottom: 40px;
    border: 1px solid #e8e8e8;
    overflow: hidden;
    border-radius: 20px;
    corner-shape: squircle;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.page-property-item .content-badge {
    position: absolute;
    font-size: 20px;
    margin: 15px;
}

.page-property-item img {
    width: 100%;
    height: 210px;
    object-fit: cover;
    object-position: center;
}

.page-property-item .content-info {
    padding: 25px;
}

.page-property-item .attributes  {
    color: #787574;
    font-size: 15px;
    display: flex;
    gap: 12px;
    align-items: center;
}
.page-property-item .attributes span {
    margin-right: 5px;
}

.page-property-item .bg-primary {
    background: #53a9e6 !important;
}


.page-property-item .content-country {
    margin-bottom: 10px;
}

.page-property-item .margin-bathroom {
    margin: 0 10px;
}

.page-property-item .title-items {
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    height: 53px;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.page-property-item .title-price {
    color: #0963df;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;

}

.page-property-item .space {
    margin-bottom: 10px;
}

.page-property-item .text {
    height: 96px;
    overflow: hidden;
}

.building-shorcode h2 {
    color: #112967;
    width: initial;
    margin-bottom: 25px;
}

@media (min-width: 991px) {
    .building-shorcode .short-title {
        width: 390px;
    }
}

.building-shorcode .content-type-2 {
    margin-top: 70px;
    margin-bottom: 35px;
}

.building-shorcode .content-type-2 h2 {
    text-align: center;
}


