/* Listing Detail Page */

#listing .status-badges .badge {
  margin-bottom: 0.35rem;
}

#wantedPreviewOffcanvas .offcanvas-header {
  background: var(--earthy-primary) !important;
  color: #fff;
}

#wantedPreviewOffcanvasBody {
  background: var(--earthy-surface-1);
}

.wanted-preview-offcanvas {
  width: min(480px, 100vw);
}
