
/* Urbiax disable grayscale ageing — 2026-08-07
   Old / closed listings should stay in full colour. */

.card.age-1,
.card.age-2,
.card.is-closed,
body.urbiax-modern-home-v1 .card.age-1,
body.urbiax-modern-home-v1 .card.age-2,
body.urbiax-modern-home-v1 .card.is-closed{
  opacity:1 !important;
  filter:none !important;
}

.card.age-1 .thumb img,
.card.age-2 .thumb img,
.card.is-closed .thumb img,
body.urbiax-modern-home-v1 .card.age-1 .thumb img,
body.urbiax-modern-home-v1 .card.age-2 .thumb img,
body.urbiax-modern-home-v1 .card.is-closed .thumb img,
body.urbiax-modern-home-v1 #listingsGrid .card.age-1 .thumb img,
body.urbiax-modern-home-v1 #listingsGrid .card.age-2 .thumb img,
body.urbiax-modern-home-v1 #listingsGrid .card.is-closed .thumb img{
  opacity:1 !important;
  filter:saturate(1.06) contrast(1.03) brightness(1.01) !important;
}

/* Keep the status badge if a listing is closed, but do not grey the photo out. */
.card.is-closed .deal-badge,
body.urbiax-modern-home-v1 .card.is-closed .deal-badge{
  opacity:1 !important;
}
