/* v7-4 compatibility: gently center property cards without overriding theme grids */
.itre-property-listing { /* applies to the listing section container in the theme */ }
.itre-property-listing > * { margin-left: auto; margin-right: auto; }
/* common card widths across child layouts */
.itre-property-listing .itre-card,
.itre-property-listing .property-card,
.itre-property-listing article.property,
.itre-property-listing .itre-property { max-width: 360px; width: 100%; }
