/* PlacEVision V24 — desktop home-card address spacing.
   Uses internal padding so the price row and card height never move. */

@media (min-width: 769px) {
  .home-property-card .home-property-card__location {
    box-sizing: border-box !important;
    padding-top: 10px !important;
  }
}
