/* V5.8.4 — catalog: larger cards, 3 per row, pagination */
body.ph39-catalog .ph47-catalog-shell .ph39-container{max-width:1540px!important}
body.ph39-catalog .ph47-catalog-content{
  grid-template-columns:minmax(0,1fr) 300px!important;
  gap:22px!important;
}
body.ph39-catalog .ph47-property-grid,
body.ph39-catalog[data-catalog-mode="rent"] .ph47-property-grid,
body.ph39-catalog[data-catalog-mode="sale"] .ph47-property-grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:18px!important;
  align-items:stretch!important;
}
body.ph39-catalog .ph47-catalog-card{
  min-height:405px!important;
  border-radius:18px!important;
  display:flex!important;
  flex-direction:column!important;
  overflow:hidden!important;
}
body.ph39-catalog .ph47-catalog-card .img{
  height:225px!important;
  min-height:225px!important;
  aspect-ratio:auto!important;
}
body.ph39-catalog .ph47-catalog-card .body{
  flex:1!important;
  padding:16px 17px 18px!important;
  display:flex!important;
  flex-direction:column!important;
}
body.ph39-catalog .ph47-catalog-card .price{font-size:20px!important}
body.ph39-catalog .ph47-catalog-card h3{
  font-size:16px!important;
  line-height:1.38!important;
  min-height:44px!important;
  max-height:44px!important;
  overflow:hidden!important;
  display:-webkit-box!important;
  -webkit-line-clamp:2!important;
  -webkit-box-orient:vertical!important;
}
body.ph39-catalog .ph47-catalog-card .loc{font-size:14px!important;min-height:20px!important}
body.ph39-catalog .ph47-catalog-card .meta{font-size:14px!important;margin-top:auto!important;padding-top:4px!important}
body.ph39-catalog .ph47-side-stack{gap:16px!important}
body.ph39-catalog .ph47-side-card{border-radius:18px!important}

body.ph39-catalog .ph584-pagination{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  flex-wrap:wrap!important;
  gap:8px!important;
  margin-top:22px!important;
  min-height:44px!important;
}
body.ph39-catalog .ph584-pagination:empty{display:none!important}
body.ph39-catalog .ph584-pagination button{
  min-width:42px!important;
  height:42px!important;
  padding:0 13px!important;
  border:1px solid #d6dfeb!important;
  border-radius:11px!important;
  background:#fff!important;
  color:#163d72!important;
  font-weight:900!important;
  cursor:pointer!important;
  box-shadow:0 6px 16px rgba(20,50,89,.06)!important;
}
body.ph39-catalog .ph584-pagination button.active{
  background:#0a4b98!important;
  border-color:#0a4b98!important;
  color:#fff!important;
}
body.ph39-catalog .ph584-pagination button.nav-page{
  min-width:104px!important;
  color:#9a6800!important;
  border-color:#dfbd69!important;
}
body.ph39-catalog .ph584-pagination button:disabled{opacity:.38!important;cursor:not-allowed!important}

@media(max-width:1180px){
  body.ph39-catalog .ph47-catalog-content{grid-template-columns:1fr!important}
  body.ph39-catalog .ph47-side-stack{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important}
}
@media(max-width:900px){
  body.ph39-catalog .ph47-property-grid,
  body.ph39-catalog[data-catalog-mode="rent"] .ph47-property-grid,
  body.ph39-catalog[data-catalog-mode="sale"] .ph47-property-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  body.ph39-catalog .ph47-side-stack{grid-template-columns:1fr!important}
}
@media(max-width:620px){
  body.ph39-catalog .ph47-property-grid,
  body.ph39-catalog[data-catalog-mode="rent"] .ph47-property-grid,
  body.ph39-catalog[data-catalog-mode="sale"] .ph47-property-grid{grid-template-columns:1fr!important}
  body.ph39-catalog .ph47-catalog-card{min-height:390px!important}
  body.ph39-catalog .ph47-catalog-card .img{height:220px!important;min-height:220px!important}
  body.ph39-catalog .ph584-pagination button{min-width:39px!important;height:39px!important;padding:0 10px!important}
}
