/* Active Quotes grid. The stage pills are the same four the office grid renders. */

#search-filter::placeholder {
    text-overflow: ellipsis;
}

.stage-badge {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
}

.stage-badge.stage-pending { background: #fef3c7; color: #92400e; }
.stage-badge.stage-quoted { background: #dbeafe; color: #1e40af; }
.stage-badge.stage-won { background: #d1fae5; color: #065f46; }
.stage-badge.stage-lost { background: #fee2e2; color: #991b1b; }
