/* 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%; }
	/* Hide the title on Sample Page only */

.itre-for-tag.sale           { background: rgba(0,123,255,0.8); }
.itre-for-tag.rent           { background: rgba(0,184,148,0.8); }
.itre-for-tag.sold           { background: rgba(108,117,125,0.8); }
.itre-for-tag.coming-soon    { background: rgba(255,159,67,0.8); }
.itre-for-tag.foreclosures-reo { background: rgba(220,53,69,0.8); }
.itre-for-tag.short-sales    { background: rgba(111,66,193,0.8); }
.itre-for-tag.backup-offers  { background: rgba(255,193,7,0.8); }
.itre-for-tag.pending-sales  { background: rgba(253,126,20,0.8); }
.itre-for-tag.active         { background: rgba(40,167,69,0.8); }
.itre-for-tag {
  color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
  font-weight: 600;
  text-transform: uppercase;
}