/* /Pages/Statistics/OrgStatsPage.razor.rz.scp.css */
.org-stats-grid[b-8y3vk5lfr3] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 10px;
}

.org-stats-tile[b-8y3vk5lfr3] {
    border: 1px solid var(--flora-border);
    border-radius: 8px;
    padding: 8px 10px;
    background: var(--flora-surface-2);
}

.org-stats-tile__title[b-8y3vk5lfr3] {
    font-size: 11px;
    font-weight: 600;
    color: var(--flora-text-hi);
    margin-bottom: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
