/* Mobile */
@media (max-width: 576px) {

    .stat-card {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 18px 14px;
        gap: 10px;
    }

    .stat-icon {
        width: 48px;
        height: 48px;
        margin: 0;
        flex-shrink: 0;
    }

    .stat-icon i {
        font-size: 20px;
    }

    .stat-label {
        font-size: 0.75rem;
        margin-bottom: 2px;
    }

    .stat-value {
        /* font-size: 1.5rem; */
        line-height: 1.2;
    }

    .stat-sub {
        font-size: 0.8rem;
    }
}