.badge-status{
  display:inline-block;
  padding:.35rem .6rem;
  font-weight:700;
  border-radius:.6rem;
  font-size:.78rem;
  line-height:1;
  white-space: nowrap;
}

/* Status color mapping */
.status-new{ background:#28a745; color:#fff; }              /* green */
.status-quotation{ background:#6f42c1; color:#fff; }        /* purple */
.status-follow_up{ background:#dc3545; color:#fff; }        /* red */
.status-revision_requested{ background:#007bff; color:#fff; } /* blue */
.status-not_interested{ background:#6c757d; color:#fff; }   /* gray */
.status-closed{ background:#fd7e14; color:#fff; }           /* orange */

.status-default{ background:#343a40; color:#fff; }          /* fallback */
