/* BabyLife 2.8.8 — real WooCommerce sales count, single product only. */
.single-product .blsc-real-sales-count{
    display:inline-flex;
    align-items:center;
    gap:7px;
    max-width:100%;
    margin:8px 0 4px;
    padding:7px 11px;
    border:1px solid #d9eee4;
    border-radius:999px;
    background:#f3fbf7;
    color:#17633f;
    font-size:13px;
    line-height:1.7;
    font-weight:500;
    box-sizing:border-box;
}
.single-product .blsc-real-sales-count__icon{
    display:inline-grid;
    place-items:center;
    width:20px;
    height:20px;
    flex:0 0 20px;
    border-radius:50%;
    background:#daf3e5;
    font-size:12px;
    font-weight:800;
}
.single-product .blsc-real-sales-count strong{
    font-size:14px;
    font-weight:800;
}
@media (max-width:767px){
    .single-product .blsc-real-sales-count{
        margin-top:7px;
        padding:6px 10px;
        font-size:12.5px;
        white-space:normal;
    }
}
