/* app/code/SeoFactory/StockStatusCustom/view/frontend/web/css/stockStatusCustom.css */

.stockStatusCustomLabel{
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #000;
}
.stockStatusCustomLabel > span{
    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;
}

.bundle-stock-delivery{
    margin-top: 8px;
    margin-bottom: 20px;
}

.bundle-stock-delivery__title{
    margin: 0 0 8px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #000;
}

.bundle-stock-delivery__list{
    margin: 0;
    padding-left: 18px;
    list-style-type: disc;
    max-width: 600px;
}

.bundle-stock-delivery__item{
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #000;
    margin-bottom: 4px;
}

.bundle-stock-delivery__product{
    color: #000;
    font-weight: 400;
}

.bundle-stock-delivery__availability{
    font-weight: 500;
}

.bundle-stock-delivery__status{
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-right: 6px;
    font-weight: 500;
}

.bundle-stock-delivery__delivery{
    font-weight: 500;
}

.bundle-stock-delivery__icon{
    flex-shrink: 0;
    vertical-align: middle;
}
