/* Keep long OLX-style unit titles readable without making cards taller. */
.home-scroll-row .project-copy h3,
.project-copy h3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 1.35;
  min-height: 3.65em;
  white-space: normal;
  text-overflow: clip;
}

/* Keep home unit cards compact while giving their unit photos more room. */
.home-scroll-row .property-project-grid > article {
  height: auto !important;
  min-height: 0 !important;
}

.home-scroll-row .project-image {
  height: 220px !important;
}

.home-scroll-row .project-copy {
  padding-bottom: 12px;
}
