.wiz-inventory {
    display: inline-flex;
    align-items: center;
    line-height: 1;
}

.wiz-inventory.inventory-out-of-stock {
    background: #fef2f2;
    color: #dc2626;
    padding: 4px 6px;
}

.wiz-inventory.inventory-backorder {
    background: #fffbeb;
    color: #d97706;
}
