/* ============================================================
   CF Widget — Product SKU
   ============================================================ */

.cw-product-sku {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    margin-top: 4px;
}

.cw-product-sku__label {
    color: #666666;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.4;
    flex-shrink: 0;
}

.cw-product-sku__sep {
    flex-shrink: 0;
}

.cw-product-sku__value {
    color: #999999;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.4;
}
