/* 物料来源属性：厂供 / 大货（面料列表、辅料列表、BOM 搜索等共用） */
.material-sourcing-badge {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
}
.material-sourcing-badge--factory {
    background: #fef3c7;
    color: #92400e;
    border: 1px solid #fcd34d;
}
.material-sourcing-badge--bulk {
    background: #e0f2fe;
    color: #075985;
    border: 1px solid #7dd3fc;
}
.material-sourcing-badge--unset {
    background: #f3f4f6;
    color: #6b7280;
    border: 1px solid #e5e7eb;
}
