/* Remove the redundant "MAKE MODEL available through RESOCHI" line from
   Marketplace cards. Detail-page descriptions and all Listing data remain. */
.equipment-card > .equipment-card-body > .equipment-description {
  display: none !important;
}
