.hyre-search .row { display:grid; grid-template-columns: repeat(7, minmax(0,1fr)); gap:12px; align-items:end; }
.hyre-btn { padding:10px 14px; border:0; background:#111; color:#fff; border-radius:10px; cursor:pointer; }
.hyre-results { display:grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap:18px; margin-top:18px; }
.hyre-card { display:block; border-radius:16px; overflow:hidden; text-decoration:none; color:inherit; background:#fff; box-shadow:0 6px 24px rgba(0,0,0,.08); }
.hyre-card .img { width:100%; padding-top:66%; background-size:cover; background-position:center; }
.hyre-card .meta { padding:12px 14px; }
.hyre-card .title { margin:0 0 6px; font-size:16px; line-height:1.3; }
.hyre-card .price { font-weight:700; }
.hyre-card .attrs, .hyre-card .loc { opacity:.7; font-size:13px; }
.hyre-property .gallery { display:grid; grid-template-columns:1fr 1fr; gap:12px; margin-bottom:18px; }
.hyre-property img { width:100%; border-radius:12px; }
.hyre-property header .key { display:flex; gap:16px; align-items:baseline; }
#hyre-enquire-form label { display:block; margin:8px 0; }
.hyre-enquire-result { margin-top:10px; }
@media (max-width:900px){
  .hyre-search .row{ grid-template-columns:1fr 1fr; }
  .hyre-results{ grid-template-columns:1fr; }
  .hyre-property .gallery{ grid-template-columns:1fr; }
}
