/* app/code/SeoFactory/StockStatusCustom/view/frontend/web/css/stockStatusCustom.css */

.stockStatusCustomLabel{
	font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    color: #000;
}
.stockStatusCustomLabel svg{
	margin-right: 10px;
}
.stockStatusCustomLabel span{
	margin-right: 10px;
}

.stock-source-descriptions{
    font-size: 16px;
    font-weight: 500;
    color: #000;
    text-align: center;
}