.stat-card {
    box-sizing: border-box;
    display: inline-flex;
    direction: rtl;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    width: 100%;
    min-height: 82px;
    padding: .8rem 1rem;
    border: 1px solid rgba(35, 49, 59, .08);
    border-radius: .65rem;
    background: var(--panel-card-background, #fff);
    box-shadow: 0 2px 10px rgba(25, 42, 56, .08);
    font-family: inherit;
}
.stat-card, .stat-card *, .stat-card *::before, .stat-card *::after { box-sizing: border-box; }
.stat-card__content { min-width: 0; text-align: right; }
.stat-card__value { color: #25313b; font-size: 1.35rem; font-weight: 800; line-height: 1.3; white-space: nowrap; }
.stat-card__description { margin-top: .2rem; color: #56616b; font-size: .74rem; font-weight: 500; line-height: 1.5; }
.stat-card__icon { display: grid; flex: 0 0 46px; place-items: center; width: 46px; height: 46px; border-radius: 50%; background: var(--panel-card-icon-background, #eefafb); color: var(--panel-card-icon-color, #19b9c8); font-size: 1.55rem; }
.stat-card__icon i { line-height: 1; }
