/* app/code/SeoFactory/StockStatusCustom/view/frontend/web/css/stockStatusCustom.css */

.stockStatusCustomLabel{
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #000;
}
.stockStatusCustomLabel span{
    position: relative;
    padding-left: 20px;
}
.stockStatusCustomLabel span svg{
    position: absolute;
    left: 0;
    top: 2;
}

.stock-source-descriptions{
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #000;
}

.product-items .product-item .stock-source-description{
    font-size: 12px;
    line-height: 14px;   
}