
.hh-featured-properties,
.hh-property-list{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
gap:24px;
margin:40px 0;
}

.hh-property-card{
display:block;
background:#fff;
border-radius:14px;
overflow:hidden;
box-shadow:0 8px 20px rgba(0,0,0,.08);
text-decoration:none;
color:#111;
transition:.2s;
}

.hh-property-card:hover{
transform:translateY(-6px);
}

.hh-property-card img{
width:100%;
height:220px;
object-fit:cover;
}

.hh-property-card-content{
padding:18px;
}

.hh-property-card-content h3{

	color: #111 !important;
}

.hh-price{
font-weight:700;
color:#b89a3c;
margin-top:6px;
}

.hh-meta{
font-size:14px;
color:#666;
}
