/* ICONS */
.s-block-statistics__icon {
    font-size: 21px !important; /* Makes the cart & ambulance icons smaller */
}

/* VALUE TEXT */
.s-block-statistics__value {
    font-size: 21px !important; /* Shrinks large text like "توصيل مجاني" */
}

/* LABEL TEXT */
.s-block-statistics__label {
    font-size: 10px !important; /* Shrinks small subtext like "للطلبات +399" */
}

/* MOBILE */
@media (max-width: 768px) {
    /* ICONS MOBILE */
    .s-block-statistics__icon {
        font-size: 15px !important;
    }
    /* VALUE TEXT MOBILE */
    .s-block-statistics__value {
        font-size: 17px !important;
    }
    /* LABEL TEXT MOBILE */
    .s-block-statistics__label {
        font-size: 9px !important;
    }
}