/* Match the individual listing's sage badge on RealPlus result cards.
 * Native search cards are inserted after page load; CSS also covers those.
 * Scope to green status ribbons so Sold/Rented and other labels keep their colors.
 */
html body :is(.listing.ui.card,.vcrp-results .listing,.vcrp-listings .listing,.property-results .listing,.listing-grid .listing) :is(.ui.green.ribbon.label,.green.ribbon.label,.status.new,.status.new-listing,.new-listing),
html body .ui.green.ribbon.label {
  background: #aeb8ae !important;
  border-color: #788578 !important;
  color: #202720 !important;
  -webkit-text-fill-color: #202720 !important;
  font: 600 11px/1.3 Arial, Helvetica, sans-serif !important;
  letter-spacing: .07em !important;
}
