/* QAFlow - users.php members/leaderboard page
   Extracted from inline style="" attributes. All values here are static
   (fixed design tokens), not derived from per-record DB data. */

.usr-card-rounded {
    border-radius: 12px;
}

.usr-alert-rounded {
    border-radius: 10px;
}

.usr-input-rounded {
    border-radius: 8px;
}

.usr-avatar-md {
    width: 60px;
    height: 60px;
    object-fit: cover;
}

.usr-rank-badge {
    width: 24px;
}

.usr-avatar-sm {
    width: 32px;
    height: 32px;
    object-fit: cover;
}
