/* /Components/Layout/GroupSidebar.razor.rz.scp.css */
.fr-sidebar[b-u96qasu0xg] {
    width: 220px;
    flex-shrink: 0;
    background: var(--fr-surface);
    border-right: 1px solid var(--fr-border);
    padding: 1rem 0.75rem;
    font-size: 0.92rem;
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
}

.fr-sidebar-section[b-u96qasu0xg] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.fr-sidebar-heading[b-u96qasu0xg] {
    font-weight: 600;
    color: var(--fr-text-muted);
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.05em;
}

.fr-sidebar ul[b-u96qasu0xg] {
    list-style: none;
    margin: 0;
    padding: 0;
}

.fr-sidebar li a[b-u96qasu0xg] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.25rem 0.5rem;
    border-radius: var(--fr-radius);
    color: var(--fr-walnut);
    text-decoration: none;
}

.fr-sidebar li a:hover[b-u96qasu0xg] {
    background: var(--fr-cream);
    color: var(--fr-terracotta);
}

.fr-unread-badge[b-u96qasu0xg] {
    background: var(--fr-terracotta);
    color: #fff;
    border-radius: 999px;
    font-size: 0.72rem;
    padding: 1px 7px;
    line-height: 1.4;
}

.fr-sidebar-unread[b-u96qasu0xg] {
    font-weight: 700;
    color: var(--fr-walnut);
}

.fr-sidebar-muted[b-u96qasu0xg] {
    color: var(--fr-text-muted);
}

.fr-sidebar-empty[b-u96qasu0xg] {
    color: var(--fr-text-muted);
    font-size: 0.85rem;
    font-style: italic;
    margin: 0 0 0 0.5rem;
}

.fr-sidebar-link[b-u96qasu0xg] {
    color: var(--fr-text-muted);
    font-size: 0.85rem;
}

/* Cross-Roost workspace switcher sits at the very top of the sidebar; the
   dashed underline draws a visual line between "leaving here" navigation and
   "in here" content (groups / DMs) below it. */
.fr-sidebar-roosts[b-u96qasu0xg] {
    padding-bottom: 0.7rem;
    border-bottom: 1px dashed var(--fr-border);
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.fr-shell[b-sgu3suotjx] {
    /* Lock the shell to the viewport so the chrome (header + sidebar) stays put and
       only the scroll containers below can move. dvh adapts to mobile URL bars. */
    height: 100dvh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

[b-sgu3suotjx] .fr-header {
    /* Header is the first row of the shell; flex-shrink: 0 keeps it from collapsing
       when the body's flex:1 pulls. Stays visible regardless of scroll. */
    flex-shrink: 0;
}

.fr-body[b-sgu3suotjx] {
    display: flex;
    flex: 1;
    min-height: 0;       /* let the children own their own overflow, not the body */
}

[b-sgu3suotjx] .fr-sidebar {
    /* Fixed-position-feeling sidebar: doesn't scroll with the conversation, but if
       the group list is long enough the sidebar itself can scroll internally. */
    overflow-y: auto;
}

[b-sgu3suotjx] .fr-main {
    /* The only large scrolling region on the page. Inner wrapper keeps content
       readable-width while the scrollbar tracks the viewport's right edge. */
    flex: 1;
    overflow-y: auto;
}

[b-sgu3suotjx] .fr-banner {
    margin: 0 0 1rem 0;
    padding: 0.6rem 0.85rem;
    border-radius: var(--fr-radius);
    border: 1px solid var(--fr-border);
    background: var(--fr-cream);
}

[b-sgu3suotjx] .fr-banner-warn {
    border-color: var(--fr-terracotta);
    background: rgba(194, 90, 59, 0.08);
}

.fr-roost-tag[b-sgu3suotjx] {
    font-size: 0.85rem;
    color: var(--fr-text-muted);
    border: 1px solid var(--fr-border);
    background: var(--fr-cream);
    padding: 2px 8px;
    border-radius: 999px;
}

.fr-nav-link[b-sgu3suotjx] {
    color: var(--fr-walnut);
    font-size: 0.93rem;
    text-decoration: none;
}

.fr-nav-link:hover[b-sgu3suotjx] {
    color: var(--fr-terracotta);
}

.fr-user[b-sgu3suotjx] {
    color: var(--fr-text-muted);
    font-size: 0.93rem;
    margin-left: auto;
    text-decoration: none;
}

.fr-user:hover[b-sgu3suotjx] {
    color: var(--fr-terracotta);
    text-decoration: underline;
}

.fr-inline-form[b-sgu3suotjx] {
    display: inline;
    margin: 0;
}

.fr-header-search[b-sgu3suotjx] {
    margin: 0;
    display: inline-flex;
}

.fr-header-search input[b-sgu3suotjx] {
    padding: 0.25rem 0.5rem;
    font-size: 0.9rem;
    border: 1px solid var(--fr-border);
    border-radius: var(--fr-radius);
    width: 200px;
}

.fr-button-small[b-sgu3suotjx] {
    padding: 0.3rem 0.7rem;
    font-size: 0.88rem;
}

[b-sgu3suotjx] .fr-header > .fr-roost-tag,
[b-sgu3suotjx] .fr-header > .fr-user {
    /* Push everything from .fr-user rightward to the end of the header */
}
/* /Components/Layout/NotificationBell.razor.rz.scp.css */
.fr-bell[b-vwfrt4k5dq] {
    position: relative;
    display: inline-flex;
    align-items: center;
    line-height: 1;
}

.fr-bell-icon[b-vwfrt4k5dq] {
    font-size: 1.05rem;
}

.fr-bell-badge[b-vwfrt4k5dq] {
    position: absolute;
    top: -6px;
    right: -10px;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: 999px;
    background: var(--fr-terracotta);
    color: #fff;
    font-size: 0.68rem;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
}
/* /Components/Messages/MessageEditor.razor.rz.scp.css */
.fr-editor-frame[b-bq4mmpgbic] {
    border: 1px solid var(--fr-border);
    border-radius: var(--fr-radius);
    background: var(--fr-surface);
    margin-top: 0.5rem;
}

[b-bq4mmpgbic] .fr-editor {
    min-height: 80px;
    background: var(--fr-surface);
    border: 0;
}

[b-bq4mmpgbic] .ql-toolbar.ql-snow {
    border-bottom: 1px solid var(--fr-border);
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

[b-bq4mmpgbic] .ql-container.ql-snow {
    border: 0;
}

.fr-editor-actions[b-bq4mmpgbic] {
    padding: 0.4rem 0.7rem;
    border-top: 1px solid var(--fr-border);
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
    align-items: center;
}

.fr-editor-attachments[b-bq4mmpgbic] {
    list-style: none;
    margin: 0;
    padding: 0.4rem 0.7rem;
    border-top: 1px solid var(--fr-border);
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    font-size: 0.88rem;
}

.fr-editor-attachments li[b-bq4mmpgbic] {
    display: flex;
    gap: 0.5rem;
    align-items: baseline;
}

.fr-editor-attachment-name[b-bq4mmpgbic] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 320px;
}
/* /Components/Messages/MessageStream.razor.rz.scp.css */
.fr-message-stream[b-q3oa65ihkk] {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    margin-bottom: 1rem;
}

/* Each message is a two-part stack: the bubble (.fr-message) and the action menu
   (.fr-message-actions) tucked snug beneath it. The row owns alignment so the
   actions track the bubble's side of the stream. */
.fr-message-row[b-q3oa65ihkk] {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;        /* tight — actions read as attached to the bubble */
    max-width: 75%;
    /* Floor — short messages stay legible. min() guards narrow viewports so we don't
       force horizontal scroll if the column ever drops below 325px. */
    min-width: min(325px, 100%);
}

.fr-message[b-q3oa65ihkk] {
    /* Match the page background (cream) so the box reads as a quiet enclosure rather
       than a stark white card. Border + radius do the framing. */
    background: var(--fr-cream);
    border: 1px solid var(--fr-border);
    border-radius: var(--fr-radius);
    padding: 0.7rem 0.85rem;
}

/* Apple-Messages-style alignment: messages I authored slide to the right; everyone
   else's stay on the left. Replies (nested in a thread inside the parent's article)
   keep their existing indent — see .fr-message-reply below. */
.fr-message-other[b-q3oa65ihkk] {
    align-self: flex-start;
}

.fr-message-other .fr-message[b-q3oa65ihkk] {
    /* Darker, cooler border so others' messages read distinctly from mine without
       relying on horizontal position alone. */
    border-color: var(--fr-text-muted);
}

.fr-message-own[b-q3oa65ihkk] {
    align-self: flex-end;
}

.fr-message-own .fr-message[b-q3oa65ihkk] {
    border-color: var(--fr-terracotta);
    /* Subtle terracotta wash so my own messages still feel a touch warmer than
       the room. Stays inside the brand palette. */
    background: rgba(194, 90, 59, 0.06);
}

/* Actions hug the side of the bubble — right under own messages, left under others'. */
.fr-message-own .fr-message-actions[b-q3oa65ihkk] {
    justify-content: flex-end;
}

.fr-message-pinned[b-q3oa65ihkk] {
    border-left: 3px solid var(--fr-terracotta);
}

.fr-message-reply[b-q3oa65ihkk] {
    margin-left: 1.5rem;
    max-width: none;     /* replies live inside the parent's column; the parent already caps width */
    align-self: stretch;
}

.fr-pin-badge[b-q3oa65ihkk] {
    font-size: 0.78rem;
    color: var(--fr-terracotta);
    background: var(--fr-cream);
    padding: 1px 6px;
    border-radius: 999px;
}

.fr-bookmark-badge[b-q3oa65ihkk] {
    font-size: 0.78rem;
    color: var(--fr-sage);
    background: var(--fr-cream);
    padding: 1px 6px;
    border-radius: 999px;
}

.fr-thread[b-q3oa65ihkk] {
    margin-top: 0.5rem;
    border-top: 1px dashed var(--fr-border);
    padding-top: 0.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.fr-thread-replies[b-q3oa65ihkk] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.fr-message-head[b-q3oa65ihkk] {
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
    font-size: 0.92rem;
}

.fr-message-when[b-q3oa65ihkk] {
    font-size: 0.85rem;
}

.fr-message-body[b-q3oa65ihkk] {
    margin-top: 0.25rem;
}

[b-q3oa65ihkk] .fr-message-body p {
    margin: 0.2rem 0;
}

[b-q3oa65ihkk] .fr-message-body pre {
    background: var(--fr-cream);
    padding: 0.5rem;
    border-radius: 4px;
    overflow-x: auto;
    font-size: 0.92em;
}

[b-q3oa65ihkk] .fr-message-body blockquote {
    border-left: 3px solid var(--fr-sage);
    padding-left: 0.6rem;
    margin: 0.4rem 0;
    color: var(--fr-text-muted);
}

[b-q3oa65ihkk] .fr-message-body ul, [b-q3oa65ihkk] .fr-message-body ol {
    margin: 0.4rem 0 0.4rem 1.5rem;
}

.fr-message-attachments[b-q3oa65ihkk] {
    margin-top: 0.5rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.fr-message-attachment-wrap[b-q3oa65ihkk] {
    position: relative;
    display: inline-block;
}

.fr-message-attachment[b-q3oa65ihkk] {
    display: inline-block;
    line-height: 0;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid var(--fr-border);
}

.fr-message-attachment img[b-q3oa65ihkk] {
    display: block;
    max-width: 220px;
    max-height: 220px;
    width: auto;
    height: auto;
}

.fr-message-attachment:hover[b-q3oa65ihkk] {
    border-color: var(--fr-terracotta);
}

.fr-attachment-remove[b-q3oa65ihkk] {
    position: absolute;
    top: 4px;
    right: 4px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    border: 0;
    width: 22px;
    height: 22px;
    line-height: 18px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 16px;
    padding: 0;
    opacity: 0;
    transition: opacity 0.15s;
}

.fr-message-attachment-wrap:hover .fr-attachment-remove[b-q3oa65ihkk] {
    opacity: 1;
}

.fr-attachment-remove:hover[b-q3oa65ihkk] {
    background: var(--fr-terracotta);
}

.fr-message-actions[b-q3oa65ihkk] {
    /* Snug against the bubble's bottom edge — the wrapper row's gap is the only
       breathing room. Padding aligns the action text under the bubble's body padding
       so the menu reads as belonging to its message. */
    margin: 0;
    padding: 0 0.85rem;
    display: flex;
    gap: 0.5rem;
}

.fr-link-button[b-q3oa65ihkk] {
    background: none;
    border: 0;
    padding: 0;
    color: var(--fr-text-muted);
    font: inherit;
    cursor: pointer;
    font-size: 0.88rem;
}

.fr-link-button:hover[b-q3oa65ihkk] {
    color: var(--fr-terracotta);
    text-decoration: underline;
}

.fr-message-edit[b-q3oa65ihkk] {
    margin-top: 0.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.fr-editor-edit[b-q3oa65ihkk] {
    width: 100%;
    padding: 0.4rem;
    border: 1px solid var(--fr-border);
    border-radius: var(--fr-radius);
    font: inherit;
}
/* /Components/Pages/Members.razor.rz.scp.css */
.fr-members-search[b-oxs0nxne3o] {
    margin-bottom: 0.8rem;
}

.fr-members-search-input[b-oxs0nxne3o] {
    width: 100%;
    max-width: 400px;
    padding: 0.4rem 0.7rem;
    border: 1px solid var(--fr-border);
    border-radius: var(--fr-radius);
}

.fr-members[b-oxs0nxne3o] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.fr-member[b-oxs0nxne3o] {
    display: flex;
    gap: 0.7rem;
    align-items: center;
    padding: 0.5rem 0.7rem;
    background: var(--fr-cream);
    border: 1px solid var(--fr-border);
    border-radius: var(--fr-radius);
}

.fr-member-text[b-oxs0nxne3o] {
    flex: 1;
    min-width: 0;
}

.fr-member-line[b-oxs0nxne3o] {
    display: flex;
    gap: 0.45rem;
    align-items: baseline;
    flex-wrap: wrap;
}

.fr-member-meta[b-oxs0nxne3o] {
    font-size: 0.88rem;
    color: var(--fr-text-muted);
    margin-top: 0.1rem;
}

.fr-member-tag[b-oxs0nxne3o] {
    font-size: 0.7rem;
    background: var(--fr-cream);
    border: 1px solid var(--fr-border);
    color: var(--fr-text-muted);
    padding: 1px 6px;
    border-radius: 999px;
}

.fr-member-tag-self[b-oxs0nxne3o] {
    background: var(--fr-terracotta);
    color: #fff;
    border-color: var(--fr-terracotta);
}
/* /Components/Pages/Notifications.razor.rz.scp.css */
.fr-tabs[b-vxwm65587p] {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    border-bottom: 1px solid var(--fr-border);
    margin-bottom: 0.8rem;
}

.fr-tab[b-vxwm65587p] {
    background: none;
    border: 0;
    padding: 0.4rem 0.7rem;
    font: inherit;
    cursor: pointer;
    color: var(--fr-text-muted);
    border-bottom: 2px solid transparent;
    margin-bottom: -1px;
}

.fr-tab:hover[b-vxwm65587p] {
    color: var(--fr-walnut);
}

.fr-tab-active[b-vxwm65587p] {
    color: var(--fr-terracotta);
    border-bottom-color: var(--fr-terracotta);
    font-weight: 600;
}

.fr-tabs-action[b-vxwm65587p] {
    margin-left: auto;
    display: flex;
    gap: 0.8rem;
    align-items: center;
}

.fr-notifications[b-vxwm65587p] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.fr-notification[b-vxwm65587p] {
    background: var(--fr-surface);
    border: 1px solid var(--fr-border);
    border-radius: var(--fr-radius);
    padding: 0.6rem 0.8rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.8rem;
}

.fr-notification-unread[b-vxwm65587p] {
    border-left: 3px solid var(--fr-terracotta);
    background: var(--fr-cream);
}

.fr-notification-text[b-vxwm65587p] {
    flex: 1;
}

.fr-notification-meta[b-vxwm65587p] {
    display: flex;
    gap: 0.6rem;
    align-items: baseline;
    font-size: 0.85rem;
    flex-shrink: 0;
}
/* /Components/Pages/Profile.razor.rz.scp.css */
.fr-profile[b-vsgpyc0ptd] {
    display: flex;
    gap: 1.2rem;
    align-items: flex-start;
    margin-top: 1rem;
}

.fr-profile-photo[b-vsgpyc0ptd] {
    flex-shrink: 0;
}

.fr-profile-fields[b-vsgpyc0ptd] {
    flex: 1;
    min-width: 0;
}

.fr-status[b-vsgpyc0ptd] {
    color: var(--fr-text-muted);
    font-size: 0.9rem;
}
/* /Components/Pages/RoostAdmin/Audit.razor.rz.scp.css */
.fr-audit-filters[b-zpzakmvyn4] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    align-items: center;
    margin-bottom: 0.8rem;
    font-size: 0.9rem;
}

.fr-audit-filters input[type="text"][b-zpzakmvyn4],
.fr-audit-filters input[type="date"][b-zpzakmvyn4] {
    padding: 0.2rem 0.4rem;
}

.fr-audit-table[b-zpzakmvyn4] {
    font-size: 0.88rem;
}

.fr-audit-when[b-zpzakmvyn4] {
    white-space: nowrap;
    font-variant-numeric: tabular-nums;
    color: var(--fr-text-muted);
}

.fr-audit-payload code[b-zpzakmvyn4] {
    font-size: 0.82rem;
    color: var(--fr-text-muted);
    word-break: break-all;
}

.fr-audit-pager[b-zpzakmvyn4] {
    margin-top: 0.8rem;
    display: flex;
    gap: 0.5rem;
}
/* /Components/Pages/RoostAdmin/Dashboard.razor.rz.scp.css */
.fr-storage-tile[b-u0s4xl5778] {
    border: 1px solid var(--fr-border);
    border-radius: var(--fr-radius);
    padding: 0.7rem 0.85rem;
    background: var(--fr-surface);
    margin-bottom: 1rem;
}

.fr-storage-stats[b-u0s4xl5778] {
    margin-bottom: 0.4rem;
}

.fr-storage-bar[b-u0s4xl5778] {
    height: 10px;
    background: var(--fr-cream);
    border-radius: 999px;
    overflow: hidden;
    border: 1px solid var(--fr-border);
}

.fr-storage-bar-fill[b-u0s4xl5778] {
    height: 100%;
    transition: width 0.3s ease-out;
}

.fr-storage-bar-ok[b-u0s4xl5778] {
    background: var(--fr-sage);
}

.fr-storage-bar-warn[b-u0s4xl5778] {
    background: #c98e29;
}

.fr-storage-bar-full[b-u0s4xl5778] {
    background: var(--fr-terracotta);
}
/* /Components/Pages/RoostAdmin/Reports.razor.rz.scp.css */
.fr-reports[b-fma0ummzg2] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}

.fr-report[b-fma0ummzg2] {
    background: var(--fr-cream);
    border: 1px solid var(--fr-border);
    border-left: 3px solid var(--fr-terracotta);
    border-radius: var(--fr-radius);
    padding: 0.7rem 0.85rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.fr-report-head[b-fma0ummzg2] {
    display: flex;
    gap: 0.5rem;
    align-items: baseline;
    flex-wrap: wrap;
}

.fr-report-kind[b-fma0ummzg2] {
    background: var(--fr-terracotta);
    color: #fff;
    font-size: 0.75rem;
    padding: 2px 8px;
    border-radius: 999px;
    font-weight: 600;
    text-transform: uppercase;
}

.fr-report-note[b-fma0ummzg2] {
    color: var(--fr-text-muted);
    font-style: italic;
}

.fr-report-source[b-fma0ummzg2] {
    background: var(--fr-surface);
    border: 1px solid var(--fr-border);
    border-radius: var(--fr-radius);
    padding: 0.5rem 0.7rem;
}

.fr-report-source-head[b-fma0ummzg2] {
    font-size: 0.88rem;
    margin-bottom: 0.3rem;
}

.fr-report-actions[b-fma0ummzg2] {
    display: flex;
    gap: 0.5rem;
}
/* /Components/Pages/Search.razor.rz.scp.css */
.fr-search-form[b-yhtramae8s] {
    margin-bottom: 1rem;
}

.fr-search-input[b-yhtramae8s] {
    width: 100%;
    padding: 0.5rem 0.7rem;
    font-size: 1rem;
    border: 1px solid var(--fr-border);
    border-radius: var(--fr-radius);
}

.fr-search-filters[b-yhtramae8s] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    align-items: center;
    margin-top: 0.5rem;
    font-size: 0.9rem;
}

.fr-search-filters select[b-yhtramae8s],
.fr-search-filters input[type="date"][b-yhtramae8s] {
    padding: 0.2rem 0.4rem;
}

.fr-search-results[b-yhtramae8s] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.fr-search-result[b-yhtramae8s] {
    background: var(--fr-surface);
    border: 1px solid var(--fr-border);
    border-radius: var(--fr-radius);
    padding: 0.6rem 0.8rem;
}

.fr-search-result header[b-yhtramae8s] {
    display: flex;
    align-items: baseline;
    gap: 0.4rem;
    flex-wrap: wrap;
}

.fr-search-tag[b-yhtramae8s] {
    font-size: 0.72rem;
    padding: 1px 6px;
    background: var(--fr-cream);
    color: var(--fr-text-muted);
    border-radius: 999px;
}

.fr-search-snippet[b-yhtramae8s] {
    margin-top: 0.3rem;
    line-height: 1.45;
}

[b-yhtramae8s] .fr-search-snippet mark {
    background: #fff3a3;
    padding: 0 2px;
    border-radius: 2px;
}

.fr-search-pager[b-yhtramae8s] {
    margin-top: 1rem;
    display: flex;
    gap: 0.6rem;
}
/* /Components/Shared/Avatar.razor.rz.scp.css */
.fr-avatar[b-l6zld29yne] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    background: var(--fr-cream);
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
}

.fr-avatar img[b-l6zld29yne] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.fr-avatar-initials[b-l6zld29yne] {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fr-avatar-sm[b-l6zld29yne] { width: 28px; height: 28px; font-size: 0.72rem; }
.fr-avatar-md[b-l6zld29yne] { width: 48px; height: 48px; font-size: 1.05rem; }
.fr-avatar-lg[b-l6zld29yne] { width: 96px; height: 96px; font-size: 2rem; }
