/* Delrose property-card status badges. Not used on community/taxonomy town cards. */

.item-listing-wrap .labels-wrap,
.item-wrap .labels-wrap {
  display: flex !important;
  align-items: flex-start;
  position: absolute;
  top: 12px;
  left: 12px;
  right: auto;
  z-index: 6;
  gap: 6px;
  pointer-events: none;
}

.item-listing-wrap .labels-wrap .label-status,
.item-wrap .labels-wrap .label-status,
.property-labels-wrap .label-status,
.page-label-wrap .label-status {
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .08em;
  line-height: 1;
  text-transform: uppercase;
  padding: 6px 9px;
  color: #fff !important;
  background-color: #a89d74 !important;
  border: 0;
  text-decoration: none !important;
}

.item-listing-wrap .labels-wrap .label-status.status-color-371,
.item-wrap .labels-wrap .label-status.status-color-371,
.property-labels-wrap .label-status.status-color-371,
.page-label-wrap .label-status.status-color-371 {
  background-color: #088c98 !important;
}

.item-listing-wrap .labels-wrap .hz-label,
.item-wrap .labels-wrap .hz-label {
  display: none !important;
}

.taxonomy-item-wrap .label-status,
.taxonomy-item-wrap .labels-wrap {
  display: none !important;
}

.delrose-recent-card {
  position: relative;
}

.delrose-recent-status {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  margin: 0;
  background: #a89d74;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .08em;
  padding: 6px 9px;
  text-transform: uppercase;
}

.delrose-recent-status.delrose-status-under-contract {
  background: #088c98;
}
